|
|
|
@ -809,7 +809,7 @@ void QuantaInit::initActions()
|
|
|
|
|
TQT_TQOBJECT(m_quanta), TQT_SLOT( slotLoadDTEP() ),
|
|
|
|
|
TQT_TQOBJECT(ac), "load_dtep" );
|
|
|
|
|
|
|
|
|
|
(void) new TDEAction( i18n( "Send DTD Package (DTEP) in E&mail..." ), "mail_send", 0,
|
|
|
|
|
(void) new TDEAction( i18n( "Send DTD Package (DTEP) in E&mail..." ), "mail-send", 0,
|
|
|
|
|
TQT_TQOBJECT(m_quanta), TQT_SLOT( slotEmailDTEP() ),
|
|
|
|
|
TQT_TQOBJECT(ac), "send_dtep" );
|
|
|
|
|
|
|
|
|
@ -903,7 +903,7 @@ void QuantaInit::initActions()
|
|
|
|
|
new TDEAction(i18n("&New User Toolbar..."), 0, TQT_TQOBJECT(m_quanta), TQT_SLOT(slotAddToolbar()), TQT_TQOBJECT(ac), "toolbars_add");
|
|
|
|
|
new TDEAction(i18n("&Remove User Toolbar..."), 0, TQT_TQOBJECT(m_quanta), TQT_SLOT(slotRemoveToolbar()), TQT_TQOBJECT(ac), "toolbars_remove");
|
|
|
|
|
new TDEAction(i18n("Re&name User Toolbar..."), 0, TQT_TQOBJECT(m_quanta), TQT_SLOT(slotRenameToolbar()), TQT_TQOBJECT(ac), "toolbars_rename");
|
|
|
|
|
new TDEAction(i18n("Send Toolbar in E&mail..."), "mail_send", 0, TQT_TQOBJECT(m_quanta), TQT_SLOT(slotSendToolbar()), TQT_TQOBJECT(ac), "toolbars_send");
|
|
|
|
|
new TDEAction(i18n("Send Toolbar in E&mail..."), "mail-send", 0, TQT_TQOBJECT(m_quanta), TQT_SLOT(slotSendToolbar()), TQT_TQOBJECT(ac), "toolbars_send");
|
|
|
|
|
new TDEAction(i18n("&Upload Toolbar..." ), "network", 0, TQT_TQOBJECT(m_quanta), TQT_SLOT(slotUploadToolbar()), TQT_TQOBJECT(ac), "toolbars_upload" );
|
|
|
|
|
new TDEAction(i18n("&Download Toolbar..." ), "network", 0, TQT_TQOBJECT(m_quanta), TQT_SLOT(slotDownloadToolbar()), TQT_TQOBJECT(ac), "toolbars_download" );
|
|
|
|
|
|
|
|
|
|