summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/searchmethoddlg.h
Unidiff
Diffstat (limited to 'noncore/apps/odict/searchmethoddlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/odict/searchmethoddlg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/apps/odict/searchmethoddlg.h b/noncore/apps/odict/searchmethoddlg.h
index d98842f..706bbc1 100644
--- a/noncore/apps/odict/searchmethoddlg.h
+++ b/noncore/apps/odict/searchmethoddlg.h
@@ -1,40 +1,39 @@
1/*************************************************************************** 1/***************************************************************************
2 * * 2 * *
3 * This program is free software; you can redistribute it and/or modify * 3 * This program is free software; you can redistribute it and/or modify *
4 * it under the terms of the GNU General Public License as published by * 4 * it under the terms of the GNU General Public License as published by *
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 QLineEdit; 11class QLineEdit;
12class OTabWidget; 12class OTabWidget;
13class QListView; 13class QListView;
14class QPushButton; 14class QPushButton;
15class QLabel; 15class QLabel;
16class QString; 16class QString;
17 17
18#include <qdialog.h> 18#include <qdialog.h>
19 19
20
21class SearchMethodDlg : public QDialog 20class SearchMethodDlg : public QDialog
22{ 21{
23 Q_OBJECT 22 Q_OBJECT
24 23
25 public: 24 public:
26 SearchMethodDlg(QWidget *parent, const char *name, bool modal=FALSE, QString itemname=0 ); 25 SearchMethodDlg(QWidget *parent, const char *name, bool modal=FALSE, QString itemname=0 );
27 26
28 QString itemName; 27 QString itemName;
29 QLineEdit *nameLE; 28 QLineEdit *nameLE;
30 QLineEdit *lang1, *lang2, *trenner; 29 QLineEdit *lang1, *lang2, *trenner;
31 void saveItem(); 30 void saveItem();
32 31
33 private: 32 private:
34 QLineEdit *dictFileLE; 33 QLineEdit *dictFileLE;
35 void setupEntries( QString ); 34 void setupEntries( QString );
36 35
37 private slots: 36 private slots:
38 void slotBrowse(); 37 void slotBrowse();
39 38
40}; 39};