summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/dingwidget.h
authorcniehaus <cniehaus>2003-01-04 15:18:12 (UTC)
committer cniehaus <cniehaus>2003-01-04 15:18:12 (UTC)
commit059caec066275d75501471a49c5465fe4def59cf (patch) (side-by-side diff)
tree08466d10e4c796fc12e86367860ca7dfd5f829a1 /noncore/apps/odict/dingwidget.h
parent4a9e13d7b9220b45cbbbdfab5f2ea56ea415d6a7 (diff)
downloadopie-059caec066275d75501471a49c5465fe4def59cf.zip
opie-059caec066275d75501471a49c5465fe4def59cf.tar.gz
opie-059caec066275d75501471a49c5465fe4def59cf.tar.bz2
ok, now we have no more memleaks (I valgrind'ed and gdb'ed) and some more
feature are working.
Diffstat (limited to 'noncore/apps/odict/dingwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/odict/dingwidget.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/noncore/apps/odict/dingwidget.h b/noncore/apps/odict/dingwidget.h
index 1cedb4e..c96039f 100644
--- a/noncore/apps/odict/dingwidget.h
+++ b/noncore/apps/odict/dingwidget.h
@@ -13,2 +13,4 @@ class QStringList;
+#include <qstringlist.h>
+
#include <qstring.h>
@@ -20,2 +22,4 @@ class DingWidget
+ void setText();
+ QStringList lines;
private:
@@ -27,2 +31,4 @@ class DingWidget
QString trenner;
+
+ QTextBrowser *topbrowser, *bottombrowser;
};