diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-19 19:03:33 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-06-19 19:03:33 +0000 |
commit | e69e8b1d09fb579316595b4e6a850e717358a8b1 (patch) | |
tree | a24fc20865f65772f530d16177520190594ffdd2 /kpovmodeler/pmlayoutsettings.h | |
parent | eecec9afb81fdebb0f22e9da22635874c403f854 (diff) | |
download | tdegraphics-e69e8b1d09fb579316595b4e6a850e717358a8b1.tar.gz tdegraphics-e69e8b1d09fb579316595b4e6a850e717358a8b1.zip |
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
Diffstat (limited to 'kpovmodeler/pmlayoutsettings.h')
-rw-r--r-- | kpovmodeler/pmlayoutsettings.h | 13 |
1 files changed, 7 insertions, 6 deletions
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 ); /** |