summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/dingwidget.h
Unidiff
Diffstat (limited to 'noncore/apps/odict/dingwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/odict/dingwidget.h13
1 files changed, 5 insertions, 8 deletions
diff --git a/noncore/apps/odict/dingwidget.h b/noncore/apps/odict/dingwidget.h
index 66379fe..1cedb4e 100644
--- a/noncore/apps/odict/dingwidget.h
+++ b/noncore/apps/odict/dingwidget.h
@@ -1,31 +1,28 @@
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
10#include <qwidget.h>
11
12class QString; 10class QString;
13class QTextBrowser; 11class QTextBrowser;
14class QString;
15class QStringList; 12class QStringList;
16 13
17class DingWidget : public QWidget 14#include <qstring.h>
15
16class DingWidget
18{ 17{
19 Q_OBJECT
20
21 public: 18 public:
22 DingWidget(QWidget *parent = 0, QString word = 0, QTextBrowser* = 0, QTextBrowser* =0, QString activated_name=0); 19 DingWidget(QString word = 0, QTextBrowser* = 0, QTextBrowser* =0, QString activated_name=0);
23 20
24 private: 21 private:
25 QString search_word; 22 QString search_word;
26 void parseInfo( QStringList& , QString&, QString& ); 23 void parseInfo( QStringList& , QString&, QString& );
27 QString queryword; 24 QString queryword;
28 void loadValues(); 25 void loadValues();
29 QString methodname; 26 QString methodname;
30 QString trenner; 27 QString trenner;
31}; 28};