summaryrefslogtreecommitdiffstats
path: root/krename/coorddialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krename/coorddialog.cpp')
-rw-r--r--krename/coorddialog.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/krename/coorddialog.cpp b/krename/coorddialog.cpp
index 8388b51..3d27c7c 100644
--- a/krename/coorddialog.cpp
+++ b/krename/coorddialog.cpp
@@ -69,10 +69,10 @@ CoordDialog::CoordDialog( const TQString & file, TQWidget *_parent, const char *
layout->addWidget( preview );
updateCommand();
- connect( filename, TQT_SIGNAL( selectionChanged() ), this, TQT_SLOT( updateCommand() ) );
- connect( checkInvert, TQT_SIGNAL( clicked() ), this, TQT_SLOT( updateCommand() ) );
- connect( filename, TQT_SIGNAL( textChanged( const TQString & ) ), this, TQT_SLOT( resetText() ) );
- connect( filename, TQT_SIGNAL( changed() ), this, TQT_SLOT( updateCommand() ) );
+ connect( filename, TQ_SIGNAL( selectionChanged() ), this, TQ_SLOT( updateCommand() ) );
+ connect( checkInvert, TQ_SIGNAL( clicked() ), this, TQ_SLOT( updateCommand() ) );
+ connect( filename, TQ_SIGNAL( textChanged( const TQString & ) ), this, TQ_SLOT( resetText() ) );
+ connect( filename, TQ_SIGNAL( changed() ), this, TQ_SLOT( updateCommand() ) );
show();