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:10:13 +0900 |
commit | e6ccae688228e0db559c003c3cf78900217c5b67 (patch) | |
tree | f3cbde6af1a7d8f04a6b6e43e8f4de37af38f7dd /src/knutrwvar.cpp | |
parent | 44cfd93d39e1084c1a8f5b5d5726d4924ac74506 (diff) | |
download | knutclient-e6ccae688228e0db559c003c3cf78900217c5b67.tar.gz knutclient-e6ccae688228e0db559c003c3cf78900217c5b67.zip |
Don't use obsolete header kapp.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/knutrwvar.cpp')
-rw-r--r-- | src/knutrwvar.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/knutrwvar.cpp b/src/knutrwvar.cpp index 4f9c2f9..53100bd 100644 --- a/src/knutrwvar.cpp +++ b/src/knutrwvar.cpp @@ -20,14 +20,11 @@ #include "knutvardata.h" #include "knutprintupsvar.h" -//Od verze 3 je kapp jen odkaz na kapplication -//#include <tdeapplication.h> -#include <kapp.h> +#include <tdeapplication.h> #include <kcombobox.h> #include <tdemessagebox.h> #include <tdelocale.h> - #include <tqframe.h> #include <tqlabel.h> #include <tqstring.h> |