Fix reference of /tmp/kde- -> /tmp/tde- to avoid potential conflicts with KDE4.

This partially resolves bug report 813.
pull/2/head
Darrell Anderson 12 years ago
parent 4b9571d58e
commit b96cf7605e

@ -241,7 +241,7 @@ void KRootBacking::updateBackground( KSharedPixmap *spm )
}
TQString filename = getenv("USER");
filename.prepend("/tmp/kde-");
filename.prepend("/tmp/tde-");
filename.append("/krootbacking.png");
pm.save(filename, "PNG");
printf("%s\n\r", filename.ascii()); fflush(stdout);

Loading…
Cancel
Save