summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--systemsettings/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
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<KCModuleInfo>::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());