summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/odict.h
Unidiff
Diffstat (limited to 'noncore/apps/odict/odict.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/odict/odict.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/apps/odict/odict.h b/noncore/apps/odict/odict.h
index 98db25e..30307c1 100644
--- a/noncore/apps/odict/odict.h
+++ b/noncore/apps/odict/odict.h
@@ -20,26 +20,25 @@ class QActionGroup;
20class ODict : public QMainWindow 20class ODict : public QMainWindow
21{ 21{
22 Q_OBJECT 22 Q_OBJECT
23 23
24 public: 24 public:
25 ODict(); 25 ODict();
26 26
27 private: 27 private:
28 QPopupMenu *help, *settings, *parameter, *error_tol_menu; 28 QPopupMenu *help, *settings, *parameter, *error_tol_menu;
29 QMenuBar *menu; 29 QMenuBar *menu;
30 QHBox *hbox; 30 QHBox *hbox;
31 QLineEdit *query_le; 31 QLineEdit *query_le;
32 QPushButton *ok_button; 32 QPushButton *ok_button;
33 33
34 QAction *setting_a, *setting_b; 34 QAction *setting_a, *setting_b;
35 35
36 void setupMenus(); 36 void setupMenus();
37 37
38 private slots: 38 private slots:
39 void slotDisplayAbout(); 39 void slotDisplayAbout();
40 void slotStartQuery(); 40 void slotStartQuery();
41 void slotSetErrorcount( int ); 41 void slotSetErrorcount( int );
42 void slotSettings(); 42 void slotSettings();
43 void slotSetParameter( int ); 43 void slotSetParameter( int );
44 void slotSearchMethods();
45}; 44};