summaryrefslogtreecommitdiffstats
path: root/knights/splash.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/splash.cpp')
-rw-r--r--knights/splash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/splash.cpp b/knights/splash.cpp
index 9622b7c..1156c4c 100644
--- a/knights/splash.cpp
+++ b/knights/splash.cpp
@@ -33,7 +33,7 @@ splash::splash() :
move( ( TQApplication::desktop()->width() - Hint.width() ) / 2,
( TQApplication::desktop()->height() - Hint.height() ) / 2 );
show();
- tqrepaint( FALSE );
+ repaint( FALSE );
}
splash::~splash()
{