summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/itemcontainertest.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/tests/itemcontainertest.h')
-rw-r--r--tdeui/tests/itemcontainertest.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/tests/itemcontainertest.h b/tdeui/tests/itemcontainertest.h
index 4334bd805..86a356ab3 100644
--- a/tdeui/tests/itemcontainertest.h
+++ b/tdeui/tests/itemcontainertest.h
@@ -28,8 +28,8 @@ public slots:
void slotListBoxExec( TQListBoxItem* item );
void slotToggleSingleColumn( bool b );
- void slotClicked( TQIconViewItem* ) { qDebug("CLICK");}
- void slotDoubleClicked( TQIconViewItem* ) { qDebug("DOUBLE CLICK");}
+ void slotClicked( TQIconViewItem* ) { tqDebug("CLICK");}
+ void slotDoubleClicked( TQIconViewItem* ) { tqDebug("DOUBLE CLICK");}
protected:
KIconView* m_pIconView;
KListView* m_pListView;