diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:51:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:51:52 -0600 |
commit | 239b185c5832370cafc6ce93dce5a727e454d8a5 (patch) | |
tree | 4c95d020451be5053f8795492a7ec6d9a2a8fbe6 /systemsettings/modulesview.cpp | |
parent | 14e27ebe31b41b704523704683ed2e55f309a989 (diff) | |
download | tde-systemsettings-239b185c5832370cafc6ce93dce5a727e454d8a5.tar.gz tde-systemsettings-239b185c5832370cafc6ce93dce5a727e454d8a5.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'systemsettings/modulesview.cpp')
-rw-r--r-- | systemsettings/modulesview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/systemsettings/modulesview.cpp b/systemsettings/modulesview.cpp index 0de5d33..05c6f3f 100644 --- a/systemsettings/modulesview.cpp +++ b/systemsettings/modulesview.cpp @@ -21,7 +21,7 @@ #include "modulesview.h" #include <tqlabel.h> -#include <klocale.h> +#include <tdelocale.h> #include <kservicegroup.h> #include <tqlayout.h> #include <kiconloader.h> |