diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 22:36:05 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-18 22:36:05 +0900 |
commit | fc027edfaa4e1134538d74499347fe7c15148f53 (patch) | |
tree | c8d25c58606962eb88340c7b6d5c34e031037270 /twin | |
parent | 006915b1e23cf64f9ea6828de277ef9a2bb2e870 (diff) | |
download | tdebase-fc027edfaa4e1134538d74499347fe7c15148f53.tar.gz tdebase-fc027edfaa4e1134538d74499347fe7c15148f53.zip |
Use tdeinstance.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'twin')
-rw-r--r-- | twin/data/update_default_rules.cpp | 2 | ||||
-rw-r--r-- | twin/data/update_window_settings.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/twin/data/update_default_rules.cpp b/twin/data/update_default_rules.cpp index f771229fc..c37abc81d 100644 --- a/twin/data/update_default_rules.cpp +++ b/twin/data/update_default_rules.cpp @@ -13,7 +13,7 @@ License. See the file "COPYING" for the exact licensing terms. #include <dcopclient.h> #include <tdeconfig.h> #include <kdebug.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <tdestandarddirs.h> int main( int argc, char* argv[] ) diff --git a/twin/data/update_window_settings.cpp b/twin/data/update_window_settings.cpp index 422bb30c5..d4b525691 100644 --- a/twin/data/update_window_settings.cpp +++ b/twin/data/update_window_settings.cpp @@ -12,7 +12,7 @@ License. See the file "COPYING" for the exact licensing terms. #include <netwm_def.h> #include <tdeconfig.h> -#include <kinstance.h> +#include <tdeinstance.h> #include <dcopclient.h> struct SessionInfo |