diff options
Diffstat (limited to 'certmanager/lib/kleo/cryptobackendfactory.h')
-rw-r--r-- | certmanager/lib/kleo/cryptobackendfactory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certmanager/lib/kleo/cryptobackendfactory.h b/certmanager/lib/kleo/cryptobackendfactory.h index e674de11c..da1743f95 100644 --- a/certmanager/lib/kleo/cryptobackendfactory.h +++ b/certmanager/lib/kleo/cryptobackendfactory.h @@ -52,7 +52,7 @@ namespace Kleo { struct lt_i_str { bool operator()( const char * one, const char * two ) const { - return qstricmp( one, two ) < 0; + return tqstricmp( one, two ) < 0; } }; |