Fixed kde- --> tde- tmp folder.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/10/head
Michele Calgaro 4 years ago
parent 57d451c26f
commit bf659c3915
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -320,7 +320,7 @@ QuantaApp::~QuantaApp()
tmpDir = tmpDirs[0]; tmpDir = tmpDirs[0];
for (uint i = 0; i < tmpDirs.count(); i++) for (uint i = 0; i < tmpDirs.count(); i++)
{ {
if (tmpDirs[i].contains("kde-")) if (tmpDirs[i].contains("tde-"))
tmpDir = tmpDirs[i]; tmpDir = tmpDirs[i];
} }
TQString infoCss = tmpDir; TQString infoCss = tmpDir;

@ -138,7 +138,7 @@ void QuantaInit::initQuanta()
tmpDir = tmpDirs[0]; tmpDir = tmpDirs[0];
for (uint i = 0; i < tmpDirs.count(); i++) for (uint i = 0; i < tmpDirs.count(); i++)
{ {
if (tmpDirs[i].contains("kde-")) if (tmpDirs[i].contains("tde-"))
tmpDir = tmpDirs[i]; tmpDir = tmpDirs[i];
} }
dir.mkdir(tmpDir + "quanta"); dir.mkdir(tmpDir + "quanta");

Loading…
Cancel
Save