diff options
-rw-r--r-- | src/SUSE2.cpp | 2 | ||||
-rw-r--r-- | src/SUSE2client.cpp | 2 | ||||
-rw-r--r-- | src/config/config.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/SUSE2.cpp b/src/SUSE2.cpp index e485e87..3b178e5 100644 --- a/src/SUSE2.cpp +++ b/src/SUSE2.cpp @@ -30,7 +30,7 @@ #include <tdeconfig.h> #include <tdelocale.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kpixmap.h> #include "misc.h" diff --git a/src/SUSE2client.cpp b/src/SUSE2client.cpp index fe75131..b6ab8db 100644 --- a/src/SUSE2client.cpp +++ b/src/SUSE2client.cpp @@ -26,7 +26,7 @@ #include <kpixmap.h> #include <kimageeffect.h> #include <kpixmapeffect.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kdecoration.h> #include <tqbitmap.h> diff --git a/src/config/config.cpp b/src/config/config.cpp index 77359c1..17b7272 100644 --- a/src/config/config.cpp +++ b/src/config/config.cpp @@ -40,7 +40,7 @@ #include <tdelocale.h> #include <tdeglobal.h> #include <kurlrequester.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kurl.h> #include <tdefiledialog.h> #include <knuminput.h> |