|
|
|
@ -126,7 +126,7 @@ void Kolf::initGUI()
|
|
|
|
|
connect(useAdvancedPuttingAction, TQT_SIGNAL(toggled(bool)), TQT_TQOBJECT(this), TQT_SLOT(useAdvancedPuttingChanged(bool)));
|
|
|
|
|
useAdvancedPuttingAction->setChecked(config->readBoolEntry("useAdvancedPutting", false));
|
|
|
|
|
|
|
|
|
|
showInfoAction = new TDEToggleAction(i18n("Show &Info"), "info", CTRL+Key_I, TQT_TQOBJECT(this), TQT_SLOT(emptySlot()), actionCollection(), "showinfo");
|
|
|
|
|
showInfoAction = new TDEToggleAction(i18n("Show &Info"), "application-vnd.tde.info", CTRL+Key_I, TQT_TQOBJECT(this), TQT_SLOT(emptySlot()), actionCollection(), "showinfo");
|
|
|
|
|
showInfoAction->setCheckedState(i18n("Hide &Info"));
|
|
|
|
|
connect(showInfoAction, TQT_SIGNAL(toggled(bool)), TQT_TQOBJECT(this), TQT_SLOT(showInfoChanged(bool)));
|
|
|
|
|
showInfoAction->setChecked(config->readBoolEntry("showInfo", false));
|
|
|
|
|