summaryrefslogtreecommitdiffstats
path: root/kbarcode/previewdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kbarcode/previewdialog.cpp')
-rw-r--r--kbarcode/previewdialog.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/kbarcode/previewdialog.cpp b/kbarcode/previewdialog.cpp
index 4acfcb7..fe4bb24 100644
--- a/kbarcode/previewdialog.cpp
+++ b/kbarcode/previewdialog.cpp
@@ -127,17 +127,17 @@ PreviewDialog::PreviewDialog( TQIODevice* device, Definition* d, TQString filena
Layout->addLayout( vbox );
Layout->addLayout( buttons );
- connect( buttonClose, TQT_SIGNAL( clicked() ), this, TQT_SLOT( reject() ) );
- connect( buttonAddr, TQT_SIGNAL( clicked() ), this, TQT_SLOT( selectAddress() ) );
+ connect( buttonClose, TQ_SIGNAL( clicked() ), this, TQ_SLOT( reject() ) );
+ connect( buttonAddr, TQ_SIGNAL( clicked() ), this, TQ_SLOT( selectAddress() ) );
// TODO:
// remove this ugly hack! The finished label is only shown when I call
// updateChanges() twice. I have no idea why!
- connect( buttonUpdate, TQT_SIGNAL( clicked() ), this, TQT_SLOT( updatechanges() ) );
- connect( buttonUpdate, TQT_SIGNAL( clicked() ), this, TQT_SLOT( updatechanges() ) );
+ connect( buttonUpdate, TQ_SIGNAL( clicked() ), this, TQ_SLOT( updatechanges() ) );
+ connect( buttonUpdate, TQ_SIGNAL( clicked() ), this, TQ_SLOT( updatechanges() ) );
// end ugly hack
- connect( customerName, TQT_SIGNAL( activated(int) ), this, TQT_SLOT( customerNameChanged(int) ) );
- connect( customerId, TQT_SIGNAL( activated(int) ), this, TQT_SLOT( customerIdChanged(int) ) );
+ connect( customerName, TQ_SIGNAL( activated(int) ), this, TQ_SLOT( customerNameChanged(int) ) );
+ connect( customerId, TQ_SIGNAL( activated(int) ), this, TQ_SLOT( customerIdChanged(int) ) );
TDEConfig* config = kapp->config();
config->setGroup( "PreviewDialog" );