diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:45:54 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:45:54 -0600 |
commit | 5507f62b1024e5bfe30557899e295e91db2f8914 (patch) | |
tree | ae900d59c91403e35fc713b251775a3a8ae4d907 | |
parent | 625c719dff21967e44c1f0f5642e7ac548c10699 (diff) | |
download | tdmtheme-5507f62b1024e5bfe30557899e295e91db2f8914.tar.gz tdmtheme-5507f62b1024e5bfe30557899e295e91db2f8914.zip |
Rename additional header files to avoid conflicts with KDE4
-rw-r--r-- | src/tdmtheme.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tdmtheme.cpp b/src/tdmtheme.cpp index 78091af..071216b 100644 --- a/src/tdmtheme.cpp +++ b/src/tdmtheme.cpp @@ -21,11 +21,11 @@ #include "tdmtheme.h" #include <kdialog.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <tdeio/job.h> #include <tdeio/netaccess.h> -#include <klocale.h> -#include <kmessagebox.h> +#include <tdelocale.h> +#include <tdemessagebox.h> #include <kprogress.h> #include <kstandarddirs.h> #include <ktar.h> |