diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-07 21:14:06 +0000 |
commit | 6171b5113040c768f68b673ec0e8ae2f82c64391 (patch) | |
tree | f67c2b1d073d34517739a905e4e550ec2d675deb /libkonq/konq_dirpart.cc | |
parent | 0ec9a2e4ecb64811b592c6736bc47fadadc0e27f (diff) | |
download | tdebase-6171b5113040c768f68b673ec0e8ae2f82c64391.tar.gz tdebase-6171b5113040c768f68b673ec0e8ae2f82c64391.zip |
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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; |