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/libchmtocimage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libchmfile/libchmtocimage.h') diff --git a/lib/libchmfile/libchmtocimage.h b/lib/libchmfile/libchmtocimage.h index 73f84da..784b81b 100644 --- a/lib/libchmfile/libchmtocimage.h +++ b/lib/libchmfile/libchmtocimage.h @@ -25,8 +25,8 @@ class LCHMTocImageKeeper { public: LCHMTocImageKeeper(); - const QPixmap * getImage( int id ); + const TQPixmap * getImage( int id ); private: - QPixmap m_images[LCHMBookIcons::MAX_BUILTIN_ICONS]; + TQPixmap m_images[LCHMBookIcons::MAX_BUILTIN_ICONS]; }; -- cgit v1.2.3