diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 19:09:03 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 19:09:03 +0900 |
| commit | c2b327f5721c36949855e108641ea1d23bd241a4 (patch) | |
| tree | df6898562e61c23a05e596526c79e95db9f48d6d | |
| parent | 4bc2f9c89bf93eecbb7615ffc67572586cacf180 (diff) | |
| download | kshutdown-c2b327f5721c36949855e108641ea1d23bd241a4.tar.gz kshutdown-c2b327f5721c36949855e108641ea1d23bd241a4.zip | |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | kshutdown/extras.cpp | 2 | ||||
| -rw-r--r-- | kshutdown/links.cpp | 2 | ||||
| -rw-r--r-- | kshutdown/msettingsdialog.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kshutdown/extras.cpp b/kshutdown/extras.cpp index ac2e0df..7a4705c 100644 --- a/kshutdown/extras.cpp +++ b/kshutdown/extras.cpp @@ -34,7 +34,7 @@ #include <tdepopupmenu.h> #include <kpushbutton.h> #include <krun.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kstringhandler.h> Extras *Extras::_instance = 0; diff --git a/kshutdown/links.cpp b/kshutdown/links.cpp index 4f04a07..9450cb4 100644 --- a/kshutdown/links.cpp +++ b/kshutdown/links.cpp @@ -32,7 +32,7 @@ #include <tdelocale.h> #include <tdemessagebox.h> #include <kpushbutton.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> // public diff --git a/kshutdown/msettingsdialog.cpp b/kshutdown/msettingsdialog.cpp index cc89194..f21c91a 100644 --- a/kshutdown/msettingsdialog.cpp +++ b/kshutdown/msettingsdialog.cpp @@ -49,7 +49,7 @@ #include <tdepopupmenu.h> #include <knuminput.h> #include <kpushbutton.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <ktabwidget.h> #include <kurllabel.h> |
