diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-16 13:06:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-12-16 13:06:32 +0900 |
commit | bb92088ae48f7facbc0d25370eb7eb32f183328c (patch) | |
tree | 6d275964a226e48a8bc89c587adca98f834acefc | |
parent | 1fe01e6007d3567adaa76dc865ae1b366d630f27 (diff) | |
download | kbfx-bb92088ae48f7facbc0d25370eb7eb32f183328c.tar.gz kbfx-bb92088ae48f7facbc0d25370eb7eb32f183328c.zip |
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/kbfxspinx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kbfxspinx.cpp b/src/kbfxspinx.cpp index 432dde1..0c6001b 100644 --- a/src/kbfxspinx.cpp +++ b/src/kbfxspinx.cpp @@ -75,7 +75,7 @@ void KbfxSpinx::createKbfx() if (m_KbfxWatcher) { - l_watch = new KDirWatch(TQT_TQOBJECT(this),"SyscocaWatch"); + l_watch = new KDirWatch(this,"SyscocaWatch"); KUser * l_user = new KUser(); TQString l_path("/var/tmp/tdecache-"); l_path.append(l_user->loginName()); |