From 17e2ed52dbf8fac39a04331da02b9572e9e2e304 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 1 Mar 2012 13:35:40 -0600 Subject: Rename additional global TQt functions --- libkmime/tests/test_kmime_codec.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libkmime/tests/test_kmime_codec.cpp') diff --git a/libkmime/tests/test_kmime_codec.cpp b/libkmime/tests/test_kmime_codec.cpp index 832ea2c3c..7417c8aea 100644 --- a/libkmime/tests/test_kmime_codec.cpp +++ b/libkmime/tests/test_kmime_codec.cpp @@ -138,11 +138,11 @@ int main( int argc, char * argv[] ) { verbose = true; break; case 9: // usage-pattern - if ( !qstricmp( "kio", optarg ) ) + if ( !tqstricmp( "kio", optarg ) ) pattern = Kio; - else if ( !qstricmp( "chunkwise", optarg ) ) + else if ( !tqstricmp( "chunkwise", optarg ) ) pattern = ChunkWise; - else if ( !qstricmp( "convenience-qba", optarg ) ) + else if ( !tqstricmp( "convenience-qba", optarg ) ) pattern = ConvenienceTQBA; else { cerr << "Unknown usage pattern \"" << optarg << "\"" << endl; -- cgit v1.2.1