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/mainwindow.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/mainwindow.cpp')
-rw-r--r-- | systemsettings/mainwindow.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemsettings/mainwindow.cpp b/systemsettings/mainwindow.cpp index 05c9291..2886def 100644 --- a/systemsettings/mainwindow.cpp +++ b/systemsettings/mainwindow.cpp @@ -26,7 +26,7 @@ #include <tqvbox.h> #include <tdeaction.h> #include <tqtoolbutton.h> -#include <klocale.h> +#include <tdelocale.h> #include <kservicegroup.h> #include <tqlayout.h> #include <tqwidgetstack.h> @@ -40,7 +40,7 @@ #include <kdebug.h> #include <tdecmoduleproxy.h> #include <kbugreport.h> -#include <kmenubar.h> +#include <tdemenubar.h> #include <tdeactionclasses.h> #include <tdetoolbarbutton.h> #include <tqtabbar.h> |