diff options
author | Michele Calgaro <[email protected]> | 2020-04-27 22:18:38 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2020-04-27 22:18:38 +0900 |
commit | afd698aa6058379c021ff7062465eee7da714101 (patch) | |
tree | 8444dac5cf92351c4edad5c50778ea0d0979d235 /katomic/gamewidget.cpp | |
parent | f1f09914546b311028592dfb83db4e33d205dac6 (diff) | |
download | tdegames-afd698aa6058379c021ff7062465eee7da714101.tar.gz tdegames-afd698aa6058379c021ff7062465eee7da714101.zip |
Rearrangement of libtdegames highscore headers.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'katomic/gamewidget.cpp')
-rw-r--r-- | katomic/gamewidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/katomic/gamewidget.cpp b/katomic/gamewidget.cpp index 4886cb41..9d0ddf1a 100644 --- a/katomic/gamewidget.cpp +++ b/katomic/gamewidget.cpp @@ -30,7 +30,7 @@ #include <tqlabel.h> #include <tdeapplication.h> -#include <kscoredialog.h> +#include <highscore/kscoredialog.h> #include <tdemessagebox.h> #include <tdelocale.h> #include <kstandarddirs.h> |