|
|
@ -113,15 +113,15 @@ void Katapult::initDisplay()
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
void Katapult::initAccel(TQWidget *tqparent)
|
|
|
|
void Katapult::initAccel(TQWidget *parent)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
globalAccel = new KGlobalAccel(TQT_TQOBJECT(tqparent));
|
|
|
|
globalAccel = new KGlobalAccel(TQT_TQOBJECT(parent));
|
|
|
|
globalAccel->insert("show_katapult", i18n("Show Launcher"), i18n("Shows the Katapult launcher"), ALT+Key_Space, ALT+Key_Space,
|
|
|
|
globalAccel->insert("show_katapult", i18n("Show Launcher"), i18n("Shows the Katapult launcher"), ALT+Key_Space, ALT+Key_Space,
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT(showLauncher()));
|
|
|
|
TQT_TQOBJECT(this), TQT_SLOT(showLauncher()));
|
|
|
|
globalAccel->readSettings();
|
|
|
|
globalAccel->readSettings();
|
|
|
|
globalAccel->updateConnections();
|
|
|
|
globalAccel->updateConnections();
|
|
|
|
|
|
|
|
|
|
|
|
actions = new KActionCollection(tqparent);
|
|
|
|
actions = new KActionCollection(parent);
|
|
|
|
actionCollection()->clear();
|
|
|
|
actionCollection()->clear();
|
|
|
|
|
|
|
|
|
|
|
|
contextMenu()->clear();
|
|
|
|
contextMenu()->clear();
|
|
|
|