diff options
author | Michele Calgaro <[email protected]> | 2024-11-07 21:48:12 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-11-07 21:48:12 +0900 |
commit | 0d898bfefd4fbb45c2e74e7055d1aba910bf9606 (patch) | |
tree | 71eb794a962e3374371bbf805d630dbfc47c365e /src | |
parent | 0f2e736b03bca4654b3b7bd52b8d123314ce5c2f (diff) | |
download | knetstats-master.tar.gz knetstats-master.zip |
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/interface.cpp | 1 |
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) { |