From 3c87ec12c23bf62d3f60a7dd64020af8e0b997ce Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:36:28 -0600 Subject: Rename additional global TQt functions --- superkaramba/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'superkaramba/src/main.cpp') diff --git a/superkaramba/src/main.cpp b/superkaramba/src/main.cpp index c5a4d50..0808d42 100644 --- a/superkaramba/src/main.cpp +++ b/superkaramba/src/main.cpp @@ -52,7 +52,7 @@ static KCmdLineOptions options[] = { 0, 0, 0 } }; -// This is for redirecting all qWarning, qDebug,... messages to file. +// This is for redirecting all tqWarning, tqDebug,... messages to file. // Usefull when testing session management issues etc. // #define KARAMBA_LOG 1 @@ -148,7 +148,7 @@ int main(int argc, char **argv) args->clear(); KarambaPython::initPython(); - //qDebug("startThemes"); + //tqDebug("startThemes"); if(app.startThemes(lst) || mainAppId.isEmpty()) ret = app.exec(); KarambaPython::shutdownPython(); -- cgit v1.2.1