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 /kpresenter/KPrWebPresentation.cpp | |
parent | 3b6870c6e1177574772803b5b09416903ee40fc0 (diff) | |
download | koffice-63f984a752aa6a6a73e3af795b05a5a042833eff.tar.gz koffice-63f984a752aa6a6a73e3af795b05a5a042833eff.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'kpresenter/KPrWebPresentation.cpp')
-rw-r--r-- | kpresenter/KPrWebPresentation.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kpresenter/KPrWebPresentation.cpp b/kpresenter/KPrWebPresentation.cpp index 6f93acba..90053b31 100644 --- a/kpresenter/KPrWebPresentation.cpp +++ b/kpresenter/KPrWebPresentation.cpp @@ -30,7 +30,7 @@ #include <kstandarddirs.h> #include <unistd.h> #include <sys/types.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <tqfile.h> #include <tqtextstream.h> @@ -54,16 +54,16 @@ #include <tqcheckbox.h> #include <kdebug.h> -#include <klocale.h> +#include <tdelocale.h> #include <kcolorbutton.h> #include <tdefiledialog.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kbuttonbox.h> #include <ksimpleconfig.h> #include <tdeapplication.h> #include <kprogress.h> -#include <kglobal.h> -#include <kglobalsettings.h> +#include <tdeglobal.h> +#include <tdeglobalsettings.h> #include <kcharsets.h> #include <kurlrequester.h> #include <klineedit.h> |