summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:22:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:22:51 -0600
commit172c47d0b0ff3a31fdc63252450bc947c8e9940a (patch)
treee3da9e7419a9b4f5325329ea24a3c8d0df49611d
parentbf649d4b492a9c0b1118c9dbc8eb9f5fee04209b (diff)
downloadtde-systemsettings-172c47d0.tar.gz
tde-systemsettings-172c47d0.zip
Rename additional global TQt functions
-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());