m_actions.copy.referenceTextOnly=newKAction(i18n("Text of reference"),KShortcut(0),displayWidget()->connectionsProxy(),TQT_SLOT(copyAnchorTextOnly()),actionCollection(),"copyTextOfReference");
m_actions.copy.referenceTextOnly=newTDEAction(i18n("Text of reference"),TDEShortcut(0),displayWidget()->connectionsProxy(),TQT_SLOT(copyAnchorTextOnly()),actionCollection(),"copyTextOfReference");
m_actions.copy.referenceAndText=newKAction(i18n("Reference with text"),KShortcut(0),displayWidget()->connectionsProxy(),TQT_SLOT(copyAnchorWithText()),actionCollection(),"copyReferenceWithText");
m_actions.copy.referenceAndText=newTDEAction(i18n("Reference with text"),TDEShortcut(0),displayWidget()->connectionsProxy(),TQT_SLOT(copyAnchorWithText()),actionCollection(),"copyReferenceWithText");
m_actions.save.referenceAndText=newKAction(i18n("Reference with text"),KShortcut(0),displayWidget()->connectionsProxy(),TQT_SLOT(saveAnchorWithText()),actionCollection(),"saveReferenceWithText");
m_actions.save.referenceAndText=newTDEAction(i18n("Reference with text"),TDEShortcut(0),displayWidget()->connectionsProxy(),TQT_SLOT(saveAnchorWithText()),actionCollection(),"saveReferenceWithText");
m_actions.save.chapterAsPlain=newKAction(i18n("Chapter as plain text"),KShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(saveChapterPlain()),actionCollection(),"saveChapterAsPlainText");
m_actions.save.chapterAsPlain=newTDEAction(i18n("Chapter as plain text"),TDEShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(saveChapterPlain()),actionCollection(),"saveChapterAsPlainText");
m_actions.save.chapterAsHTML=newKAction(i18n("Chapter as HTML"),KShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(saveChapterHTML()),actionCollection(),"saveChapterAsHTML");
m_actions.save.chapterAsHTML=newTDEAction(i18n("Chapter as HTML"),TDEShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(saveChapterHTML()),actionCollection(),"saveChapterAsHTML");
m_actions.print.reference=newKAction(i18n("Reference with text"),KShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(printAnchorWithText()),actionCollection(),"saveReferenceWithText");
m_actions.print.reference=newTDEAction(i18n("Reference with text"),TDEShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(printAnchorWithText()),actionCollection(),"saveReferenceWithText");
m_actions.copy.entry=newKAction(i18n("Entry with text"),KShortcut(0),displayWidget()->connectionsProxy(),TQT_SLOT(copyAll()),actionCollection(),"copyEntryWithText");
m_actions.copy.entry=newTDEAction(i18n("Entry with text"),TDEShortcut(0),displayWidget()->connectionsProxy(),TQT_SLOT(copyAll()),actionCollection(),"copyEntryWithText");
m_actions.save.entryAsPlain=newKAction(i18n("Entry as plain text"),KShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(saveAsPlain()),actionCollection(),"saveEntryAsPlain");
m_actions.save.entryAsPlain=newTDEAction(i18n("Entry as plain text"),TDEShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(saveAsPlain()),actionCollection(),"saveEntryAsPlain");
m_actions.save.entryAsHTML=newKAction(i18n("Entry as HTML"),KShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(saveAsHTML()),actionCollection(),"saveEntryAsHTML");
m_actions.save.entryAsHTML=newTDEAction(i18n("Entry as HTML"),TDEShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(saveAsHTML()),actionCollection(),"saveEntryAsHTML");
m_actions.print.entry=newKAction(i18n("Entry with text"),KShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(printAll()),actionCollection(),"printEntryWithText");
m_actions.print.entry=newTDEAction(i18n("Entry with text"),TDEShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(printAll()),actionCollection(),"printEntryWithText");
m_actions.newFolder=newKAction(i18n("Create a new folder"),CResMgr::mainIndex::newFolder::icon,0,TQT_TQOBJECT(this),TQT_SLOT(createNewFolder()),TQT_TQOBJECT(this));
m_actions.changeFolder=newKAction(i18n("Change this folder"),CResMgr::mainIndex::changeFolder::icon,0,TQT_TQOBJECT(this),TQT_SLOT(changeFolder()),TQT_TQOBJECT(this));
m_actions.newFolder=newTDEAction(i18n("Create a new folder"),CResMgr::mainIndex::newFolder::icon,0,TQT_TQOBJECT(this),TQT_SLOT(createNewFolder()),TQT_TQOBJECT(this));
m_actions.changeFolder=newTDEAction(i18n("Change this folder"),CResMgr::mainIndex::changeFolder::icon,0,TQT_TQOBJECT(this),TQT_SLOT(changeFolder()),TQT_TQOBJECT(this));
m_actions.searchInModules=newKAction(i18n("Search in selected work(s)"),CResMgr::mainIndex::search::icon,0,TQT_TQOBJECT(this),TQT_SLOT(searchInModules()),TQT_TQOBJECT(this));
m_actions.unlockModule=newKAction(i18n("Unlock this work"),CResMgr::mainIndex::unlockModule::icon,0,TQT_TQOBJECT(this),TQT_SLOT(unlockModule()),TQT_TQOBJECT(this));
m_actions.aboutModule=newKAction(i18n("About this work"),CResMgr::mainIndex::aboutModule::icon,0,TQT_TQOBJECT(this),TQT_SLOT(aboutModule()),TQT_TQOBJECT(this));
m_actions.searchInModules=newTDEAction(i18n("Search in selected work(s)"),CResMgr::mainIndex::search::icon,0,TQT_TQOBJECT(this),TQT_SLOT(searchInModules()),TQT_TQOBJECT(this));
m_actions.unlockModule=newTDEAction(i18n("Unlock this work"),CResMgr::mainIndex::unlockModule::icon,0,TQT_TQOBJECT(this),TQT_SLOT(unlockModule()),TQT_TQOBJECT(this));
m_actions.aboutModule=newTDEAction(i18n("About this work"),CResMgr::mainIndex::aboutModule::icon,0,TQT_TQOBJECT(this),TQT_SLOT(aboutModule()),TQT_TQOBJECT(this));
/** Returns true if more than one netry is supported by this action type. Returns false for actions which support only one entry, e.g. about module etc. */
m_actions.copy.resultWithText=newKAction(i18n("Reference with text"),KShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(copyResultWithText()),TQT_TQOBJECT(this));
m_actions.copy.resultWithText=newTDEAction(i18n("Reference with text"),TDEShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(copyResultWithText()),TQT_TQOBJECT(this));
m_actions.save.resultWithText=newKAction(i18n("Reference with text"),KShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(saveResultWithText()),TQT_TQOBJECT(this));
m_actions.save.resultWithText=newTDEAction(i18n("Reference with text"),TDEShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(saveResultWithText()),TQT_TQOBJECT(this));
m_actions.copy.resultWithText=newKAction(i18n("Reference with text"),KShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(copyItemsWithText()),TQT_TQOBJECT(this));
m_actions.copy.resultWithText=newTDEAction(i18n("Reference with text"),TDEShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(copyItemsWithText()),TQT_TQOBJECT(this));
m_actions.save.resultWithText=newKAction(i18n("Reference with text"),KShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(saveItemsWithText()),TQT_TQOBJECT(this));
m_actions.save.resultWithText=newTDEAction(i18n("Reference with text"),TDEShortcut(0),TQT_TQOBJECT(this),TQT_SLOT(saveItemsWithText()),TQT_TQOBJECT(this));