diff options
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; |