diff options
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) { |