summaryrefslogtreecommitdiffstats
path: root/kpercentage/kpercentage/kpercentage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpercentage/kpercentage/kpercentage.cpp')
-rw-r--r--kpercentage/kpercentage/kpercentage.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kpercentage/kpercentage/kpercentage.cpp b/kpercentage/kpercentage/kpercentage.cpp
index 0a61aff8..32b4101a 100644
--- a/kpercentage/kpercentage/kpercentage.cpp
+++ b/kpercentage/kpercentage/kpercentage.cpp
@@ -100,12 +100,12 @@ KPercentage::KPercentage( const char *name ) :
spin_box_number->setValue( 5 );
// connecting all the slots
- connect( button_basevalue, TQT_SIGNAL( clicked() ), this, TQT_SLOT( selBasevalue() ) );
- connect( button_percentvalue, TQT_SIGNAL( clicked() ), this, TQT_SLOT( selPercentvalue() ) );
- connect( button_percentage, TQT_SIGNAL( clicked() ), this, TQT_SLOT( selPercentage() ) );
- connect( button_random, TQT_SIGNAL( clicked() ), this, TQT_SLOT( selRandom() ) );
- connect( button_help, TQT_SIGNAL( clicked() ), this, TQT_SLOT( needHelp() ) );
- connect( button_close, TQT_SIGNAL( clicked() ), this, TQT_SLOT( accept() ) );
+ connect( button_basevalue, TQ_SIGNAL( clicked() ), this, TQ_SLOT( selBasevalue() ) );
+ connect( button_percentvalue, TQ_SIGNAL( clicked() ), this, TQ_SLOT( selPercentvalue() ) );
+ connect( button_percentage, TQ_SIGNAL( clicked() ), this, TQ_SLOT( selPercentage() ) );
+ connect( button_random, TQ_SIGNAL( clicked() ), this, TQ_SLOT( selRandom() ) );
+ connect( button_help, TQ_SIGNAL( clicked() ), this, TQ_SLOT( needHelp() ) );
+ connect( button_close, TQ_SIGNAL( clicked() ), this, TQ_SLOT( accept() ) );
////////
// begin layouting