diff options
author | Timothy Pearson <[email protected]> | 2013-02-15 21:48:17 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-15 21:48:17 -0600 |
commit | 63f984a752aa6a6a73e3af795b05a5a042833eff (patch) | |
tree | 89b2d1529273ebe59f8c41800aa6c53ee4c29bb1 /kword/KWConfig.cpp | |
parent | 3b6870c6e1177574772803b5b09416903ee40fc0 (diff) | |
download | koffice-63f984a752aa6a6a73e3af795b05a5a042833eff.tar.gz koffice-63f984a752aa6a6a73e3af795b05a5a042833eff.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kword/KWConfig.cpp')
-rw-r--r-- | kword/KWConfig.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kword/KWConfig.cpp b/kword/KWConfig.cpp index 6853f2c7..6d1a28b2 100644 --- a/kword/KWConfig.cpp +++ b/kword/KWConfig.cpp @@ -20,7 +20,7 @@ #include <tdeconfig.h> #include <kiconloader.h> -#include <klocale.h> +#include <tdelocale.h> #include <KoUnitWidgets.h> #include <knuminput.h> #include <knumvalidator.h> @@ -60,11 +60,11 @@ using namespace KSpell2; #include <float.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <tdelistview.h> #include <kstandarddirs.h> -#include <kglobalsettings.h> -#include <kglobal.h> +#include <tdeglobalsettings.h> +#include <tdeglobal.h> #include <kurlrequesterdlg.h> #include <tdefiledialog.h> #include <tqtabwidget.h> |