summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmlayoutsettings.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmlayoutsettings.h')
-rw-r--r--kpovmodeler/pmlayoutsettings.h13
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 );
/**