summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/configdlg.h
Unidiff
Diffstat (limited to 'noncore/apps/odict/configdlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/odict/configdlg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/noncore/apps/odict/configdlg.h b/noncore/apps/odict/configdlg.h
index 2b7d0a1..e3ef3ce 100644
--- a/noncore/apps/odict/configdlg.h
+++ b/noncore/apps/odict/configdlg.h
@@ -5,34 +5,31 @@
5 * the Free Software Foundation; either version 2 of the License, or * 5 * the Free Software Foundation; either version 2 of the License, or *
6 * ( at your option ) any later version. * 6 * ( at your option ) any later version. *
7 * * 7 * *
8 **************************************************************************/ 8 **************************************************************************/
9 9
10class QWidget; 10class QWidget;
11class OTabWidget; 11class OTabWidget;
12class QListView; 12class QListView;
13class QPushButton; 13class QPushButton;
14 14
15#include <qdialog.h> 15#include <qdialog.h>
16 16
17
18class ConfigDlg : public QDialog 17class ConfigDlg : public QDialog
19{ 18{
20 Q_OBJECT 19 Q_OBJECT
21 20
22 public: 21 public:
23 ConfigDlg(QWidget *parent, const char *name, bool modal=FALSE ); 22 ConfigDlg(QWidget *parent, const char *name, bool modal=FALSE );
24 23
25 void writeEntries();
26
27 private: 24 private:
28 OTabWidget *tab; 25 OTabWidget *tab;
29 QWidget *settings_tab, *search_tab; 26 QWidget *settings_tab, *search_tab;
30 QListView *list; 27 QListView *list;
31 QPushButton *new_button, *change_button, *delete_button; 28 QPushButton *new_button, *change_button, *delete_button;
32 29
33 void loadSearchMethodNames(); 30 void loadSearchMethodNames();
34 31
35 private slots: 32 private slots:
36 void slotNewMethod(); 33 void slotNewMethod();
37 void slotChangeMethod(); 34 void slotChangeMethod();
38 void slotDeleteMethod(); 35 void slotDeleteMethod();