From 059caec066275d75501471a49c5465fe4def59cf Mon Sep 17 00:00:00 2001 From: cniehaus Date: Sat, 04 Jan 2003 15:18:12 +0000 Subject: ok, now we have no more memleaks (I valgrind'ed and gdb'ed) and some more feature are working. --- (limited to 'noncore/apps/odict/dingwidget.h') 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 @@ -11,6 +11,8 @@ class QString; class QTextBrowser; class QStringList; +#include + #include class DingWidget @@ -18,6 +20,8 @@ class DingWidget public: DingWidget(QString word = 0, QTextBrowser* = 0, QTextBrowser* =0, QString activated_name=0); + void setText(); + QStringList lines; private: QString search_word; void parseInfo( QStringList& , QString&, QString& ); @@ -25,4 +29,6 @@ class DingWidget void loadValues(); QString methodname; QString trenner; + + QTextBrowser *topbrowser, *bottombrowser; }; -- cgit v0.9.0.2