diff options
Diffstat (limited to 'libkonq/konq_dirpart.cc')
-rw-r--r-- | libkonq/konq_dirpart.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkonq/konq_dirpart.cc b/libkonq/konq_dirpart.cc index e3059f4a2..14a85fa30 100644 --- a/libkonq/konq_dirpart.cc +++ b/libkonq/konq_dirpart.cc @@ -548,7 +548,7 @@ void KonqDirPart::slotIconSizeToggled( bool toggleOn ) // This slot is called when an iconsize action is checked or by calling // action->setChecked(false) (previously true). So we must filter out - // the 'untoggled' case to prevent odd results here (tqrepaints/loops!) + // the 'untoggled' case to prevent odd results here (repaints/loops!) if ( !toggleOn ) return; |