diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 18:51:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-02-25 19:00:45 +0900 |
commit | dc94564234e292fcd19a0d36a0371f9fce51e4a3 (patch) | |
tree | 33dc3e8bfa4b3b8023dad50a25d90e9a16e510ea /src/misc/stableheaders.h | |
parent | eafe039ebbbfcff8a3766a67a7a8d41cc7b678cc (diff) | |
download | rosegarden-dc94564234e292fcd19a0d36a0371f9fce51e4a3.tar.gz rosegarden-dc94564234e292fcd19a0d36a0371f9fce51e4a3.zip |
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/misc/stableheaders.h')
-rw-r--r-- | src/misc/stableheaders.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/misc/stableheaders.h b/src/misc/stableheaders.h index 413a29b..619d77e 100644 --- a/src/misc/stableheaders.h +++ b/src/misc/stableheaders.h @@ -185,11 +185,10 @@ #include <tdeprocess.h> #include <kpushbutton.h> #include <ksqueezedtextlabel.h> -#include <kstandarddirs.h> +#include <tdestandarddirs.h> #include <kstatusbar.h> #include <tdestdaccel.h> #include <kstdaction.h> -#include <kstandarddirs.h> #include <ktabwidget.h> #include <tdetempfile.h> #include <ktip.h> |