diff options
Diffstat (limited to 'libkmime/tests/test_kmime_codec.cpp')
-rw-r--r-- | libkmime/tests/test_kmime_codec.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
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; |