diff options
author | Michele Calgaro <[email protected]> | 2024-12-02 12:47:02 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-12-02 12:47:02 +0900 |
commit | b33688f946bba3e1020218022392ecb87adbb11f (patch) | |
tree | f0f3da4392fc26d33eefb420d81f47544639cd74 | |
parent | 8cab923e1e25e423ae97abcf1d47d6b4ca052a0f (diff) | |
download | kmymoney-b33688f946bba3e1020218022392ecb87adbb11f.tar.gz kmymoney-b33688f946bba3e1020218022392ecb87adbb11f.zip |
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | kmymoney2/converter/imymoneyreader.h | 2 | ||||
-rw-r--r-- | kmymoney2/converter/mymoneyqifreader.h | 2 | ||||
-rw-r--r-- | kmymoney2/converter/mymoneystatementreader.h | 2 | ||||
-rw-r--r-- | kmymoney2/converter/webpricequote.h | 2 | ||||
-rw-r--r-- | kmymoney2/dialogs/kequitypriceupdatedlg.h | 2 | ||||
-rw-r--r-- | kmymoney2/kmymoney2.h | 2 | ||||
-rw-r--r-- | libkgpgfile/kgpgfile.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/kmymoney2/converter/imymoneyreader.h b/kmymoney2/converter/imymoneyreader.h index 2cdf06a..018ac42 100644 --- a/kmymoney2/converter/imymoneyreader.h +++ b/kmymoney2/converter/imymoneyreader.h @@ -34,7 +34,7 @@ // TDE Headers #include <tdetempfile.h> -#include <kprocess.h> +#include <tdeprocess.h> // ---------------------------------------------------------------------------- // Project Headers diff --git a/kmymoney2/converter/mymoneyqifreader.h b/kmymoney2/converter/mymoneyqifreader.h index 13572b6..b51f5d6 100644 --- a/kmymoney2/converter/mymoneyqifreader.h +++ b/kmymoney2/converter/mymoneyqifreader.h @@ -34,7 +34,7 @@ // TDE Headers #include <tdetempfile.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kurl.h> // ---------------------------------------------------------------------------- diff --git a/kmymoney2/converter/mymoneystatementreader.h b/kmymoney2/converter/mymoneystatementreader.h index 441ae7e..2f3cedc 100644 --- a/kmymoney2/converter/mymoneystatementreader.h +++ b/kmymoney2/converter/mymoneystatementreader.h @@ -35,7 +35,7 @@ // TDE Headers #include <tdetempfile.h> -#include <kprocess.h> +#include <tdeprocess.h> // ---------------------------------------------------------------------------- // Project Headers diff --git a/kmymoney2/converter/webpricequote.h b/kmymoney2/converter/webpricequote.h index 72e7aa7..0409a84 100644 --- a/kmymoney2/converter/webpricequote.h +++ b/kmymoney2/converter/webpricequote.h @@ -29,7 +29,7 @@ // ---------------------------------------------------------------------------- // TDE Headers -#include <kprocess.h> +#include <tdeprocess.h> namespace TDEIO { class Job; }; diff --git a/kmymoney2/dialogs/kequitypriceupdatedlg.h b/kmymoney2/dialogs/kequitypriceupdatedlg.h index 4265485..5de2b65 100644 --- a/kmymoney2/dialogs/kequitypriceupdatedlg.h +++ b/kmymoney2/dialogs/kequitypriceupdatedlg.h @@ -34,7 +34,7 @@ class TQListViewItem; // ---------------------------------------------------------------------------- // TDE Includes -#include <kprocess.h> +#include <tdeprocess.h> // ---------------------------------------------------------------------------- // Project Includes diff --git a/kmymoney2/kmymoney2.h b/kmymoney2/kmymoney2.h index 8a96bff..924c406 100644 --- a/kmymoney2/kmymoney2.h +++ b/kmymoney2/kmymoney2.h @@ -30,7 +30,7 @@ class TQLabel; #include <tdemainwindow.h> #include <tdeaccel.h> #include <tdeaction.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kurl.h> #include <tdefile.h> #include <dcopobject.h> diff --git a/libkgpgfile/kgpgfile.cpp b/libkgpgfile/kgpgfile.cpp index 4267fb5..2fb414c 100644 --- a/libkgpgfile/kgpgfile.cpp +++ b/libkgpgfile/kgpgfile.cpp @@ -34,7 +34,7 @@ #include <tdeapplication.h> #include <tdelocale.h> -#include <kprocess.h> +#include <tdeprocess.h> #include <kpassdlg.h> #include <klibloader.h> |