diff options
Diffstat (limited to 'kmdi/test/hello.cpp')
-rw-r--r-- | kmdi/test/hello.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmdi/test/hello.cpp b/kmdi/test/hello.cpp index e00a4d705..d92233ea6 100644 --- a/kmdi/test/hello.cpp +++ b/kmdi/test/hello.cpp @@ -36,7 +36,7 @@ Hello::Hello( const char *title, const char *text, TQWidget *parentWidget ) void Hello::animate() { b = (b + 1) & 15; - tqrepaint( false ); + repaint( false ); } |