summaryrefslogtreecommitdiffstats
path: root/kbarcode/newlabel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/newlabel.cpp')
-rw-r--r--kbarcode/newlabel.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/kbarcode/newlabel.cpp b/kbarcode/newlabel.cpp
index e4f6081..9c60eff 100644
--- a/kbarcode/newlabel.cpp
+++ b/kbarcode/newlabel.cpp
@@ -115,14 +115,14 @@ NewLabel::NewLabel( TQWidget* parent, const char* name, bool change, WFlags fl
Layout1->addWidget( buttonCancel );
NewLabelLayout->addLayout( Layout1 );
- connect( comboProducer, TQT_SIGNAL( activated(int) ), this, TQT_SLOT( updateType() ) );
- connect( comboProducer, TQT_SIGNAL( activated(int) ), this, TQT_SLOT( updateText() ) );
- connect( comboType, TQT_SIGNAL( activated(int) ), this, TQT_SLOT( updateText() ) );
- connect( checkEmpty, TQT_SIGNAL( clicked() ), this, TQT_SLOT( updateText() ) );
+ connect( comboProducer, TQ_SIGNAL( activated(int) ), this, TQ_SLOT( updateType() ) );
+ connect( comboProducer, TQ_SIGNAL( activated(int) ), this, TQ_SLOT( updateText() ) );
+ connect( comboType, TQ_SIGNAL( activated(int) ), this, TQ_SLOT( updateText() ) );
+ connect( checkEmpty, TQ_SIGNAL( clicked() ), this, TQ_SLOT( updateText() ) );
- connect( buttonOk, TQT_SIGNAL( clicked() ), this, TQT_SLOT(accept() ) );
- connect( buttonCancel, TQT_SIGNAL( clicked() ), this, TQT_SLOT(reject() ) );
- connect( buttonOwnFormat, TQT_SIGNAL( clicked() ), this, TQT_SLOT(add() ) );
+ connect( buttonOk, TQ_SIGNAL( clicked() ), this, TQ_SLOT(accept() ) );
+ connect( buttonCancel, TQ_SIGNAL( clicked() ), this, TQ_SLOT(reject() ) );
+ connect( buttonOwnFormat, TQ_SIGNAL( clicked() ), this, TQ_SLOT(add() ) );
fillData();
updateType();
updateText();