mirror of
https://github.com/KDE/konsole.git
synced 2026-05-07 14:16:40 -04:00
Use QLatin1String instread of const char *
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=952497
This commit is contained in:
@@ -146,7 +146,7 @@ Profile::Ptr SessionManager::loadProfile(const QString& shortPath)
|
||||
|
||||
// load the profile
|
||||
ProfileReader* reader = 0;
|
||||
if ( path.endsWith(".desktop") )
|
||||
if ( path.endsWith(QLatin1String(".desktop")) )
|
||||
reader = 0; // new KDE3ProfileReader;
|
||||
else
|
||||
reader = new KDE4ProfileReader;
|
||||
|
||||
Reference in New Issue
Block a user