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
@@ -8,25 +8,24 @@
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