diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:37:34 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:37:34 -0600 |
commit | 27075bc698a12dbc10e76618d83d952bd9d579ef (patch) | |
tree | 079e27500c91feba0ad2a67ddfe97ddfeb05d6df /lib/compatibility/kmdi/qextmdi/kmdichildview.cpp | |
parent | 78c422fd8a2f2d2bc5650bddcb743442f1472cb5 (diff) | |
download | tdewebdev-27075bc698a12dbc10e76618d83d952bd9d579ef.tar.gz tdewebdev-27075bc698a12dbc10e76618d83d952bd9d579ef.zip |
Rename additional global TQt functions
Diffstat (limited to 'lib/compatibility/kmdi/qextmdi/kmdichildview.cpp')
-rw-r--r-- | lib/compatibility/kmdi/qextmdi/kmdichildview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compatibility/kmdi/qextmdi/kmdichildview.cpp b/lib/compatibility/kmdi/qextmdi/kmdichildview.cpp index 8afdf249..7ccf2927 100644 --- a/lib/compatibility/kmdi/qextmdi/kmdichildview.cpp +++ b/lib/compatibility/kmdi/qextmdi/kmdichildview.cpp @@ -627,7 +627,7 @@ bool KMdiChildView::eventFilter( TQObject *obj, TQEvent *e ) { if ( e->type() == TQEvent::IconChange ) { - // qDebug("KMDiChildView:: TQEvent:IconChange intercepted\n"); + // tqDebug("KMDiChildView:: TQEvent:IconChange intercepted\n"); if ( TQT_BASE_OBJECT(obj) == this ) iconUpdated( this, icon() ? ( *icon() ) : TQPixmap() ); else if ( TQT_BASE_OBJECT(obj) == m_trackChanges ) |