summaryrefslogtreecommitdiffstats
path: root/knetwalk/src/mainwindow.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-04-27 22:18:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-04-27 22:18:38 +0900
commitafd698aa6058379c021ff7062465eee7da714101 (patch)
tree8444dac5cf92351c4edad5c50778ea0d0979d235 /knetwalk/src/mainwindow.cpp
parentf1f09914546b311028592dfb83db4e33d205dac6 (diff)
downloadtdegames-afd698aa6058379c021ff7062465eee7da714101.tar.gz
tdegames-afd698aa6058379c021ff7062465eee7da714101.zip
Rearrangement of libtdegames highscore headers.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'knetwalk/src/mainwindow.cpp')
-rw-r--r--knetwalk/src/mainwindow.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/knetwalk/src/mainwindow.cpp b/knetwalk/src/mainwindow.cpp
index a831c96f..13007ea6 100644
--- a/knetwalk/src/mainwindow.cpp
+++ b/knetwalk/src/mainwindow.cpp
@@ -34,8 +34,8 @@
#include <tdeglobal.h>
#include <kiconloader.h>
#include <tdelocale.h>
-#include <kscoredialog.h>
-#include <khighscore.h>
+#include <highscore/kscoredialog.h>
+#include <highscore/khighscore.h>
#include <kstdaction.h>
#include <tdeaction.h>
#include <kstdgameaction.h>
@@ -44,7 +44,7 @@
#include <kdebug.h>
#include <knotifyclient.h>
#include <knotifydialog.h>
-#include <kexthighscore.h>
+#include <highscore/kexthighscore.h>
#include "settings.h"
#include "cell.h"