From 25794f504692e5a36c490438814e9dfda8aaa2dd Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 29 May 2011 19:00:37 +0000 Subject: TQt4 port kchmviewer This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kchmviewer@1234150 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- lib/libchmfile/libchmtextencoding.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libchmfile/libchmtextencoding.h') diff --git a/lib/libchmfile/libchmtextencoding.h b/lib/libchmfile/libchmtextencoding.h index ff34736..b62b3d0 100644 --- a/lib/libchmfile/libchmtextencoding.h +++ b/lib/libchmfile/libchmtextencoding.h @@ -33,7 +33,7 @@ typedef struct LCHMTextEncoding int winlcid; //! Windows LCID for this language int wincodepage; //! Windows codepage for this language. int wincharset; //! Windows charset. - const char * qtcodec; //! Qt text codec to use + const char * qtcodec; //! TQt text codec to use }; -- cgit v1.2.3