summaryrefslogtreecommitdiffstats
path: root/kdat/VerifyOptDlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdat/VerifyOptDlg.cpp')
-rw-r--r--kdat/VerifyOptDlg.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdat/VerifyOptDlg.cpp b/kdat/VerifyOptDlg.cpp
index 499027b..8768000 100644
--- a/kdat/VerifyOptDlg.cpp
+++ b/kdat/VerifyOptDlg.cpp
@@ -98,10 +98,10 @@ VerifyOptDlg::VerifyOptDlg( const TQString & def, const TQStringList& files, boo
_entry->setFocus();
_entry->selectAll();
- connect( _entry, TQT_SIGNAL( returnPressed() ), this, TQT_SLOT( okClicked() ) );
- connect( browse, TQT_SIGNAL( clicked() ) , this, TQT_SLOT( slotBrowse() ) );
- connect( ok , TQT_SIGNAL( clicked() ) , this, TQT_SLOT( okClicked() ) );
- connect( cancel, TQT_SIGNAL( clicked() ) , this, TQT_SLOT( reject() ) );
+ connect( _entry, TQ_SIGNAL( returnPressed() ), this, TQ_SLOT( okClicked() ) );
+ connect( browse, TQ_SIGNAL( clicked() ) , this, TQ_SLOT( slotBrowse() ) );
+ connect( ok , TQ_SIGNAL( clicked() ) , this, TQ_SLOT( okClicked() ) );
+ connect( cancel, TQ_SIGNAL( clicked() ) , this, TQ_SLOT( reject() ) );
}
VerifyOptDlg::~VerifyOptDlg()