|
|
@ -355,7 +355,7 @@ protected:
|
|
|
|
#ifndef TQT_NO_WHEELEVENT
|
|
|
|
#ifndef TQT_NO_WHEELEVENT
|
|
|
|
void wheelEvent( TQWheelEvent *e )
|
|
|
|
void wheelEvent( TQWheelEvent *e )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
ExtDateTimeEditor *editor = (ExtDateTimeEditor*)editWidget()->qt_cast( "ExtDateTimeEditor" );
|
|
|
|
ExtDateTimeEditor *editor = (ExtDateTimeEditor*)editWidget()->tqt_cast( "ExtDateTimeEditor" );
|
|
|
|
Q_ASSERT( editor );
|
|
|
|
Q_ASSERT( editor );
|
|
|
|
if ( !editor )
|
|
|
|
if ( !editor )
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|