diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:47:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:47:00 -0600 |
commit | 843e7a1b7cafbc680f1fda7000dd8188e8197857 (patch) | |
tree | e0553d1bb7f03bf28437ece2a3fe4441b7d4c65f /src/kcm/configdialog.cpp | |
parent | e300112085a815f0a0997342661b216beedd78f1 (diff) | |
download | knemo-843e7a1b7cafbc680f1fda7000dd8188e8197857.tar.gz knemo-843e7a1b7cafbc680f1fda7000dd8188e8197857.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'src/kcm/configdialog.cpp')
-rw-r--r-- | src/kcm/configdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kcm/configdialog.cpp b/src/kcm/configdialog.cpp index c2438c0..cfa9909 100644 --- a/src/kcm/configdialog.cpp +++ b/src/kcm/configdialog.cpp @@ -33,9 +33,9 @@ #include <tqstringlist.h> #include <tqdatastream.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <tdeconfig.h> -#include <klocale.h> +#include <tdelocale.h> #include <knuminput.h> #include <dcopclient.h> #include <kiconloader.h> |