diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:00:41 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-12 18:00:41 +0900 |
commit | 0d7a105e90d30300e68443562036d988d67f415d (patch) | |
tree | cea73e58a80226fa71747148f3ca133bd085f241 | |
parent | 5686e597ebc321382948690d19668c46ce6851a7 (diff) | |
download | tork-0d7a105e90d30300e68443562036d988d67f415d.tar.gz tork-0d7a105e90d30300e68443562036d988d67f415d.zip |
Use TDESimpleConfig
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/torkapplet/tork_mnu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/torkapplet/tork_mnu.cpp b/src/torkapplet/tork_mnu.cpp index ca98c00..71c2edc 100644 --- a/src/torkapplet/tork_mnu.cpp +++ b/src/torkapplet/tork_mnu.cpp @@ -30,7 +30,7 @@ #include <tdelocale.h> #include <krun.h> #include <kshell.h> -#include <ksimpleconfig.h> +#include <tdesimpleconfig.h> #include <tdestandarddirs.h> #include <dcopref.h> #include <dcopclient.h> |