diff options
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; } |