diff options
Diffstat (limited to 'lskat/lskat/main.cpp')
-rw-r--r-- | lskat/lskat/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lskat/lskat/main.cpp b/lskat/lskat/main.cpp index fa3a777f..f753fffd 100644 --- a/lskat/lskat/main.cpp +++ b/lskat/lskat/main.cpp @@ -47,7 +47,7 @@ int main(int argc, char *argv[]) { TQString s = args->getOption("debug"); global_debug = s.toInt(); - qDebug("Debug level set to %d\n", global_debug); + tqDebug("Debug level set to %d\n", global_debug); } args->clear(); |