summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/addpeerwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktorrent/addpeerwidget.h')
-rw-r--r--apps/ktorrent/addpeerwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ktorrent/addpeerwidget.h b/apps/ktorrent/addpeerwidget.h
index 4ca8db8..ed394a8 100644
--- a/apps/ktorrent/addpeerwidget.h
+++ b/apps/ktorrent/addpeerwidget.h
@@ -43,7 +43,7 @@ namespace bt
*/
class ManualPeerSource: public kt::PeerSource
{
- Q_OBJECT
+ TQ_OBJECT
public:
@@ -78,7 +78,7 @@ class ManualPeerSource: public kt::PeerSource
*/
class AddPeerWidget: public AddPeerWidgetBase
{
- Q_OBJECT
+ TQ_OBJECT
public:
AddPeerWidget(kt::TorrentInterface* tc, TQWidget *parent = 0, const char *name = 0);