diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 21:16:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-07 21:16:21 -0600 |
commit | c7dd5bba086c33d8216b81f1690cef718886be08 (patch) | |
tree | 9344ff1ff84ba5a3f2a0a58cc438b4f89d7cf5ed /libtdeedu | |
parent | 8e30915785c5bd6fc2ad5716df0c502c3c291419 (diff) | |
download | tdeedu-c7dd5bba086c33d8216b81f1690cef718886be08.tar.gz tdeedu-c7dd5bba086c33d8216b81f1690cef718886be08.zip |
Rename additional members for tqt3
Diffstat (limited to 'libtdeedu')
-rw-r--r-- | libtdeedu/extdate/extdatetimeedit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdeedu/extdate/extdatetimeedit.h b/libtdeedu/extdate/extdatetimeedit.h index ff3c7625..0882669d 100644 --- a/libtdeedu/extdate/extdatetimeedit.h +++ b/libtdeedu/extdate/extdatetimeedit.h @@ -355,7 +355,7 @@ protected: #ifndef TQT_NO_WHEELEVENT void wheelEvent( TQWheelEvent *e ) { - ExtDateTimeEditor *editor = (ExtDateTimeEditor*)editWidget()->qt_cast( "ExtDateTimeEditor" ); + ExtDateTimeEditor *editor = (ExtDateTimeEditor*)editWidget()->tqt_cast( "ExtDateTimeEditor" ); Q_ASSERT( editor ); if ( !editor ) return; |