|
|
@ -207,7 +207,7 @@ void KexiStartupFileDialogBase::init(const TQString& startDir, const TQString& f
|
|
|
|
"Click on this button to open the bookmark menu where you may add, "
|
|
|
|
"Click on this button to open the bookmark menu where you may add, "
|
|
|
|
"edit or select a bookmark.<p>"
|
|
|
|
"edit or select a bookmark.<p>"
|
|
|
|
"These bookmarks are specific to the file dialog, but otherwise operate "
|
|
|
|
"These bookmarks are specific to the file dialog, but otherwise operate "
|
|
|
|
"like bookmarks elsewhere in KDE.</qt>"));
|
|
|
|
"like bookmarks elsewhere in TDE.</qt>"));
|
|
|
|
connect( d->bookmarkHandler, TQT_SIGNAL( openURL( const TQString& )),
|
|
|
|
connect( d->bookmarkHandler, TQT_SIGNAL( openURL( const TQString& )),
|
|
|
|
TQT_SLOT( enterURL( const TQString& )));
|
|
|
|
TQT_SLOT( enterURL( const TQString& )));
|
|
|
|
|
|
|
|
|
|
|
@ -399,9 +399,9 @@ TQString KexiStartupFileDialogBase::currentFilter() const
|
|
|
|
{
|
|
|
|
{
|
|
|
|
//(js)filterWidget->currentFilter();
|
|
|
|
//(js)filterWidget->currentFilter();
|
|
|
|
|
|
|
|
|
|
|
|
//we need to convert TQt filter format to KDE format
|
|
|
|
//we need to convert TQt filter format to TDE format
|
|
|
|
//TQt format: "some text (*.first *.second)" or "All (*)"
|
|
|
|
//TQt format: "some text (*.first *.second)" or "All (*)"
|
|
|
|
//KDE format: "*.first *.second" or "*"
|
|
|
|
//TDE format: "*.first *.second" or "*"
|
|
|
|
TQString f = selectedFilter();
|
|
|
|
TQString f = selectedFilter();
|
|
|
|
if (f.find('(')!=-1)
|
|
|
|
if (f.find('(')!=-1)
|
|
|
|
f = f.mid(f.find('(')+1);
|
|
|
|
f = f.mid(f.find('(')+1);
|
|
|
|