summaryrefslogtreecommitdiffstats
path: root/kpercentage/kpercentage/kpercentmain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpercentage/kpercentage/kpercentmain.cpp')
-rw-r--r--kpercentage/kpercentage/kpercentmain.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kpercentage/kpercentage/kpercentmain.cpp b/kpercentage/kpercentage/kpercentmain.cpp
index b686a096..1035381e 100644
--- a/kpercentage/kpercentage/kpercentmain.cpp
+++ b/kpercentage/kpercentage/kpercentmain.cpp
@@ -181,8 +181,8 @@ KPercentMain::KPercentMain( TQWidget *parent, const char *name ) :
TQToolTip::add( push_button_cancel, i18n( "Back to the main window" ) );
// signals and slots connections
- connect( push_button_apply, TQT_SIGNAL( clicked() ), this, TQT_SLOT( slotApplyInput() ) );
- connect( push_button_cancel, TQT_SIGNAL( clicked() ), this, TQT_SLOT( accept() ) );
+ connect( push_button_apply, TQ_SIGNAL( clicked() ), this, TQ_SLOT( slotApplyInput() ) );
+ connect( push_button_cancel, TQ_SIGNAL( clicked() ), this, TQ_SLOT( accept() ) );
// build up the answer window
answer = new KAnswer( this );