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 | 6aa61ac2c4eb5a0c0882b2255a9dd6789a428bc7 (patch) | |
tree | 746f5ab2fbbaf06e7d3293765051a33690f30759 /kmymoney2/widgets/register.h | |
parent | fecb0e67b23e8b83ba7fc881bb57bc48c0852d62 (diff) | |
download | kmymoney-6aa61ac2c4eb5a0c0882b2255a9dd6789a428bc7.tar.gz kmymoney-6aa61ac2c4eb5a0c0882b2255a9dd6789a428bc7.zip |
Rename incorrect instances of tqrepaint[...] to repaint[...]
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmymoney@1240369 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kmymoney2/widgets/register.h')
-rw-r--r-- | kmymoney2/widgets/register.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/widgets/register.h b/kmymoney2/widgets/register.h index bc59ff6..a244c85 100644 --- a/kmymoney2/widgets/register.h +++ b/kmymoney2/widgets/register.h @@ -429,7 +429,7 @@ public: const MyMoneyAccount& account(void) const { return m_account; } - void tqrepaintItems(RegisterItem* first = 0, RegisterItem* last = 0); + void repaintItems(RegisterItem* first = 0, RegisterItem* last = 0); unsigned int drawCounter(void) const { return m_drawCounter; } |