diff options
Diffstat (limited to 'chalk/plugins/viewplugins/screenshot/screenshot.cpp')
-rw-r--r-- | chalk/plugins/viewplugins/screenshot/screenshot.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chalk/plugins/viewplugins/screenshot/screenshot.cpp b/chalk/plugins/viewplugins/screenshot/screenshot.cpp index 505f8de8..e1d18605 100644 --- a/chalk/plugins/viewplugins/screenshot/screenshot.cpp +++ b/chalk/plugins/viewplugins/screenshot/screenshot.cpp @@ -20,17 +20,17 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#include <klocale.h> +#include <tdelocale.h> #include <kiconloader.h> #include <kinstance.h> -#include <kmessagebox.h> +#include <tdemessagebox.h> #include <kstandarddirs.h> -#include <ktempfile.h> +#include <tdetempfile.h> #include <kdebug.h> #include <KoView.h> #include <KoDocument.h> #include <kgenericfactory.h> -#include <klocale.h> +#include <tdelocale.h> #include "ksnapshot.h" #include <kimageio.h> |