compile++
svn path=/trunk/KDE/kdebase/workspace/; revision=557860
This commit is contained in:
parent
425a19b111
commit
cd6b416cfd
2 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@ void KCMRulesList::load()
|
|||
|
||||
void KCMRulesList::save()
|
||||
{
|
||||
KConfig cfg( "kwinrulesrc" );
|
||||
KConfig cfg( QLatin1String("kwinrulesrc") );
|
||||
QStringList groups = cfg.groupList();
|
||||
for( QStringList::ConstIterator it = groups.begin();
|
||||
it != groups.end();
|
||||
|
|
|
@ -747,7 +747,7 @@ void EditShortcut::editShortcut()
|
|||
|
||||
void EditShortcut::clearShortcut()
|
||||
{
|
||||
shortcut->setText( "" );
|
||||
shortcut->setText( QLatin1String("") );
|
||||
}
|
||||
|
||||
EditShortcutDialog::EditShortcutDialog( QWidget* parent, const char* name )
|
||||
|
|
Loading…
Reference in a new issue