diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:19:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:30:49 +0900 |
commit | 8beb22bcd5fe238abaa1912e1c44144c448a0e27 (patch) | |
tree | 0fb1456a0b7fbc92f93c66fb854b8b2e7b9ded89 | |
parent | 20153e7e8a13c72fab05ad5fb9adbc1ff4c94d0e (diff) | |
download | xdg-desktop-portal-tde-8beb22bcd5fe238abaa1912e1c44144c448a0e27.tar.gz xdg-desktop-portal-tde-8beb22bcd5fe238abaa1912e1c44144c448a0e27.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/account_portal.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/account_portal.cpp b/src/account_portal.cpp index 4b68840..ff66139 100644 --- a/src/account_portal.cpp +++ b/src/account_portal.cpp @@ -31,7 +31,7 @@ // TDE #include <tdestandarddirs.h> -#include <ksimpleconfig.h> +#include <tdeconfig.h> #include <tdelocale.h> #include <twin.h> #include <kuser.h> @@ -207,4 +207,4 @@ void TDEAccountPortal::appendDataPreview(TDEPermissionDialog *dlg, AccountInfo i dlg->appendWidget(frame); } -// kate: replace-tabs true; tab-width 4; indent-width 4;
\ No newline at end of file +// kate: replace-tabs true; tab-width 4; indent-width 4; |