diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 21:52:15 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 22:26:14 +0900 |
commit | 26c70f08668ac196765da3ca919f5bd5206825f1 (patch) | |
tree | 13b1271492bd835a31a69c12806add6784735a64 | |
parent | 7d77a1a07871199f7a4c8193e1702cc086cebdd3 (diff) | |
download | twin-style-crystal-26c70f08668ac196765da3ca919f5bd5206825f1.tar.gz twin-style-crystal-26c70f08668ac196765da3ca919f5bd5206825f1.zip |
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit af7dc7b9e7cd00d3abc77ad2eaf8c3171af26317)
-rw-r--r-- | client/imageholder.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/imageholder.cpp b/client/imageholder.cpp index adcc81f..3c259c4 100644 --- a/client/imageholder.cpp +++ b/client/imageholder.cpp @@ -19,10 +19,9 @@ ***************************************************************************/ -#include <kapp.h> +#include <tdeapplication.h> #include <tqimage.h> #include <kimageeffect.h> -#include <tqapplication.h> #include <tqdesktopwidget.h> #include "imageholder.h" #include "crystalclient.h" |