diff options
Diffstat (limited to 'kpresenter/KPrView.cpp')
-rw-r--r-- | kpresenter/KPrView.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kpresenter/KPrView.cpp b/kpresenter/KPrView.cpp index 6f2e2358..583b7af7 100644 --- a/kpresenter/KPrView.cpp +++ b/kpresenter/KPrView.cpp @@ -20,7 +20,7 @@ #include <kprinter.h> #include <tdeaccel.h> -#include <kglobalsettings.h> +#include <tdeglobalsettings.h> #include <tqpainter.h> #include <tqscrollbar.h> #include <tqpopupmenu.h> @@ -65,7 +65,7 @@ #include <dcopclient.h> #include <tdefiledialog.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kstdaction.h> #include <tdeapplication.h> #include <tdeio/netaccess.h> @@ -76,15 +76,15 @@ #include "KPrMSPresentationSetup.h" #include "KPrTextObject.h" -#include <klocale.h> +#include <tdelocale.h> #include <kcolordialog.h> #include <tdeconfig.h> #include <tdefontdialog.h> -#include <kglobal.h> +#include <tdeglobal.h> #include <kimageio.h> #include <tdeparts/event.h> #include <kdebug.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <kcolorbutton.h> #include <kprocess.h> |