|
|
@ -135,7 +135,7 @@ namespace kt
|
|
|
|
{
|
|
|
|
{
|
|
|
|
menu = new TDEPopupMenu(this);
|
|
|
|
menu = new TDEPopupMenu(this);
|
|
|
|
|
|
|
|
|
|
|
|
new_group = new TDEAction(i18n("New Group"),"filenew",0,
|
|
|
|
new_group = new TDEAction(i18n("New Group"),"document-new",0,
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT(addGroup()),col, "New Group");
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT(addGroup()),col, "New Group");
|
|
|
|
|
|
|
|
|
|
|
|
edit_group = new TDEAction(i18n("Edit Name"),"edit",0,
|
|
|
|
edit_group = new TDEAction(i18n("Edit Name"),"edit",0,
|
|
|
@ -144,7 +144,7 @@ namespace kt
|
|
|
|
remove_group = new TDEAction(i18n("Remove Group"),"remove",0,
|
|
|
|
remove_group = new TDEAction(i18n("Remove Group"),"remove",0,
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT(removeGroup()),col,"Remove Group");
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT(removeGroup()),col,"Remove Group");
|
|
|
|
|
|
|
|
|
|
|
|
open_in_new_tab = new TDEAction(i18n("Open Tab"),"fileopen",0,
|
|
|
|
open_in_new_tab = new TDEAction(i18n("Open Tab"),"document-open",0,
|
|
|
|
TQT_TQOBJECT(this) ,TQT_SLOT(openView()),col,"Open Tab");
|
|
|
|
TQT_TQOBJECT(this) ,TQT_SLOT(openView()),col,"Open Tab");
|
|
|
|
|
|
|
|
|
|
|
|
open_in_new_tab->plug(menu);
|
|
|
|
open_in_new_tab->plug(menu);
|
|
|
|