diff options
Diffstat (limited to 'src/utilities/imageeditor/editor')
-rw-r--r-- | src/utilities/imageeditor/editor/editortoolsettings.cpp | 2 | ||||
-rw-r--r-- | src/utilities/imageeditor/editor/editorwindow.cpp | 2 | ||||
-rw-r--r-- | src/utilities/imageeditor/editor/imagewindow.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/utilities/imageeditor/editor/editortoolsettings.cpp b/src/utilities/imageeditor/editor/editortoolsettings.cpp index 3ac45ccf..c4caf363 100644 --- a/src/utilities/imageeditor/editor/editortoolsettings.cpp +++ b/src/utilities/imageeditor/editor/editortoolsettings.cpp @@ -39,7 +39,7 @@ #include <kiconloader.h> #include <tdelocale.h> #include <kpushbutton.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kstdguiitem.h> // LibKDcraw includes. diff --git a/src/utilities/imageeditor/editor/editorwindow.cpp b/src/utilities/imageeditor/editor/editorwindow.cpp index 657a0eae..819627e1 100644 --- a/src/utilities/imageeditor/editor/editorwindow.cpp +++ b/src/utilities/imageeditor/editor/editorwindow.cpp @@ -67,7 +67,7 @@ extern "C" #include <tdeaccel.h> #include <tdemessagebox.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kiconloader.h> #include <tdeio/netaccess.h> #include <tdeio/job.h> diff --git a/src/utilities/imageeditor/editor/imagewindow.cpp b/src/utilities/imageeditor/editor/imagewindow.cpp index 94dc584b..4bc91212 100644 --- a/src/utilities/imageeditor/editor/imagewindow.cpp +++ b/src/utilities/imageeditor/editor/imagewindow.cpp @@ -41,7 +41,7 @@ #include <kcursor.h> #include <tdelocale.h> #include <tdeconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeapplication.h> #include <tdemessagebox.h> #include <tdetempfile.h> |