From d991b7f387775dc1071fb0c0af78de1c613ca991 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Tue, 30 Mar 2021 14:11:34 +0300 Subject: Qt3->TQt conversion. Signed-off-by: Mavridis Philippe --- src/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 0af9472..7936adc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -40,18 +40,18 @@ static KCmdLineOptions options[] = KCmdLineLastOption }; -void myMessageOutput( QtMsgType type, const char *msg ) +void myMessageOutput( TQtMsgType type, const char *msg ) { return; switch ( type ) { - case QtDebugMsg: + case TQtDebugMsg: fprintf( stderr, "Debug: %s\n", msg ); break; - case QtWarningMsg: + case TQtWarningMsg: fprintf( stderr, "Warning: %s\n", msg ); break; - case QtFatalMsg: + case TQtFatalMsg: fprintf( stderr, "Fatal: %s\n", msg ); abort(); // deliberately core dump } -- cgit v1.2.3