summaryrefslogtreecommitdiffstats
path: root/knights/wiz_setup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/wiz_setup.cpp')
-rw-r--r--knights/wiz_setup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/knights/wiz_setup.cpp b/knights/wiz_setup.cpp
index 593d09b..6477dc4 100644
--- a/knights/wiz_setup.cpp
+++ b/knights/wiz_setup.cpp
@@ -50,7 +50,7 @@ wiz_setup::wiz_setup(TQWidget *parent, const char *name, resource *Rsrc ) : KWiz
initPage5();
setCaption( i18n( "Knights Setup Wizard" ) );
- connect( this, TQT_SIGNAL( selected(const TQString&) ), this, TQT_SLOT( slot_Work(const TQString&) ) );
+ connect( this, TQ_SIGNAL( selected(const TQString&) ), this, TQ_SLOT( slot_Work(const TQString&) ) );
}
wiz_setup::~wiz_setup()
{
@@ -217,7 +217,7 @@ void wiz_setup::initPage6( void )
addPage( Page6, i18n("Please read and accept our license:") );
setHelpEnabled( Page6, FALSE );
- connect( licenseButtons, TQT_SIGNAL( clicked(int) ), this, TQT_SLOT( slot_License(int) ) );
+ connect( licenseButtons, TQ_SIGNAL( clicked(int) ), this, TQ_SLOT( slot_License(int) ) );
}
///////////////////////////////////////
//