diff options
Diffstat (limited to 'ksplashml/main.cpp')
-rw-r--r-- | ksplashml/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksplashml/main.cpp b/ksplashml/main.cpp index 790e0e5d6..b36c6a2bd 100644 --- a/ksplashml/main.cpp +++ b/ksplashml/main.cpp @@ -64,7 +64,7 @@ int main( int argc, char **argv ) KSplash wndMain("ksplash"); if ( arg->isSet( "steps" ) ) { - int steps = QMAX( arg->getOption( "steps" ).toInt(), 0 ); + int steps = TQMAX( arg->getOption( "steps" ).toInt(), 0 ); if ( steps ) wndMain.setStartupItemCount( steps ); } |