diff options
Diffstat (limited to 'quanta/src/quanta.cpp')
-rw-r--r-- | quanta/src/quanta.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/src/quanta.cpp b/quanta/src/quanta.cpp index dba88f38..d72cce65 100644 --- a/quanta/src/quanta.cpp +++ b/quanta/src/quanta.cpp @@ -320,7 +320,7 @@ QuantaApp::~QuantaApp() tmpDir = tmpDirs[0]; for (uint i = 0; i < tmpDirs.count(); i++) { - if (tmpDirs[i].contains("kde-")) + if (tmpDirs[i].contains("tde-")) tmpDir = tmpDirs[i]; } TQString infoCss = tmpDir; |