From 1c1403293485f35fd53db45aaa77a01cdd9627e7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 28 Jun 2011 20:34:15 +0000 Subject: TQt4 port ktorrent This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1238733 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- plugins/infowidget/statustab.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugins/infowidget/statustab.h') diff --git a/plugins/infowidget/statustab.h b/plugins/infowidget/statustab.h index 14e987d..b747596 100644 --- a/plugins/infowidget/statustab.h +++ b/plugins/infowidget/statustab.h @@ -30,9 +30,10 @@ namespace kt class StatusTab : public StatusTabBase { Q_OBJECT + TQ_OBJECT public: - StatusTab(QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + StatusTab(TQWidget* tqparent = 0, const char* name = 0, WFlags fl = 0 ); virtual ~StatusTab(); -- cgit v1.2.1