diff options
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> |