|
|
|
@ -315,7 +315,7 @@ void TopLevel::setupActions()
|
|
|
|
|
actPrint->setEnabled(false);
|
|
|
|
|
actStartQuery = new TDEAction(i18n("St&art Query"),"reload", 0 , TQT_TQOBJECT(this),
|
|
|
|
|
TQT_SLOT(doDefine()), actionCollection(), "start_query");
|
|
|
|
|
actStopQuery = new TDEAction(i18n("St&op Query"),"stop", 0 , TQT_TQOBJECT(this),
|
|
|
|
|
actStopQuery = new TDEAction(i18n("St&op Query"),"process-stop", 0 , TQT_TQOBJECT(this),
|
|
|
|
|
TQT_SLOT(stopClients()), actionCollection(), "stop_query");
|
|
|
|
|
actStopQuery->setEnabled(false);
|
|
|
|
|
KStdAction::quit(TQT_TQOBJECT(kapp), TQT_SLOT(closeAllWindows()), actionCollection());
|
|
|
|
|