if(hasOther&&itemList.first()->name()!="."&&popupmenu->protocolInfo().supportsWriting())// don't try to compress if we right click on a folder without files selected
if(hasOther&&itemList.first()->name()!="."&&popupmenu->protocolInfo().supportsWriting())// don't try to compress if we right click on a folder without files selected
kaction_map["begin"]->setWhatsThis(i18n("<p>This link type tells search engines which document is considered by the author to be the starting point of the collection.</p>"));
kaction_map["begin"]->setWhatsThis(i18n("<p>This link type tells search engines which document is considered by the author to be the starting point of the collection.</p>"));
m_document->setWhatsThis(i18n("<p>This menu contains the links referring the document information.</p>"));
m_document->setWhatsThis(i18n("<p>This menu contains the links referring the document information.</p>"));
m_document->setDelayed(false);
m_document->setDelayed(false);
kaction_map["contents"]=newKAction(i18n("Table of &Contents"),"contents",KShortcut("Ctrl+Alt+C"),this,TQT_SLOT(goContents()),actionCollection(),"rellinks_toc");
kaction_map["contents"]=newTDEAction(i18n("Table of &Contents"),"contents",TDEShortcut("Ctrl+Alt+C"),this,TQT_SLOT(goContents()),actionCollection(),"rellinks_toc");
m_document->insert(kaction_map["contents"]);
m_document->insert(kaction_map["contents"]);
kaction_map["contents"]->setWhatsThis(i18n("<p>This link references the table of contents.</p>"));
kaction_map["contents"]->setWhatsThis(i18n("<p>This link references the table of contents.</p>"));
m_googleMenu=newKSelectAction(i18n("Use Google Suggest"),SmallIconSet("ktip"),0,TQT_TQOBJECT(this),TQT_SLOT(selectGoogleSuggestMode()),TQT_TQOBJECT(m_popupMenu));
m_googleMenu=newTDESelectAction(i18n("Use Google Suggest"),SmallIconSet("ktip"),0,TQT_TQOBJECT(this),TQT_SLOT(selectGoogleSuggestMode()),TQT_TQOBJECT(m_popupMenu));
TQStringListgoogle_modes;
TQStringListgoogle_modes;
google_modes<<i18n("For Google Only")<<i18n("For All Searches")<<i18n("Never");
google_modes<<i18n("For Google Only")<<i18n("For All Searches")<<i18n("Never");
TQWhatsThis::add(mSliceList,i18n("The list of slices. A Slice is part of the full collection. This allows you to categorize your playlist. You can add an item to the list by right clicking on it and selecting the Slice you want it in."));
TQWhatsThis::add(mSliceList,i18n("The list of slices. A Slice is part of the full collection. This allows you to categorize your playlist. You can add an item to the list by right clicking on it and selecting the Slice you want it in."));