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 --- kpovmodeler/pmlayoutsettings.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'kpovmodeler/pmlayoutsettings.h') diff --git a/kpovmodeler/pmlayoutsettings.h b/kpovmodeler/pmlayoutsettings.h index 9671d38a..a7c8401c 100644 --- a/kpovmodeler/pmlayoutsettings.h +++ b/kpovmodeler/pmlayoutsettings.h @@ -35,16 +35,17 @@ class TQPushButton; class TQLabel; /** - * View layout configuration dialog page + * View tqlayout configuration dialog page */ class PMLayoutSettings : public PMSettingsDialogPage { Q_OBJECT + TQ_OBJECT public: /** * Default constructor */ - PMLayoutSettings( TQWidget* parent, const char* name = 0 ); + PMLayoutSettings( TQWidget* tqparent, const char* name = 0 ); /** */ virtual void displaySettings( ); /** */ @@ -56,19 +57,19 @@ public: protected slots: /** - * Called when the browse add layout button is clicked + * Called when the browse add tqlayout button is clicked */ void slotAddLayout( ); /** - * Called when the remove layout button is clicked + * Called when the remove tqlayout button is clicked */ void slotRemoveLayout( ); /** - * Called when the selected layout changes + * Called when the selected tqlayout changes */ void slotLayoutSelected( int i ); /** - * Called when the layout name changes + * Called when the tqlayout name changes */ void slotLayoutNameChanged( const TQString& text ); /** -- cgit v1.2.1