fileOpen=newTDEAction(i18n("&Open as History..."),"phrasehistory_open",TDEStdAccel::open(),TQT_TQOBJECT(this),TQT_SLOT(slotFileOpen()),actionCollection(),"file_open");
fileOpen=newTDEAction(i18n("&Open as History..."),"phrasehistory_open",TDEStdAccel::open(),this,TQT_SLOT(slotFileOpen()),actionCollection(),"file_open");
fileOpen->setStatusText(i18n("Opens an existing file as history"));
fileOpen->setStatusText(i18n("Opens an existing file as history"));
fileOpen->setWhatsThis(i18n("Opens an existing file as history"));
fileOpen->setWhatsThis(i18n("Opens an existing file as history"));
editCut->setStatusText(i18n("Cuts the selected section and puts it to the clipboard"));
editCut->setStatusText(i18n("Cuts the selected section and puts it to the clipboard"));
editCut->setWhatsThis(i18n("Cuts the selected section and puts it to the clipboard. If there is some text selected in the edit field it is placed it on the clipboard. Otherwise the selected sentences in the history (if any) are placed on the clipboard."));
editCut->setWhatsThis(i18n("Cuts the selected section and puts it to the clipboard. If there is some text selected in the edit field it is placed it on the clipboard. Otherwise the selected sentences in the history (if any) are placed on the clipboard."));
editCopy->setStatusText(i18n("Copies the selected section to the clipboard"));
editCopy->setStatusText(i18n("Copies the selected section to the clipboard"));
editCopy->setWhatsThis(i18n("Copies the selected section to the clipboard. If there is some text selected in the edit field it is copied to the clipboard. Otherwise the selected sentences in the history (if any) are copied to the clipboard."));
editCopy->setWhatsThis(i18n("Copies the selected section to the clipboard. If there is some text selected in the edit field it is copied to the clipboard. Otherwise the selected sentences in the history (if any) are copied to the clipboard."));
editSpeak->setStatusText(i18n("Speaks the currently active sentence(s)"));
editSpeak->setStatusText(i18n("Speaks the currently active sentence(s)"));
editSpeak->setWhatsThis(i18n("Speaks the currently active sentence(s). If there is some text in the edit field it is spoken. Otherwise the selected sentences in the history (if any) are spoken."));
editSpeak->setWhatsThis(i18n("Speaks the currently active sentence(s). If there is some text in the edit field it is spoken. Otherwise the selected sentences in the history (if any) are spoken."));
phraselistSelectAll->setStatusText(i18n("Selects all phrases in the history"));
phraselistSelectAll->setStatusText(i18n("Selects all phrases in the history"));
phraselistSelectAll->setWhatsThis(i18n("Selects all phrases in the history"));
phraselistSelectAll->setWhatsThis(i18n("Selects all phrases in the history"));
phraselistDeselectAll=newTDEAction(i18n("D&eselect All Entries"),0,0,TQT_TQOBJECT(phraseList),TQT_SLOT(deselectAllEntries()),actionCollection(),"phraselist_deselect_all");
phraselistDeselectAll=newTDEAction(i18n("D&eselect All Entries"),0,0, phraseList,TQT_SLOT(deselectAllEntries()),actionCollection(),"phraselist_deselect_all");
phraselistDeselectAll->setStatusText(i18n("Deselects all phrases in the history"));
phraselistDeselectAll->setStatusText(i18n("Deselects all phrases in the history"));
phraselistDeselectAll->setWhatsThis(i18n("Deselects all phrases in the history"));
phraselistDeselectAll->setWhatsThis(i18n("Deselects all phrases in the history"));
TQWhatsThis::add(treeView,i18n("This list contains the current phrase book in a tree structure. You can select and modify individual phrases and sub phrase books"));
TQWhatsThis::add(treeView,i18n("This list contains the current phrase book in a tree structure. You can select and modify individual phrases and sub phrase books"));