|
|
@ -1080,11 +1080,11 @@ Tray::Tray () : KSystemTray ()
|
|
|
|
|
|
|
|
|
|
|
|
// this action is only connected when the menu is shown, hence the 0 receiver
|
|
|
|
// this action is only connected when the menu is shown, hence the 0 receiver
|
|
|
|
new TDEAction (i18n ("New connection ..."),
|
|
|
|
new TDEAction (i18n ("New connection ..."),
|
|
|
|
SmallIcon ("filenew", TQIconSet::Automatic), 0,
|
|
|
|
SmallIcon ("document-new", TQIconSet::Automatic), 0,
|
|
|
|
TQT_TQOBJECT(this), 0, actionCollection (), "new_connection");
|
|
|
|
TQT_TQOBJECT(this), 0, actionCollection (), "new_connection");
|
|
|
|
|
|
|
|
|
|
|
|
new TDEActionMenu (i18n ("New connection ..."),
|
|
|
|
new TDEActionMenu (i18n ("New connection ..."),
|
|
|
|
SmallIcon ("filenew", TQIconSet::Automatic),
|
|
|
|
SmallIcon ("document-new", TQIconSet::Automatic),
|
|
|
|
actionCollection(), "new_connection_menu");
|
|
|
|
actionCollection(), "new_connection_menu");
|
|
|
|
|
|
|
|
|
|
|
|
new TDEActionMenu (i18n ("Deactivate connection..."),
|
|
|
|
new TDEActionMenu (i18n ("Deactivate connection..."),
|
|
|
|