diff options
author | Michele Calgaro <[email protected]> | 2023-12-16 13:06:32 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-17 20:11:50 +0900 |
commit | 6319099a2e4c24172950c7799e63e1101e270137 (patch) | |
tree | 6d275964a226e48a8bc89c587adca98f834acefc | |
parent | cca1b232de5487b304a9cdec239c7202530deb86 (diff) | |
download | kbfx-6319099a2e4c24172950c7799e63e1101e270137.tar.gz kbfx-6319099a2e4c24172950c7799e63e1101e270137.zip |
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit bb92088ae48f7facbc0d25370eb7eb32f183328c)
-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()); |