Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Games
KsirK
Commits
984d15f2
Commit
984d15f2
authored
Apr 01, 2007
by
Pino Toscano
Browse files
new kdelibs api
svn path=/trunk/playground/games/ksirk/; revision=649067
parent
36cbcec0
Changes
2
Hide whitespace changes
Inline
Side-by-side
ksirk/GameLogic/gameautomaton.cpp
View file @
984d15f2
...
...
@@ -1569,7 +1569,7 @@ void GameAutomaton::slotConnectionToServerBroken()
if
(
KMessageBox
::
questionYesNoCancel
(
m_game
,
i18n
(
"KsirK - Lost connection to server !
\n
What do you want to do ?"
),
i18n
(
"Starting a new game or exit."
),
KGuiItem
(
i18n
(
"New Game"
)),
KGuiItem
(
i18n
(
"Exit"
)),
i18n
(
"Do nothing"
))
==
KMessageBox
::
Yes
)
KGuiItem
(
i18n
(
"New Game"
)),
KGuiItem
(
i18n
(
"Exit"
)),
KGuiItem
(
i18n
(
"Do nothing"
))
)
==
KMessageBox
::
Yes
)
{
if
(
!
m_game
->
actionNewGame
())
exit
(
0
);
...
...
ksirk/ksirkConfigDialog.cpp
View file @
984d15f2
...
...
@@ -21,13 +21,11 @@
#include
"ksirksettings.h"
#include
"ui_preferences.h"
#include
<kkeydialog.h>
#include
<kfiledialog.h>
#include
<kconfig.h>
#include
<kurl.h>
#include
<ktabwidget.h>
#include
<kedittoolbar.h>
// #include <kaccel.h>
#include
<kdebug.h>
#include
<kstandardaction.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment