summaryrefslogtreecommitdiffstats
path: root/superkaramba/src/taskbartest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'superkaramba/src/taskbartest.cpp')
-rw-r--r--superkaramba/src/taskbartest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/superkaramba/src/taskbartest.cpp b/superkaramba/src/taskbartest.cpp
index 46d445d..f1d9386 100644
--- a/superkaramba/src/taskbartest.cpp
+++ b/superkaramba/src/taskbartest.cpp
@@ -96,10 +96,10 @@ int main(int argc, char **argv)
// if( args->arg(i) != "" )
// {
// TQFileInfo file( args->arg(i) );
-// //qDebug( file.dirPath(true) );
+// //tqDebug( file.dirPath(true) );
// if( file.exists() && !file.isDir() )
// {
-// //qDebug( "File exists" );
+// //tqDebug( "File exists" );
// mainWin = new karamba( ( args->arg(i) ));
// mainWin->show();
// OK = true;