diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 22:10:13 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 22:28:44 +0900 |
| commit | 9f17add4ff251ba790bfcf560efc70cce151f5af (patch) | |
| tree | f3cbde6af1a7d8f04a6b6e43e8f4de37af38f7dd /src/knutfrontpanel.cpp | |
| parent | f68730b096c0c116a1b03d87a32346fc8d10501b (diff) | |
| download | knutclient-9f17add4ff251ba790bfcf560efc70cce151f5af.tar.gz knutclient-9f17add4ff251ba790bfcf560efc70cce151f5af.zip | |
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e6ccae688228e0db559c003c3cf78900217c5b67)
Diffstat (limited to 'src/knutfrontpanel.cpp')
| -rw-r--r-- | src/knutfrontpanel.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/knutfrontpanel.cpp b/src/knutfrontpanel.cpp index 9aac1e9..b877d57 100644 --- a/src/knutfrontpanel.cpp +++ b/src/knutfrontpanel.cpp @@ -21,14 +21,13 @@ #include "knutnet.h" #include <tdelocale.h> -#include <kapp.h> +#include <tdeapplication.h> #include <tqtooltip.h> #include <tqstring.h> #include <tqpaintdevice.h> #include <tqlayout.h> #include <tqlcdnumber.h> -//#include <tqframe.h> #include <tqlabel.h> #include <tqcolor.h> #include <tqfont.h> |
