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 | fc5197ec86abe5dc0fa4b48979684845b52357f2 (patch) | |
tree | 35d6457c1e624c3920774e3dadafc7151bec36e6 /libkdepim | |
parent | 09e3107854a6c8601b556a1bf0cc61d5df801f6a (diff) | |
download | tdepim-fc5197ec86abe5dc0fa4b48979684845b52357f2.tar.gz tdepim-fc5197ec86abe5dc0fa4b48979684845b52357f2.zip |
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkdepim')
-rw-r--r-- | libkdepim/kfoldertree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdepim/kfoldertree.h b/libkdepim/kfoldertree.h index db0f8baf7..9206b8c5e 100644 --- a/libkdepim/kfoldertree.h +++ b/libkdepim/kfoldertree.h @@ -310,7 +310,7 @@ class KDE_EXPORT KFolderTree : public KListView int mSizeIndex; private slots: - /** tqrepaints the complete column (instead of only parts of it as done in + /** repaints the complete column (instead of only parts of it as done in TQListView) if the size has changed */ void slotSizeChanged( int section, int oldSize, int newSize ); |