diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-17 16:08:14 -0600 |
commit | 6f114e7935d43127c6c0269532fb2674cee9a4f5 (patch) | |
tree | 222adc3ae4db93c92937de3d09195aca96ae99ce /kdict/applet | |
parent | a484f7e6af77fe25155e9be30a4166c6f479e46d (diff) | |
download | tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.tar.gz tdenetwork-6f114e7935d43127c6c0269532fb2674cee9a4f5.zip |
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kdict/applet')
-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); |