summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/searchmethoddlg.h
authordrw <drw>2004-02-23 19:06:26 (UTC)
committer drw <drw>2004-02-23 19:06:26 (UTC)
commit34339c8c6d356dfad6380778fd84a3fba6967303 (patch) (unidiff)
tree10ffe98a17d43f603a253069198239a3c4cca782 /noncore/apps/odict/searchmethoddlg.h
parent7206bf5ae8a9940a9c30a9dc3dd3cb663e64874b (diff)
downloadopie-34339c8c6d356dfad6380778fd84a3fba6967303.zip
opie-34339c8c6d356dfad6380778fd84a3fba6967303.tar.gz
opie-34339c8c6d356dfad6380778fd84a3fba6967303.tar.bz2
ODict: libopie->libopie2
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
@@ -4,26 +4,20 @@
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;
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
27 QString itemName; 21 QString itemName;
28 QLineEdit *nameLE; 22 QLineEdit *nameLE;
29 QLineEdit *lang1, *lang2, *trenner; 23 QLineEdit *lang1, *lang2, *trenner;