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 /ktron | |
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 'ktron')
-rw-r--r-- | ktron/ktron.cpp | 2 | ||||
-rw-r--r-- | ktron/settings.kcfgc | 2 | ||||
-rw-r--r-- | ktron/tron.cpp | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/ktron/ktron.cpp b/ktron/ktron.cpp index 7989f6d4..6ef3c4e1 100644 --- a/ktron/ktron.cpp +++ b/ktron/ktron.cpp @@ -21,7 +21,7 @@ #include "ktron.h" -#include <kconfigdialog.h> +#include <tdeconfigdialog.h> #include <klocale.h> #include <kmessagebox.h> #include <kaction.h> diff --git a/ktron/settings.kcfgc b/ktron/settings.kcfgc index de60e440..d8403246 100644 --- a/ktron/settings.kcfgc +++ b/ktron/settings.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for tdeconfig_compiler File=ktron.kcfg ClassName=Settings Singleton=true diff --git a/ktron/tron.cpp b/ktron/tron.cpp index c17af2ee..585aedd0 100644 --- a/ktron/tron.cpp +++ b/ktron/tron.cpp @@ -19,7 +19,7 @@ ***************************************************************************/ // Background -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <kmessagebox.h> // Normal class @@ -28,7 +28,7 @@ #include <kdebug.h> #include <klocale.h> #include <kapplication.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kcolordialog.h> #include <kaction.h> |