diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:03:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:03:32 -0600 |
commit | 1a4615a891172a58eff43f5ef0cd150b67798f4e (patch) | |
tree | 10cb98b2e3578be42f305684bb404c4eb8247ae2 /kshisen/app.cpp | |
parent | 891c539927a94a67f8c8482b10f95af8dea8b63f (diff) | |
download | tdegames-1a4615a891172a58eff43f5ef0cd150b67798f4e.tar.gz tdegames-1a4615a891172a58eff43f5ef0cd150b67798f4e.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
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(); |