diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-13 14:46:46 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-13 14:46:46 -0500 |
commit | 87afb3232383d13dab0666fbdeae37a6f0b23958 (patch) | |
tree | dc1ddca30b4cdd25f9a0a3f732ea94f0b935f675 /src | |
parent | 830449ef1d85006c7db8d3c9d633156f5e3b95c6 (diff) | |
download | kbfx-87afb3232383d13dab0666fbdeae37a6f0b23958.tar.gz kbfx-87afb3232383d13dab0666fbdeae37a6f0b23958.zip |
Fix references of /var/tmp/kdecache -> /var/tmp/tdecache to avoid potential conflicts with KDE4.
This partially resolves bug report 813.
Diffstat (limited to 'src')
-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 e69a980..3e7359f 100644 --- a/src/kbfxspinx.cpp +++ b/src/kbfxspinx.cpp @@ -77,7 +77,7 @@ void KbfxSpinx::createKbfx() { l_watch = new KDirWatch(TQT_TQOBJECT(this),"SyscocaWatch"); KUser * l_user = new KUser(); - TQString l_path("/var/tmp/kdecache-"); + TQString l_path("/var/tmp/tdecache-"); l_path.append(l_user->loginName()); l_path.append("/"); l_watch->addDir(l_path); |