summaryrefslogtreecommitdiffstats
path: root/wizards/groupwisewizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wizards/groupwisewizard.cpp')
-rw-r--r--wizards/groupwisewizard.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/wizards/groupwisewizard.cpp b/wizards/groupwisewizard.cpp
index 6081bb00..f6b019ef 100644
--- a/wizards/groupwisewizard.cpp
+++ b/wizards/groupwisewizard.cpp
@@ -320,8 +320,8 @@ GroupwiseWizard::GroupwiseWizard() : TDEConfigWizard( new GroupwisePropagator )
topLayout->addWidget( mEmailBox, 0, 0 );
mEmailWidget = new TQWidget( mEmailBox );
- connect( mEmailBox, TQT_SIGNAL( toggled( bool ) ), mEmailWidget,
- TQT_SLOT( setEnabled( bool ) ) );
+ connect( mEmailBox, TQ_SIGNAL( toggled( bool ) ), mEmailWidget,
+ TQ_SLOT( setEnabled( bool ) ) );
TQGridLayout *accountLayout= new TQGridLayout( mEmailWidget );
accountLayout->setSpacing( spacingHint() );
@@ -340,8 +340,8 @@ GroupwiseWizard::GroupwiseWizard() : TDEConfigWizard( new GroupwisePropagator )
accountLayout->setRowStretch( 2, 1 );
- connect( this, TQT_SIGNAL( aboutToShowPage( TQWidget * ) ),
- TQT_SLOT( slotAboutToShowPage( TQWidget * ) ) );
+ connect( this, TQ_SIGNAL( aboutToShowPage( TQWidget * ) ),
+ TQ_SLOT( slotAboutToShowPage( TQWidget * ) ) );
setupRulesPage();