Fixed kde- --> tde- tmp folder.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bf659c3915)
r14.0.x
Michele Calgaro 4 years ago
parent b386a32faf
commit 45d14e1d54
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

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

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

Loading…
Cancel
Save