summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-02-25 18:53:35 +0900
committerMichele Calgaro <[email protected]>2025-02-25 18:53:35 +0900
commitcac4c01e64fd0fd6d3da76b7fe1a302eb068a406 (patch)
treed3ddfe31ae47d10fdddafa5c471cf2b5b5652af8 /kmymoney2/widgets
parent387d8876e77f130be2e677c4a0d1aea3d8e8f1da (diff)
downloadkmymoney-cac4c01e64fd0fd6d3da76b7fe1a302eb068a406.tar.gz
kmymoney-cac4c01e64fd0fd6d3da76b7fe1a302eb068a406.zip
Use tdestandarddirs.h
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kmymoney2/widgets')
-rw-r--r--kmymoney2/widgets/kaccounttemplateselector.cpp2
-rw-r--r--kmymoney2/widgets/kmymoneyaccounttree.cpp2
-rw-r--r--kmymoney2/widgets/kmymoneyaccounttreebase.cpp2
-rw-r--r--kmymoney2/widgets/kmymoneycurrencyselector.cpp2
-rw-r--r--kmymoney2/widgets/kmymoneytitlelabel.cpp2
-rwxr-xr-xkmymoney2/widgets/maketdewidgets.in2
6 files changed, 6 insertions, 6 deletions
diff --git a/kmymoney2/widgets/kaccounttemplateselector.cpp b/kmymoney2/widgets/kaccounttemplateselector.cpp
index ec8518e..7f80e29 100644
--- a/kmymoney2/widgets/kaccounttemplateselector.cpp
+++ b/kmymoney2/widgets/kaccounttemplateselector.cpp
@@ -31,7 +31,7 @@
#include <tdeglobal.h>
#include <tdelocale.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <tdelistview.h>
#include <ktextedit.h>
diff --git a/kmymoney2/widgets/kmymoneyaccounttree.cpp b/kmymoney2/widgets/kmymoneyaccounttree.cpp
index 09c90e3..3eed922 100644
--- a/kmymoney2/widgets/kmymoneyaccounttree.cpp
+++ b/kmymoney2/widgets/kmymoneyaccounttree.cpp
@@ -39,7 +39,7 @@
#include <tdelocale.h>
#include <tdeglobal.h>
#include <kiconloader.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
// ----------------------------------------------------------------------------
// Project Includes
diff --git a/kmymoney2/widgets/kmymoneyaccounttreebase.cpp b/kmymoney2/widgets/kmymoneyaccounttreebase.cpp
index c6016b3..48f78cb 100644
--- a/kmymoney2/widgets/kmymoneyaccounttreebase.cpp
+++ b/kmymoney2/widgets/kmymoneyaccounttreebase.cpp
@@ -39,7 +39,7 @@
#include <tdelocale.h>
#include <tdeglobal.h>
#include <kiconloader.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
// ----------------------------------------------------------------------------
// Project Includes
diff --git a/kmymoney2/widgets/kmymoneycurrencyselector.cpp b/kmymoney2/widgets/kmymoneycurrencyselector.cpp
index da1e575..be8ed23 100644
--- a/kmymoney2/widgets/kmymoneycurrencyselector.cpp
+++ b/kmymoney2/widgets/kmymoneycurrencyselector.cpp
@@ -33,7 +33,7 @@
// ----------------------------------------------------------------------------
// TDE Includes
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
// ----------------------------------------------------------------------------
// Project Includes
diff --git a/kmymoney2/widgets/kmymoneytitlelabel.cpp b/kmymoney2/widgets/kmymoneytitlelabel.cpp
index 4171f07..a90895f 100644
--- a/kmymoney2/widgets/kmymoneytitlelabel.cpp
+++ b/kmymoney2/widgets/kmymoneytitlelabel.cpp
@@ -31,7 +31,7 @@
// TDE Includes
#include <tdeglobal.h>
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
#include <kdebug.h>
#include <tdeglobalsettings.h>
diff --git a/kmymoney2/widgets/maketdewidgets.in b/kmymoney2/widgets/maketdewidgets.in
index 76924d5..a564dc2 100755
--- a/kmymoney2/widgets/maketdewidgets.in
+++ b/kmymoney2/widgets/maketdewidgets.in
@@ -103,7 +103,7 @@ print OUT <<EOT;
#include <qwidgetplugin.h>
// for pixmap search
-#include <kstandarddirs.h>
+#include <tdestandarddirs.h>
EOT