summaryrefslogtreecommitdiffstats
path: root/src/sql/qsqlindex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/qsqlindex.cpp')
-rw-r--r--src/sql/qsqlindex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sql/qsqlindex.cpp b/src/sql/qsqlindex.cpp
index f5bdace..3a4eb8a 100644
--- a/src/sql/qsqlindex.cpp
+++ b/src/sql/qsqlindex.cpp
@@ -277,7 +277,7 @@ QSqlIndex QSqlIndex::fromStringList( const QStringList& l, const QSqlCursor* cur
if ( field )
newSort.append( *field, desc );
else
- qWarning( "QSqlIndex::fromStringList: unknown field: '%s'", f.latin1());
+ tqWarning( "QSqlIndex::fromStringList: unknown field: '%s'", f.latin1());
}
return newSort;
}