remotes/gitea/gg-tdeadmin-kcron
Timothy Pearson 13 years ago
parent 38a31bafc0
commit 9799f90e70

@ -39,13 +39,13 @@ using namespace std;
static void myMessageOutput( TQtMsgType type, const char *msg )
{
switch ( type ) {
case QtDebugMsg:
case TQtDebugMsg:
KSYSV_DEBUG(cerr << "Debug: " << msg << endl);
break;
case QtWarningMsg:
case TQtWarningMsg:
KSYSV_DEBUG(cerr << "Warning: " << msg << endl);
break;
case QtFatalMsg:
case TQtFatalMsg:
cerr << "Fatal: " << msg << endl;
abort(); // dump core on purpose
}

Loading…
Cancel
Save