diff options
Diffstat (limited to 'kshisen/app.cpp')
-rw-r--r-- | kshisen/app.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kshisen/app.cpp b/kshisen/app.cpp index bcd57195..77a96b5c 100644 --- a/kshisen/app.cpp +++ b/kshisen/app.cpp @@ -39,7 +39,7 @@ #include <kapplication.h> #include <kseparator.h> #include <kmessagebox.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kaction.h> #include <kstdgameaction.h> #include <khighscore.h> @@ -50,7 +50,7 @@ #include <klocale.h> #include <kpushbutton.h> #include <kstdguiitem.h> -#include <kconfigdialog.h> +#include <tdeconfigdialog.h> #include <tqlayout.h> #include <tqtimer.h> @@ -68,7 +68,7 @@ App::App(TQWidget *parent, const char *name) : KMainWindow(parent, name), highscoreTable = new KHighscore(TQT_TQOBJECT(this)); // TODO? - // Would it make sense long term to have a kconfig update rather then + // Would it make sense long term to have a tdeconfig update rather then // havin both formats supported in the code? if(highscoreTable->hasTable()) readHighscore(); |