diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:02:02 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:02:02 -0600 |
commit | de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf (patch) | |
tree | dbb3152c372f8620f9290137d461f3d9f9eba1cb /twin/kcmtwin/twinrules | |
parent | 936d3cec490c13f2c5f7dd14f5e364fddaa6da71 (diff) | |
download | tdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.tar.gz tdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'twin/kcmtwin/twinrules')
-rw-r--r-- | twin/kcmtwin/twinrules/kcm.h | 2 | ||||
-rw-r--r-- | twin/kcmtwin/twinrules/main.cpp | 2 | ||||
-rw-r--r-- | twin/kcmtwin/twinrules/ruleslist.cpp | 2 | ||||
-rw-r--r-- | twin/kcmtwin/twinrules/twinrules.desktop | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/twin/kcmtwin/twinrules/kcm.h b/twin/kcmtwin/twinrules/kcm.h index 33d7c2664..5e89a7773 100644 --- a/twin/kcmtwin/twinrules/kcm.h +++ b/twin/kcmtwin/twinrules/kcm.h @@ -21,7 +21,7 @@ #define __KCM_H__ #include <tdecmodule.h> -#include <kconfig.h> +#include <tdeconfig.h> class TDEConfig; class TDEAboutData; diff --git a/twin/kcmtwin/twinrules/main.cpp b/twin/kcmtwin/twinrules/main.cpp index 4b36bd795..78bec0302 100644 --- a/twin/kcmtwin/twinrules/main.cpp +++ b/twin/kcmtwin/twinrules/main.cpp @@ -19,7 +19,7 @@ #include <kcmdlineargs.h> #include <kapplication.h> #include <dcopclient.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <klocale.h> #include <twin.h> diff --git a/twin/kcmtwin/twinrules/ruleslist.cpp b/twin/kcmtwin/twinrules/ruleslist.cpp index c7634c3ac..2f7c4582a 100644 --- a/twin/kcmtwin/twinrules/ruleslist.cpp +++ b/twin/kcmtwin/twinrules/ruleslist.cpp @@ -22,7 +22,7 @@ #include <kpushbutton.h> #include <assert.h> #include <kdebug.h> -#include <kconfig.h> +#include <tdeconfig.h> #include "ruleswidget.h" diff --git a/twin/kcmtwin/twinrules/twinrules.desktop b/twin/kcmtwin/twinrules/twinrules.desktop index eba872171..061609041 100644 --- a/twin/kcmtwin/twinrules/twinrules.desktop +++ b/twin/kcmtwin/twinrules/twinrules.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Icon=kcmkwm Type=Application -Exec=kcmshell twinrules +Exec=tdecmshell twinrules DocPath=kcontrol/windowmanagement/index.html X-TDE-ModuleType=Library |