Fix references of /var/tmp/kdecache -> /var/tmp/tdecache to avoid potential conflicts with KDE4.

This partially resolves bug report 813.
pull/1/head
Darrell Anderson 12 years ago
parent 830449ef1d
commit 87afb32323

@ -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);

Loading…
Cancel
Save