From 41bb408dde90e755b07cd2ab8a9bdec7548c84b0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 28 Feb 2012 22:31:39 -0600 Subject: Automated conversion from qt3 --- 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 e40aa0b73..437234dc7 100644 --- a/src/widgets/qmenudata.cpp +++ b/src/widgets/qmenudata.cpp @@ -813,7 +813,7 @@ void TQMenuData::removeItemAt( int index ) { if ( index < 0 || index >= (int)mitems->count() ) { #if defined(QT_CHECK_RANGE) - qWarning( "TQMenuData::removeItem: Index %d out of range", index ); + tqWarning( "TQMenuData::removeItem: Index %d out of range", index ); #endif return; } -- cgit v1.2.1