diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 00:55:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 00:55:43 -0600 |
commit | 6996875edf1f049e7bfc599510c491bad4027542 (patch) | |
tree | 60364e548a5ab687404f61a262e4b56f096f16da /src/thememoodin.cpp | |
parent | fb0d2727e3477ae20669dbcc6509b5b86ae710b3 (diff) | |
download | ksplash-engine-moodin-6996875edf1f049e7bfc599510c491bad4027542.tar.gz ksplash-engine-moodin-6996875edf1f049e7bfc599510c491bad4027542.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/thememoodin.cpp')
-rw-r--r-- | src/thememoodin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thememoodin.cpp b/src/thememoodin.cpp index ae1e7eb..a2a7aaf 100644 --- a/src/thememoodin.cpp +++ b/src/thememoodin.cpp @@ -10,7 +10,7 @@ ***************************************************************************/ #include <kapplication.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <kgenericfactory.h> #include <kglobalsettings.h> |