From 9bb8a7c149f8eff9606b86ad0e9745610fff7eeb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Nov 2011 16:31:46 -0600 Subject: Fix FTBFS --- apps/ktorrent/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps') diff --git a/apps/ktorrent/main.cpp b/apps/ktorrent/main.cpp index 8e47d69..5e9fcb2 100644 --- a/apps/ktorrent/main.cpp +++ b/apps/ktorrent/main.cpp @@ -57,13 +57,13 @@ void StupidWarningMessagesFromTQt( TQtMsgType type, const char *msg ) { switch ( type ) { - case QtDebugMsg: + case TQtDebugMsg: // printf("TQt: Debug: %s\n",msg); break; - case QtWarningMsg: + case TQtWarningMsg: printf("TQt: Warning: %s\n",msg); break; - case QtFatalMsg: + case TQtFatalMsg: printf("TQt: Fatal : %s\n",msg); abort(); // deliberately core dump break; -- cgit v1.2.1