|
|
@ -272,8 +272,8 @@ void KexiStartupFileDialogBase::init(const TQString& startDir, const TQString& f
|
|
|
|
TQT_SLOT( pathComboChanged( const TQString& ) ));
|
|
|
|
TQT_SLOT( pathComboChanged( const TQString& ) ));
|
|
|
|
connect( d->pathCombo, TQT_SIGNAL( completion( const TQString& )),
|
|
|
|
connect( d->pathCombo, TQT_SIGNAL( completion( const TQString& )),
|
|
|
|
TQT_SLOT( dirCompletion( const TQString& )));
|
|
|
|
TQT_SLOT( dirCompletion( const TQString& )));
|
|
|
|
connect( d->pathCombo, TQT_SIGNAL( textRotation(KCompletionBase::KeyBindingType) ),
|
|
|
|
connect( d->pathCombo, TQT_SIGNAL( textRotation(TDECompletionBase::KeyBindingType) ),
|
|
|
|
d->pathCombo, TQT_SLOT( rotateText(KCompletionBase::KeyBindingType) ));
|
|
|
|
d->pathCombo, TQT_SLOT( rotateText(TDECompletionBase::KeyBindingType) ));
|
|
|
|
|
|
|
|
|
|
|
|
TQString whatsThisText;
|
|
|
|
TQString whatsThisText;
|
|
|
|
|
|
|
|
|
|
|
@ -299,8 +299,8 @@ void KexiStartupFileDialogBase::init(const TQString& startDir, const TQString& f
|
|
|
|
this, TQT_SLOT( locationActivated( const TQString& ) ));
|
|
|
|
this, TQT_SLOT( locationActivated( const TQString& ) ));
|
|
|
|
connect( locationEdit, TQT_SIGNAL( completion( const TQString& )),
|
|
|
|
connect( locationEdit, TQT_SIGNAL( completion( const TQString& )),
|
|
|
|
TQT_SLOT( fileCompletion( const TQString& )));
|
|
|
|
TQT_SLOT( fileCompletion( const TQString& )));
|
|
|
|
connect( locationEdit, TQT_SIGNAL( textRotation(KCompletionBase::KeyBindingType) ),
|
|
|
|
connect( locationEdit, TQT_SIGNAL( textRotation(TDECompletionBase::KeyBindingType) ),
|
|
|
|
locationEdit, TQT_SLOT( rotateText(KCompletionBase::KeyBindingType) ));
|
|
|
|
locationEdit, TQT_SLOT( rotateText(TDECompletionBase::KeyBindingType) ));
|
|
|
|
|
|
|
|
|
|
|
|
// the Filter label/edit
|
|
|
|
// the Filter label/edit
|
|
|
|
whatsThisText = i18n("<qt>This is the filter to apply to the file list. "
|
|
|
|
whatsThisText = i18n("<qt>This is the filter to apply to the file list. "
|
|
|
|