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 /ksnake | |
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 'ksnake')
-rw-r--r-- | ksnake/game.cpp | 2 | ||||
-rw-r--r-- | ksnake/settings.kcfgc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ksnake/game.cpp b/ksnake/game.cpp index e2ac41d3..1b92e741 100644 --- a/ksnake/game.cpp +++ b/ksnake/game.cpp @@ -34,7 +34,7 @@ #include <klocale.h> -#include <kconfigdialog.h> +#include <tdeconfigdialog.h> #include <kstdgameaction.h> #include <kscoredialog.h> diff --git a/ksnake/settings.kcfgc b/ksnake/settings.kcfgc index cf8ee5e6..8d0d6d83 100644 --- a/ksnake/settings.kcfgc +++ b/ksnake/settings.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for tdeconfig_compiler File=ksnake.kcfg ClassName=Settings Singleton=true |