ebn krazy fixes

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=845380
This commit is contained in:
Kurt Hindenburg
2008-08-11 15:14:21 +00:00
parent 8a92d42463
commit 0c6c59aca7
2 changed files with 3 additions and 3 deletions

View File

@@ -410,7 +410,7 @@ bool KDE3ProfileReader::readProfile(const QString& path , Profile::Ptr profile ,
return false;
// KDE 3 profiles do not have parents
parentProfile = QString();
parentProfile.clear();
KDesktopFile* desktopFile = new KDesktopFile(path);
KConfigGroup* config = new KConfigGroup( desktopFile->desktopGroup() );