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/sql/qsqlindex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sql/qsqlindex.cpp') diff --git a/src/sql/qsqlindex.cpp b/src/sql/qsqlindex.cpp index d0df39788..6f69ae27d 100644 --- a/src/sql/qsqlindex.cpp +++ b/src/sql/qsqlindex.cpp @@ -277,7 +277,7 @@ TQSqlIndex TQSqlIndex::fromStringList( const TQStringList& l, const TQSqlCursor* if ( field ) newSort.append( *field, desc ); else - qWarning( "TQSqlIndex::fromStringList: unknown field: '%s'", f.latin1()); + tqWarning( "TQSqlIndex::fromStringList: unknown field: '%s'", f.latin1()); } return newSort; } -- cgit v1.2.1