diff options
Diffstat (limited to 'src/widgets/qmenudata.cpp')
-rw-r--r-- | src/widgets/qmenudata.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/qmenudata.cpp b/src/widgets/qmenudata.cpp index a5ade29..518ea6b 100644 --- a/src/widgets/qmenudata.cpp +++ b/src/widgets/qmenudata.cpp @@ -813,7 +813,7 @@ void QMenuData::removeItemAt( int index ) { if ( index < 0 || index >= (int)mitems->count() ) { #if defined(QT_CHECK_RANGE) - tqWarning( "QMenuData::removeItem: Index %d out of range", index ); + qWarning( "QMenuData::removeItem: Index %d out of range", index ); #endif return; } |