From 9a75b154bf0732aa3a501b6e31e566e06c5f8a31 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 2 Mar 2012 02:11:59 -0600 Subject: Undo prior accidental commit --- src/codecs/qtsciicodec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/codecs/qtsciicodec.cpp') diff --git a/src/codecs/qtsciicodec.cpp b/src/codecs/qtsciicodec.cpp index 71a0c83..ad6a6ee 100644 --- a/src/codecs/qtsciicodec.cpp +++ b/src/codecs/qtsciicodec.cpp @@ -183,7 +183,7 @@ int QTsciiCodec::heuristicNameMatch(const char* hint) const p++; else p = hint; - if (tqstricmp(p, "TSCII") == 0) + if (qstricmp(p, "TSCII") == 0) return 4; return QTextCodec::heuristicNameMatch(hint); } -- cgit v1.2.3