diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 19:41:39 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-07 22:18:26 +0900 |
commit | 295752d2ee63c60bc7e5cc3b07b6c4b6b7f3ddd3 (patch) | |
tree | cc9a0c3a531052d3d2c84644173c3602a83df8e2 /kkbswitch/kbswitchintf.cpp | |
parent | bc141f64148d876bf6292d92c01f89d1f5a03193 (diff) | |
download | kkbswitch-295752d2.tar.gz kkbswitch-295752d2.zip |
Don't use obsolete header kapp.h and remove some old conditional code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 48c5483324a52bc94394a7f6fc25b8312a644d04)
Diffstat (limited to 'kkbswitch/kbswitchintf.cpp')
-rw-r--r-- | kkbswitch/kbswitchintf.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kkbswitch/kbswitchintf.cpp b/kkbswitch/kbswitchintf.cpp index a3f1d4d..826a3d3 100644 --- a/kkbswitch/kbswitchintf.cpp +++ b/kkbswitch/kbswitchintf.cpp @@ -16,7 +16,6 @@ ***************************************************************************/ #include "kbswitchintf.h" -//#include <kapp.h> KBSwitchIntf::KBSwitchIntf(TQObject *parent, KBConfig *conf) : TQObject(parent, "KBSwitchIntf"), DCOPObject("KBSwitchIntf") |