From 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:11:59 -0600 Subject: Undo prior accidental commit --- src/widgets/qmenudata.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widgets/qmenudata.cpp') 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; } -- cgit v1.2.3