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.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/noncore/apps/odict/searchmethoddlg.h b/noncore/apps/odict/searchmethoddlg.h
index 706bbc1..ee9513b 100644
--- a/noncore/apps/odict/searchmethoddlg.h
+++ b/noncore/apps/odict/searchmethoddlg.h
@@ -7,20 +7,14 @@
7 * * 7 * *
8 **************************************************************************/ 8 **************************************************************************/
9 9
10class QWidget;
11class QLineEdit; 10class QLineEdit;
12class OTabWidget;
13class QListView;
14class QPushButton;
15class QLabel;
16class QString;
17 11
18#include <qdialog.h> 12#include <qdialog.h>
19 13
20class SearchMethodDlg : public QDialog 14class SearchMethodDlg : public QDialog
21{ 15{
22 Q_OBJECT 16 Q_OBJECT
23 17
24 public: 18 public:
25 SearchMethodDlg(QWidget *parent, const char *name, bool modal=FALSE, QString itemname=0 ); 19 SearchMethodDlg(QWidget *parent, const char *name, bool modal=FALSE, QString itemname=0 );
26 20