summaryrefslogtreecommitdiffstats
path: root/kmymoney2/widgets/register.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/widgets/register.cpp')
-rw-r--r--kmymoney2/widgets/register.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/widgets/register.cpp b/kmymoney2/widgets/register.cpp
index 788fee3..b6dafcd 100644
--- a/kmymoney2/widgets/register.cpp
+++ b/kmymoney2/widgets/register.cpp
@@ -1438,7 +1438,7 @@ void Register::repaintItems(RegisterItem* first, RegisterItem* last)
TQApplication::eventLoop()->processEvents(TQEventLoop::ExcludeUserInput, 10);
}
m_lastRepaintRect = r;
- TQApplication::postEvent( viewport(), new TQPaintEvent( r, FALSE ) );
+ TQApplication::postEvent( viewport(), new TQPaintEvent( r, false ) );
}