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());