summaryrefslogtreecommitdiffstats
path: root/klettres
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:27:40 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-31 13:27:40 -0600
commit949de8193689ca683656ae666fda3e89f115567e (patch)
treee4bb1b7141470b44afcc9d826aa75548faa52e47 /klettres
parent9a22ee8ba6a3a310bab85ea82c8d9d68293b82c0 (diff)
downloadtdeedu-949de8193689ca683656ae666fda3e89f115567e.tar.gz
tdeedu-949de8193689ca683656ae666fda3e89f115567e.zip
Rename KStandard for enhanced compatibility with KDE4
Diffstat (limited to 'klettres')
-rw-r--r--klettres/klettres/klnewstuff.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/klettres/klettres/klnewstuff.cpp b/klettres/klettres/klnewstuff.cpp
index ed6061ba..18bca5fd 100644
--- a/klettres/klettres/klnewstuff.cpp
+++ b/klettres/klettres/klnewstuff.cpp
@@ -39,9 +39,9 @@ bool KLNewStuff::install( const TQString &fileName )
if ( !archive.open( IO_ReadOnly ) )
return false;
const KArchiveDirectory *archiveDir = archive.directory();
- KStandardDirs myStdDir;
+ TDEStandardDirs myStdDir;
const TQString destDir =myStdDir.saveLocation("data", kapp->instanceName() + "/", true);
- KStandardDirs::makeDir( destDir );
+ TDEStandardDirs::makeDir( destDir );
archiveDir->copyTo(destDir);
archive.close();
//look for languages dirs installed