From 1a4615a891172a58eff43f5ef0cd150b67798f4e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:03:32 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kshisen/app.cpp | 6 +++--- kshisen/main.cpp | 2 +- kshisen/prefs.kcfgc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'kshisen') 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 #include #include -#include +#include #include #include #include @@ -50,7 +50,7 @@ #include #include #include -#include +#include #include #include @@ -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 #include #include -#include +#include #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 -- cgit v1.2.1