summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-11-07 21:48:12 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-11-07 22:25:37 +0900
commit9c2bd6406f4f0b122f1c3c7fe456c7fbf5348400 (patch)
treeced0a1a4776bb01a346520fcb088cf9555b8602b
parent8a01eaa693f00631b35c75a69f4d50ef88a58c92 (diff)
downloadknetstats-r14.1.x.tar.gz
knetstats-r14.1.x.zip
Don't use obsolete header kapp.hr14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 0d898bfefd4fbb45c2e74e7055d1aba910bf9606)
-rw-r--r--src/interface.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interface.cpp b/src/interface.cpp
index 1ac98a8..5a2bc73 100644
--- a/src/interface.cpp
+++ b/src/interface.cpp
@@ -11,7 +11,6 @@
//
#include "interface.h"
#include <tdeapplication.h>
-#include <kapp.h>
#include <tdeconfig.h>
Interface::Interface(KNetStats* parent, const TQString& name) : mName(name), mView(0), mParent(parent) {