diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 01:03:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 01:03:32 -0600 |
commit | 1a4615a891172a58eff43f5ef0cd150b67798f4e (patch) | |
tree | 10cb98b2e3578be42f305684bb404c4eb8247ae2 /kshisen | |
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')
-rw-r--r-- | kshisen/app.cpp | 6 | ||||
-rw-r--r-- | kshisen/main.cpp | 2 | ||||
-rw-r--r-- | kshisen/prefs.kcfgc | 2 |
3 files changed, 5 insertions, 5 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(); diff --git a/kshisen/main.cpp b/kshisen/main.cpp index db5d96d8..e71e399e 100644 --- a/kshisen/main.cpp +++ b/kshisen/main.cpp @@ -39,7 +39,7 @@ #include <kapplication.h> #include <kaboutdata.h> #include <kcmdlineargs.h> -#include <kconfig.h> +#include <tdeconfig.h> #include "version.h" #include "app.h" diff --git a/kshisen/prefs.kcfgc b/kshisen/prefs.kcfgc index 63feff7f..81862aca 100644 --- a/kshisen/prefs.kcfgc +++ b/kshisen/prefs.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for tdeconfig_compiler File=kshisen.kcfg ClassName=Prefs Singleton=true |