From 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:11:59 -0600 Subject: Undo prior accidental commit --- examples/iconview/main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'examples/iconview/main.cpp') diff --git a/examples/iconview/main.cpp b/examples/iconview/main.cpp index d16604f..8784e93 100644 --- a/examples/iconview/main.cpp +++ b/examples/iconview/main.cpp @@ -27,18 +27,18 @@ public: public slots: void dropped( QDropEvent *mime ) { - tqDebug( "Dropped Mimesource %p into the view %p", mime, view ); - tqDebug( " Formats:" ); + qDebug( "Dropped Mimesource %p into the view %p", mime, view ); + qDebug( " Formats:" ); int i = 0; const char *str = mime->format( i ); - tqDebug( " %s", str ); + qDebug( " %s", str ); while ( str ) { - tqDebug( " %s", str ); + qDebug( " %s", str ); str = mime->format( ++i ); } }; void moved() { - tqDebug( "All selected items were moved to another widget" ); + qDebug( "All selected items were moved to another widget" ); } protected: -- cgit v1.2.3