diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:15 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:15 -0600 |
commit | 64df902cf71a8ee258fb85f6be26248f399aa01f (patch) | |
tree | dba58f705042c22cea26b678d5b0e4e9a34bf202 /libtdepim/cfgc | |
parent | de53c98cab07e9c4b0f5e25dab82830fb6fc67ec (diff) | |
download | tdepim-64df902cf71a8ee258fb85f6be26248f399aa01f.tar.gz tdepim-64df902cf71a8ee258fb85f6be26248f399aa01f.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'libtdepim/cfgc')
-rw-r--r-- | libtdepim/cfgc/README | 2 | ||||
-rw-r--r-- | libtdepim/cfgc/autoexample.cpp | 2 | ||||
-rw-r--r-- | libtdepim/cfgc/example.cpp | 2 | ||||
-rw-r--r-- | libtdepim/cfgc/exampleprefs_base.kcfgc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libtdepim/cfgc/README b/libtdepim/cfgc/README index 720ea2126..05dcdf354 100644 --- a/libtdepim/cfgc/README +++ b/libtdepim/cfgc/README @@ -1,5 +1,5 @@ This directory contains text and example code for automatic creation of -configuration dialogs based on TDEConfigSkeleton, kconfig_compiler and +configuration dialogs based on TDEConfigSkeleton, tdeconfig_compiler and KPrefsDialog. If you have questions or comments please contact Cornelius Schumacher diff --git a/libtdepim/cfgc/autoexample.cpp b/libtdepim/cfgc/autoexample.cpp index 595d195b8..8f5d08e8d 100644 --- a/libtdepim/cfgc/autoexample.cpp +++ b/libtdepim/cfgc/autoexample.cpp @@ -30,7 +30,7 @@ #include <klocale.h> #include <kcmdlineargs.h> #include <kglobal.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kstandarddirs.h> #include <kautoconfigdialog.h> diff --git a/libtdepim/cfgc/example.cpp b/libtdepim/cfgc/example.cpp index 28c093784..d3f068799 100644 --- a/libtdepim/cfgc/example.cpp +++ b/libtdepim/cfgc/example.cpp @@ -27,7 +27,7 @@ #include <klocale.h> #include <kcmdlineargs.h> #include <kglobal.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kstandarddirs.h> #include <libtdepim/kprefsdialog.h> diff --git a/libtdepim/cfgc/exampleprefs_base.kcfgc b/libtdepim/cfgc/exampleprefs_base.kcfgc index 36e5ed4e6..6cc9a9231 100644 --- a/libtdepim/cfgc/exampleprefs_base.kcfgc +++ b/libtdepim/cfgc/exampleprefs_base.kcfgc @@ -1,4 +1,4 @@ -# Code generation options for kconfig_compiler +# Code generation options for tdeconfig_compiler File=exampleprefs_base.kcfg ClassName=ExamplePrefsBase Singleton=true |