summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/dingwidget.h
Unidiff
Diffstat (limited to 'noncore/apps/odict/dingwidget.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/odict/dingwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/odict/dingwidget.h b/noncore/apps/odict/dingwidget.h
index 54e16ab..c82e0f0 100644
--- a/noncore/apps/odict/dingwidget.h
+++ b/noncore/apps/odict/dingwidget.h
@@ -1,26 +1,26 @@
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> 10#include <qwidget.h>
11 11
12class QString; 12class QString;
13class QTextBrowser; 13class QTextBrowser;
14class QString; 14class QString;
15class QStringList; 15class QStringList;
16 16
17class DingWidget : public QWidget 17class DingWidget : public QWidget
18{ 18{
19 Q_OBJECT 19 Q_OBJECT
20 20
21 public: 21 public:
22 DingWidget(QWidget *parent = 0, QString word = 0, QTextBrowser* = 0); 22 DingWidget(QWidget *parent = 0, QString word = 0, QTextBrowser* = 0, QTextBrowser* =0);
23 23
24 private: 24 private:
25 QString parseInfo( QStringList& ); 25 void parseInfo( QStringList& , QString&, QString& );
26}; 26};