diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-04-04 23:16:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-04-04 23:16:58 +0900 |
commit | bf659c391585b258fdc83aae756936c42d3482c3 (patch) | |
tree | 25cf13895859cee6d336282846851041f07d6074 /quanta | |
parent | 57d451c26f7d0b689baa99e28aff2830bd7ed294 (diff) | |
download | tdewebdev-bf659c391585b258fdc83aae756936c42d3482c3.tar.gz tdewebdev-bf659c391585b258fdc83aae756936c42d3482c3.zip |
Fixed kde- --> tde- tmp folder.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'quanta')
-rw-r--r-- | quanta/src/quanta.cpp | 2 | ||||
-rw-r--r-- | quanta/src/quanta_init.cpp | 2 |
2 files changed, 2 insertions, 2 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; diff --git a/quanta/src/quanta_init.cpp b/quanta/src/quanta_init.cpp index 37202d2f..f01f22d7 100644 --- a/quanta/src/quanta_init.cpp +++ b/quanta/src/quanta_init.cpp @@ -138,7 +138,7 @@ void QuantaInit::initQuanta() tmpDir = tmpDirs[0]; for (uint i = 0; i < tmpDirs.count(); i++) { - if (tmpDirs[i].contains("kde-")) + if (tmpDirs[i].contains("tde-")) tmpDir = tmpDirs[i]; } dir.mkdir(tmpDir + "quanta"); |