diff options
Diffstat (limited to 'kdat/FormatOptDlg.cpp')
-rw-r--r-- | kdat/FormatOptDlg.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdat/FormatOptDlg.cpp b/kdat/FormatOptDlg.cpp index 14be994..ec67426 100644 --- a/kdat/FormatOptDlg.cpp +++ b/kdat/FormatOptDlg.cpp @@ -94,9 +94,9 @@ FormatOptDlg::FormatOptDlg( const TQString & def, TQWidget* parent, const char* _entry->setFocus(); _entry->selectAll(); - connect( _entry, TQT_SIGNAL( returnPressed() ), this, TQT_SLOT( okClicked() ) ); - 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( ok , TQ_SIGNAL( clicked() ) , this, TQ_SLOT( okClicked() ) ); + connect( cancel, TQ_SIGNAL( clicked() ) , this, TQ_SLOT( reject() ) ); int size = Options::instance()->getDefaultTapeSize(); if ( ( size >= 1024*1024 ) && ( size % ( 1024*1024 ) == 0 ) ) { |