diff options
Diffstat (limited to 'apps/ktorrent/pref.h')
-rw-r--r-- | apps/ktorrent/pref.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/ktorrent/pref.h b/apps/ktorrent/pref.h index e1108d5..f9a4331 100644 --- a/apps/ktorrent/pref.h +++ b/apps/ktorrent/pref.h @@ -50,7 +50,7 @@ public: class GeneralPrefPage : public TQObject,public kt::PrefPageInterface { - Q_OBJECT + TQ_OBJECT GeneralPref* gp; public: @@ -71,7 +71,7 @@ private slots: class AdvancedPrefPage : public TQObject,public kt::PrefPageInterface { - Q_OBJECT + TQ_OBJECT AdvancedPref* ap; @@ -94,7 +94,7 @@ private slots: class KTorrentPreferences : public KDialogBase { - Q_OBJECT + TQ_OBJECT public: KTorrentPreferences(KTorrent & ktor); |