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.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/noncore/apps/odict/searchmethoddlg.h b/noncore/apps/odict/searchmethoddlg.h
new file mode 100644
index 0000000..e277cfb
--- a/dev/null
+++ b/noncore/apps/odict/searchmethoddlg.h
@@ -0,0 +1,29 @@
1/***************************************************************************
2 * *
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 *
5 * the Free Software Foundation; either version 2 of the License, or *
6 * ( at your option ) any later version. *
7 * *
8 **************************************************************************/
9
10class QWidget;
11class OTabWidget;
12class QListView;
13class QPushButton;
14class QLabel;
15class QString;
16
17#include <qdialog.h>
18
19
20class SearchMethodDlg : public QDialog
21{
22 Q_OBJECT
23
24 public:
25 SearchMethodDlg(QWidget *parent, const char *name, bool modal=FALSE );
26
27 QString itemName;
28
29};