diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 18:54:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 18:54:25 +0900 |
commit | cedf07520c8848ddadefd587754d43d7722bc5a3 (patch) | |
tree | 742624d32546d11beaa019e50e1ab136ac719a66 | |
parent | d5dd1bde5f4dc0669c58fc4f71a476fdddb12cbc (diff) | |
download | kkbswitch-cedf07520c8848ddadefd587754d43d7722bc5a3.tar.gz kkbswitch-cedf07520c8848ddadefd587754d43d7722bc5a3.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | kkbswitch/kbconfig.cpp | 2 | ||||
-rw-r--r-- | kkbswitch/kbpickicondlg.cpp | 2 | ||||
-rw-r--r-- | kkbswitch/kbswitchtrayicon.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kkbswitch/kbconfig.cpp b/kkbswitch/kbconfig.cpp index d3bde83..2631455 100644 --- a/kkbswitch/kbconfig.cpp +++ b/kkbswitch/kbconfig.cpp @@ -21,7 +21,7 @@ #include <tdeversion.h> #include <tdelocale.h> #include <tdeglobal.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeapplication.h> #include <tdeglobalsettings.h> #include <kdebug.h> diff --git a/kkbswitch/kbpickicondlg.cpp b/kkbswitch/kbpickicondlg.cpp index f21cde6..4f4ddec 100644 --- a/kkbswitch/kbpickicondlg.cpp +++ b/kkbswitch/kbpickicondlg.cpp @@ -25,7 +25,7 @@ #include <tdeversion.h> #include <tdelocale.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeglobal.h> #include <tdefiledialog.h> #include <tdemessagebox.h> diff --git a/kkbswitch/kbswitchtrayicon.cpp b/kkbswitch/kbswitchtrayicon.cpp index 28c7039..5bb4823 100644 --- a/kkbswitch/kbswitchtrayicon.cpp +++ b/kkbswitch/kbswitchtrayicon.cpp @@ -25,7 +25,7 @@ #include "boldmenuitem.h" #endif #include <tdepopupmenu.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdelocale.h> #include <kstdaction.h> #include <tdeaction.h> |