From 543ecc28410a6e287c7e5a7472063d21a5cf376d Mon Sep 17 00:00:00 2001 From: Montel Laurent Date: Wed, 7 Jan 2015 09:38:28 +0100 Subject: [PATCH] kdelibs4support-- --- ktron.cpp | 6 +++--- main.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ktron.cpp b/ktron.cpp index 5387df3..4902d83 100644 --- a/ktron.cpp +++ b/ktron.cpp @@ -35,9 +35,9 @@ #include #include #include -#include +#include #include -#include +#include #define USE_UNSTABLE_LIBKDEGAMESPRIVATE_API #include @@ -137,7 +137,7 @@ KTron::KTron(QWidget *parent) : KXmlGuiWindow(parent, KDE_DEFAULT_WINDOWFLAGS) { // New KStandardGameAction::gameNew(m_tron, SLOT(newGame()), actionCollection()); // Quit - KStandardGameAction::quit(kapp, SLOT(quit()), actionCollection()); + KStandardGameAction::quit(qApp, SLOT(quit()), actionCollection()); // Settings KStandardAction::preferences(this, SLOT(showSettings()), actionCollection()); // Configure keys diff --git a/main.cpp b/main.cpp index 5e24050..692ac8a 100644 --- a/main.cpp +++ b/main.cpp @@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. *******************************************************************************/ -#include +#include #include #include -- GitLab