diff options
author | Michele Calgaro <[email protected]> | 2025-02-25 18:53:35 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-02-25 18:53:35 +0900 |
commit | cac4c01e64fd0fd6d3da76b7fe1a302eb068a406 (patch) | |
tree | d3ddfe31ae47d10fdddafa5c471cf2b5b5652af8 /kmymoney2/widgets | |
parent | 387d8876e77f130be2e677c4a0d1aea3d8e8f1da (diff) | |
download | kmymoney-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.cpp | 2 | ||||
-rw-r--r-- | kmymoney2/widgets/kmymoneyaccounttree.cpp | 2 | ||||
-rw-r--r-- | kmymoney2/widgets/kmymoneyaccounttreebase.cpp | 2 | ||||
-rw-r--r-- | kmymoney2/widgets/kmymoneycurrencyselector.cpp | 2 | ||||
-rw-r--r-- | kmymoney2/widgets/kmymoneytitlelabel.cpp | 2 | ||||
-rwxr-xr-x | kmymoney2/widgets/maketdewidgets.in | 2 |
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 |