summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-16 13:06:32 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-16 13:06:32 +0900
commitbb92088ae48f7facbc0d25370eb7eb32f183328c (patch)
tree6d275964a226e48a8bc89c587adca98f834acefc
parent1fe01e6007d3567adaa76dc865ae1b366d630f27 (diff)
downloadkbfx-bb92088a.tar.gz
kbfx-bb92088a.zip
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--src/kbfxspinx.cpp2
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());