From e69e8b1d09fb579316595b4e6a850e717358a8b1 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 19 Jun 2011 19:03:33 +0000 Subject: TQt4 port kdegraphics This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1237557 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kfax/kfax.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'kfax/kfax.h') diff --git a/kfax/kfax.h b/kfax/kfax.h index 99ad9940..5319a254 100644 --- a/kfax/kfax.h +++ b/kfax/kfax.h @@ -2,7 +2,7 @@ $Id$ - Requires the Qt widget libraries, available at no cost at + Requires the TQt widget libraries, available at no cost at http://www.troll.no Copyright (C) 1997 Bernd Johannes Wuebben @@ -54,11 +54,12 @@ public: class TopLevel : public KMainWindow { Q_OBJECT + TQ_OBJECT public: - TopLevel( TQWidget *parent=0, const char *name=0 ); + TopLevel( TQWidget *tqparent=0, const char *name=0 ); ~TopLevel(); void openNetFile( const KURL& _url); -- cgit v1.2.3