diff options
Diffstat (limited to 'kcontrol/icons')
-rw-r--r-- | kcontrol/icons/icons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcontrol/icons/icons.cpp b/kcontrol/icons/icons.cpp index 6c9e154f7..4fc8df5fc 100644 --- a/kcontrol/icons/icons.cpp +++ b/kcontrol/icons/icons.cpp @@ -206,7 +206,7 @@ void KIconConfig::initDefaults() if ( group != -1 ) mbAnimated[group] = true; - // This is the new default in KDE 2.2, in sync with the kiconeffect of kdelibs Nolden 2001/06/11 + // This is the new default in KDE 2.2, in sync with the kiconeffect of tdelibs Nolden 2001/06/11 int activeState = mStates.findIndex( "Active" ); if ( activeState != -1 ) { |