diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:22:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:22:51 -0600 |
commit | 172c47d0b0ff3a31fdc63252450bc947c8e9940a (patch) | |
tree | e3da9e7419a9b4f5325329ea24a3c8d0df49611d /systemsettings | |
parent | bf649d4b492a9c0b1118c9dbc8eb9f5fee04209b (diff) | |
download | tde-systemsettings-172c47d0b0ff3a31fdc63252450bc947c8e9940a.tar.gz tde-systemsettings-172c47d0b0ff3a31fdc63252450bc947c8e9940a.zip |
Rename additional global TQt functions
Diffstat (limited to 'systemsettings')
-rw-r--r-- | systemsettings/mainwindow.cpp | 2 |
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()); |