diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 22:46:37 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 22:46:37 +0900 |
commit | f5bba420c167f098576e9d9cffa4114ff17976a4 (patch) | |
tree | 747fe5a56c118c791cefca9714feee0c4826ca47 /kmplot | |
parent | 51d6c09aaad2282f1a010aaf4f3cb16830bc35ff (diff) | |
download | tdeedu-f5bba420c167f098576e9d9cffa4114ff17976a4.tar.gz tdeedu-f5bba420c167f098576e9d9cffa4114ff17976a4.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kmplot')
-rw-r--r-- | kmplot/kmplot/MainDlg.h | 2 | ||||
-rw-r--r-- | kmplot/kmplot/kconstanteditor.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kmplot/kmplot/MainDlg.h b/kmplot/kmplot/MainDlg.h index 8efad0aa..e8bfecdd 100644 --- a/kmplot/kmplot/MainDlg.h +++ b/kmplot/kmplot/MainDlg.h @@ -35,7 +35,7 @@ #include <tdeaction.h> #include <tdefiledialog.h> #include <tdepopupmenu.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tdeparts/browserextension.h> #include <tdeparts/part.h> #include <tdeparts/factory.h> diff --git a/kmplot/kmplot/kconstanteditor.cpp b/kmplot/kmplot/kconstanteditor.cpp index aaf17907..c11f2d62 100644 --- a/kmplot/kmplot/kconstanteditor.cpp +++ b/kmplot/kmplot/kconstanteditor.cpp @@ -30,7 +30,7 @@ #include <tdelistview.h> #include <tdelocale.h> #include <tdemessagebox.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <tqpushbutton.h> #include <tqstringlist.h> #include <tqvaluevector.h> |