diff options
Diffstat (limited to 'kdesktop/lock')
-rw-r--r-- | kdesktop/lock/infodlg.cpp | 2 | ||||
-rw-r--r-- | kdesktop/lock/lockdlg.cpp | 2 | ||||
-rw-r--r-- | kdesktop/lock/lockprocess.cpp | 2 | ||||
-rw-r--r-- | kdesktop/lock/main.cpp | 2 | ||||
-rw-r--r-- | kdesktop/lock/querydlg.cpp | 2 | ||||
-rw-r--r-- | kdesktop/lock/sakdlg.cpp | 2 | ||||
-rw-r--r-- | kdesktop/lock/securedlg.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/kdesktop/lock/infodlg.cpp b/kdesktop/lock/infodlg.cpp index 6fc604b43..a37c92b8e 100644 --- a/kdesktop/lock/infodlg.cpp +++ b/kdesktop/lock/infodlg.cpp @@ -14,7 +14,7 @@ #include <tdelocale.h> #include <kpushbutton.h> #include <kseparator.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeglobalsettings.h> #include <tdeconfig.h> #include <kiconloader.h> diff --git a/kdesktop/lock/lockdlg.cpp b/kdesktop/lock/lockdlg.cpp index d26830e3a..3f59fd461 100644 --- a/kdesktop/lock/lockdlg.cpp +++ b/kdesktop/lock/lockdlg.cpp @@ -20,7 +20,7 @@ #include <tdelocale.h> #include <kpushbutton.h> #include <kseparator.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ksimpleconfig.h> #include <tdeglobalsettings.h> #include <tdeconfig.h> diff --git a/kdesktop/lock/lockprocess.cpp b/kdesktop/lock/lockprocess.cpp index 47db882ef..d36b02559 100644 --- a/kdesktop/lock/lockprocess.cpp +++ b/kdesktop/lock/lockprocess.cpp @@ -38,7 +38,7 @@ #include <dmctl.h> #include <dcopref.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeapplication.h> #include <kservicegroup.h> #include <kdebug.h> diff --git a/kdesktop/lock/main.cpp b/kdesktop/lock/main.cpp index f80f406a1..3e789e780 100644 --- a/kdesktop/lock/main.cpp +++ b/kdesktop/lock/main.cpp @@ -34,7 +34,7 @@ #include <tdeglobalsettings.h> #include <dcopref.h> #include <ksimpleconfig.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdmtsak.h> diff --git a/kdesktop/lock/querydlg.cpp b/kdesktop/lock/querydlg.cpp index edab1fd97..5b1fea0f3 100644 --- a/kdesktop/lock/querydlg.cpp +++ b/kdesktop/lock/querydlg.cpp @@ -14,7 +14,7 @@ #include <tdelocale.h> #include <kpushbutton.h> #include <kseparator.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeglobalsettings.h> #include <tdeconfig.h> #include <kiconloader.h> diff --git a/kdesktop/lock/sakdlg.cpp b/kdesktop/lock/sakdlg.cpp index a9bb25f40..5b23a9c5a 100644 --- a/kdesktop/lock/sakdlg.cpp +++ b/kdesktop/lock/sakdlg.cpp @@ -14,7 +14,7 @@ #include <tdelocale.h> #include <kpushbutton.h> #include <kseparator.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeglobalsettings.h> #include <tdeconfig.h> #include <kiconloader.h> diff --git a/kdesktop/lock/securedlg.cpp b/kdesktop/lock/securedlg.cpp index 5be274660..ba2b08af0 100644 --- a/kdesktop/lock/securedlg.cpp +++ b/kdesktop/lock/securedlg.cpp @@ -14,7 +14,7 @@ #include <tdelocale.h> #include <kpushbutton.h> #include <kseparator.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeglobalsettings.h> #include <tdeconfig.h> #include <kiconloader.h> |