~neon/kolf/master

« back to all changes in this revision

Viewing changes to kolf.cpp

  • Committer: Paul Broadbent
  • Date: 2007-11-03 09:44:59 UTC
  • Revision ID: git-v1:d5476ffc3aa37e0b26d30090ccf3d3457f48cecf
increased version number and made show info on by default

svn path=/trunk/KDE/kdegames/kolf/; revision=732237

Show diffs side-by-side

added added

removed removed

Lines of Context:
184
184
        connect(showInfoAction, SIGNAL(triggered(bool) ), SLOT(emptySlot()));
185
185
        showInfoAction->setShortcut(Qt::CTRL+Qt::Key_I);
186
186
        connect(showInfoAction, SIGNAL(toggled(bool)), this, SLOT(showInfoChanged(bool)));
187
 
        showInfoAction->setChecked(configGroup.readEntry("showInfo", false));
 
187
        showInfoAction->setChecked(configGroup.readEntry("showInfo", true));
188
188
 
189
189
        showGuideLineAction = new KToggleAction(i18n("Show Putter &Guideline"), this);
190
190
        actionCollection()->addAction("showguideline", showGuideLineAction);