diff options
Diffstat (limited to 'apps/ktorrent/speedlimitsdlg.h')
-rw-r--r-- | apps/ktorrent/speedlimitsdlg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/ktorrent/speedlimitsdlg.h b/apps/ktorrent/speedlimitsdlg.h index 3e31a4a..7f3c213 100644 --- a/apps/ktorrent/speedlimitsdlg.h +++ b/apps/ktorrent/speedlimitsdlg.h @@ -31,10 +31,11 @@ namespace kt class SpeedLimitsDlg : public SpeedLimitsDlgBase { Q_OBJECT + TQ_OBJECT kt::TorrentInterface* tor; public: - SpeedLimitsDlg(kt::TorrentInterface* ti,QWidget* parent = 0, const char* name = 0); + SpeedLimitsDlg(kt::TorrentInterface* ti,TQWidget* tqparent = 0, const char* name = 0); virtual ~SpeedLimitsDlg(); |