diff options
Diffstat (limited to 'kdict/applet/kdictapplet.h')
-rw-r--r-- | kdict/applet/kdictapplet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdict/applet/kdictapplet.h b/kdict/applet/kdictapplet.h index 39a18d07..b7b94286 100644 --- a/kdict/applet/kdictapplet.h +++ b/kdict/applet/kdictapplet.h @@ -33,7 +33,7 @@ class KHistoryCombo; class PopupBox : public TQHBox { Q_OBJECT - TQ_OBJECT + public: PopupBox(); @@ -60,7 +60,7 @@ private: class DictApplet : public KPanelApplet { Q_OBJECT - TQ_OBJECT + public: DictApplet(const TQString& configFile, Type t = Stretch, int actions = 0, TQWidget *parent = 0, const char *name = 0); |