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/knutmainwindow.h | |
| 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/knutmainwindow.h')
| -rw-r--r-- | src/knutmainwindow.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/knutmainwindow.h b/src/knutmainwindow.h index 2130112..712c713 100644 --- a/src/knutmainwindow.h +++ b/src/knutmainwindow.h @@ -31,15 +31,12 @@ #include "knutanalog.h" #include "knutpanelmeter.h" -#include <kapp.h> +#include <tdeapplication.h> #include <tdemainwindow.h> #include <tdeaction.h> -//#include <kprogress.h> - #include <tqwidget.h> #include <tqdatetime.h> -//#include <tqprogressbar.h> class TQString; |
