summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/odict.h
authorcniehaus <cniehaus>2003-01-03 23:21:47 (UTC)
committer cniehaus <cniehaus>2003-01-03 23:21:47 (UTC)
commit004a8ac1b25530801f68d4a041b4355ecc60c9eb (patch) (unidiff)
treed850779620bf96977c68721ff1964762860df802 /noncore/apps/odict/odict.h
parent28b06247aaa55f80d91be1f8591e2cc30bac29d3 (diff)
downloadopie-004a8ac1b25530801f68d4a041b4355ecc60c9eb.zip
opie-004a8ac1b25530801f68d4a041b4355ecc60c9eb.tar.gz
opie-004a8ac1b25530801f68d4a041b4355ecc60c9eb.tar.bz2
update tille
Diffstat (limited to 'noncore/apps/odict/odict.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/odict/odict.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/noncore/apps/odict/odict.h b/noncore/apps/odict/odict.h
index 7c1f32f..5096c5e 100644
--- a/noncore/apps/odict/odict.h
+++ b/noncore/apps/odict/odict.h
@@ -35,29 +35,32 @@ class ODict : public QMainWindow
35 private: 35 private:
36 QPopupMenu *help, *settings, *parameter, *error_tol_menu; 36 QPopupMenu *help, *settings, *parameter, *error_tol_menu;
37 QMenuBar *menu; 37 QMenuBar *menu;
38 QHBox *hbox; 38 QHBox *hbox;
39 QLineEdit *query_le; 39 QLineEdit *query_le;
40 QComboBox *query_co; 40 QComboBox *query_co;
41 QPushButton *ok_button; 41 QPushButton *ok_button;
42 42
43 QVBoxLayout *vbox_layout; 43 QVBoxLayout *vbox_layout;
44 44
45 QAction *setting_a, *setting_b; 45 QAction *setting_a, *setting_b;
46 46
47 //DingWidget *ding; 47 DingWidget *ding;
48 48
49 void setupMenus(); 49 void setupMenus();
50 50
51 int errorTol; 51 int errorTol;
52 bool casesens, completewords, regexp; 52 bool casesens, completewords, regexp;
53 53
54 void loadConfig(); 54 void loadConfig();
55 void saveConfig(); 55 void saveConfig();
56
57 QString activated_name;
56 58
57 private slots: 59 private slots:
58 void slotDisplayAbout(); 60 void slotDisplayAbout();
59 void slotStartQuery(); 61 void slotStartQuery();
60 void slotSetErrorcount( int ); 62 void slotSetErrorcount( int );
61 void slotSettings(); 63 void slotSettings();
62 void slotSetParameter( int ); 64 void slotSetParameter( int );
65 void slotMethodChanged( int );
63}; 66};