summaryrefslogtreecommitdiffstats
path: root/apps/ktorrent/groups/groupview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ktorrent/groups/groupview.cpp')
-rw-r--r--apps/ktorrent/groups/groupview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/ktorrent/groups/groupview.cpp b/apps/ktorrent/groups/groupview.cpp
index 25cf9f2..1bc6dcc 100644
--- a/apps/ktorrent/groups/groupview.cpp
+++ b/apps/ktorrent/groups/groupview.cpp
@@ -136,16 +136,16 @@ namespace kt
menu = new TDEPopupMenu(this);
new_group = new TDEAction(i18n("New Group"),"document-new",0,
- TQT_TQOBJECT(this), TQT_SLOT(addGroup()),col, "New Group");
+ this, TQT_SLOT(addGroup()),col, "New Group");
edit_group = new TDEAction(i18n("Edit Name"),"edit",0,
- TQT_TQOBJECT(this), TQT_SLOT(editGroupName()),col,"Edit Group Name");
+ this, TQT_SLOT(editGroupName()),col,"Edit Group Name");
remove_group = new TDEAction(i18n("Remove Group"),"remove",0,
- TQT_TQOBJECT(this), TQT_SLOT(removeGroup()),col,"Remove Group");
+ this, TQT_SLOT(removeGroup()),col,"Remove Group");
open_in_new_tab = new TDEAction(i18n("Open Tab"),"document-open",0,
- TQT_TQOBJECT(this) ,TQT_SLOT(openView()),col,"Open Tab");
+ this ,TQT_SLOT(openView()),col,"Open Tab");
open_in_new_tab->plug(menu);
menu->insertSeparator();