summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/speedlimitsdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktorrent/speedlimitsdlg.cpp')
-rw-r--r--apps/ktorrent/speedlimitsdlg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ktorrent/speedlimitsdlg.cpp b/apps/ktorrent/speedlimitsdlg.cpp
index ad22a54..5fbe5b4 100644
--- a/apps/ktorrent/speedlimitsdlg.cpp
+++ b/apps/ktorrent/speedlimitsdlg.cpp
@@ -30,8 +30,8 @@
using namespace bt;
using namespace kt;
-SpeedLimitsDlg::SpeedLimitsDlg(kt::TorrentInterface* ti,TQWidget* tqparent, const char* name)
- : SpeedLimitsDlgBase(tqparent,name,true,0),tor(ti)
+SpeedLimitsDlg::SpeedLimitsDlg(kt::TorrentInterface* ti,TQWidget* parent, const char* name)
+ : SpeedLimitsDlgBase(parent,name,true,0),tor(ti)
{
m_main_caption->setText(i18n("Speed limits for <b>%1</b>:").tqarg(tor->getStats().torrent_name));
Uint32 up,down;