From 172c47d0b0ff3a31fdc63252450bc947c8e9940a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:22:51 -0600 Subject: [PATCH] Rename additional global TQt functions --- systemsettings/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemsettings/mainwindow.cpp b/systemsettings/mainwindow.cpp index a757577..a06c69c 100644 --- a/systemsettings/mainwindow.cpp +++ b/systemsettings/mainwindow.cpp @@ -255,7 +255,7 @@ void MainWindow::slotItemSelected( TQIconViewItem *item ){ TQValueList::iterator it; for ( it = list.begin(); it != list.end(); ++it ){ - qDebug("adding %s %s", (*it).moduleName().latin1(), (*it).fileName().latin1()); + tqDebug("adding %s %s", (*it).moduleName().latin1(), (*it).fileName().latin1()); groupWidget->addModule( *it ); } groupWidget->reparent(scrollView->viewport(), 0, TQPoint());