diff --git a/kcmkwin/kwindecoration/kwindecoration.cpp b/kcmkwin/kwindecoration/kwindecoration.cpp index 3a0551a680..9d2107781d 100644 --- a/kcmkwin/kwindecoration/kwindecoration.cpp +++ b/kcmkwin/kwindecoration/kwindecoration.cpp @@ -184,7 +184,7 @@ void KWinDecorationModule::createDecorationList() QValueList::ConstIterator it; // Sync with kwin hardcoded KDE2 style which has no desktop item - decorationListBox->insertItem( i18n("KDE Classic") ); + decorationListBox->insertItem( i18n("KDE 2") ); for (it = decorations.begin(); it != decorations.end(); ++it) { @@ -253,7 +253,7 @@ QString KWinDecorationModule::decorationLibName( const QString& name ) } if (libName.isEmpty()) - libName = "kwin_default"; // KDE Classic + libName = "kwin_default"; // KDE 2 return libName; } @@ -334,7 +334,7 @@ void KWinDecorationModule::readConfig( KConfig* conf ) // If we are using the "default" kde client, use the "default" entry. if (decoName.isEmpty()) - decorationListBox->setSelected( decorationListBox->findItem( i18n("KDE Classic") ), true ); + decorationListBox->setSelected( decorationListBox->findItem( i18n("KDE 2") ), true ); else // Update the decoration listbox decorationListBox->setSelected( decorationListBox->findItem( decoName ), true); @@ -434,7 +434,7 @@ void KWinDecorationModule::defaults() // cbUseMiniWindows->setChecked( false); // Don't set default for now // decorationListBox->setSelected( -// decorationListBox->findItem( i18n("KDE Classic") ), true ); // KDE classic client +// decorationListBox->findItem( i18n("KDE 2") ), true ); // KDE classic client dropSite->buttonsLeft = "MS"; dropSite->buttonsRight= "HIAX";