summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/trayicon.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktorrent/trayicon.h')
-rw-r--r--apps/ktorrent/trayicon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ktorrent/trayicon.h b/apps/ktorrent/trayicon.h
index f2cd579..6e4ac11 100644
--- a/apps/ktorrent/trayicon.h
+++ b/apps/ktorrent/trayicon.h
@@ -52,7 +52,7 @@ class TrayIcon : public KSystemTray
Q_OBJECT
TQ_OBJECT
public:
- TrayIcon(KTorrentCore* tc, TQWidget *tqparent = 0, const char *name = 0);
+ TrayIcon(KTorrentCore* tc, TQWidget *parent = 0, const char *name = 0);
virtual ~TrayIcon();
/// Update stats for system tray icon
@@ -126,7 +126,7 @@ class SetMaxRate : public KPopupMenu
Q_OBJECT
TQ_OBJECT
public:
- SetMaxRate(KTorrentCore* tc, int t, TQWidget *tqparent=0, const char *name=0); // type: 0 Upload; 1 Download
+ SetMaxRate(KTorrentCore* tc, int t, TQWidget *parent=0, const char *name=0); // type: 0 Upload; 1 Download
~SetMaxRate()
{}
;