From f7e71d47719ab6094cf4a9fafffa5ea351973522 Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 13 Jan 2011 08:32:36 +0000 Subject: Initial conversion for TQt for Qt4 3.4.0 TP2 This will also compile with TQt for Qt3, and should not cause any problems with dependent modules such as kdebase. If it does then it needs to be fixed! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1214149 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdeui/kaboutdialog.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'kdeui/kaboutdialog.h') diff --git a/kdeui/kaboutdialog.h b/kdeui/kaboutdialog.h index 8d732cdbe..345bc9f2c 100644 --- a/kdeui/kaboutdialog.h +++ b/kdeui/kaboutdialog.h @@ -47,7 +47,7 @@ class KAboutContainerPrivate; /** * KAboutContainer can be used to make a application specific AboutDialog. */ -class KDEUI_EXPORT KAboutContainer : public QFrame +class KDEUI_EXPORT KAboutContainer : public TQFrame { Q_OBJECT @@ -62,12 +62,12 @@ class KDEUI_EXPORT KAboutContainer : public QFrame const TQString &url, const TQString &task, bool showHeader = false, bool showframe = false, bool showBold = false ); - void addTitle( const TQString &title, int alignment=AlignLeft, + void addTitle( const TQString &title, int tqalignment=AlignLeft, bool showframe = false, bool showBold = false ); - void addImage( const TQString &fileName, int alignment=AlignLeft ); + void addImage( const TQString &fileName, int tqalignment=AlignLeft ); - virtual TQSize sizeHint( void ) const; - virtual TQSize minimumSizeHint( void ) const; + virtual TQSize tqsizeHint( void ) const; + virtual TQSize tqminimumSizeHint( void ) const; protected: virtual void childEvent( TQChildEvent *e ); @@ -89,7 +89,7 @@ class KAboutContributorPrivate; * Used internally by KAboutWidget * @internal */ -class KDEUI_EXPORT KAboutContributor : public QFrame +class KDEUI_EXPORT KAboutContributor : public TQFrame { Q_OBJECT @@ -115,7 +115,7 @@ class KDEUI_EXPORT KAboutContributor : public QFrame TQString getURL( void ) const; TQString getWork( void ) const; - virtual TQSize sizeHint( void ) const; + virtual TQSize tqsizeHint( void ) const; protected: virtual void fontChange( const TQFont &oldFont ); @@ -147,7 +147,7 @@ class KDEUI_EXPORT KAboutContributor : public QFrame * * It has a minimum size set. */ -class KDEUI_EXPORT KAboutWidget : public QWidget +class KDEUI_EXPORT KAboutWidget : public TQWidget { Q_OBJECT -- cgit v1.2.1