|
|
|
@ -23,7 +23,7 @@
|
|
|
|
|
// Inc. ,51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
#include <kfiledialog.h>
|
|
|
|
|
#include <tdefiledialog.h>
|
|
|
|
|
#include <tqfiledialog.h>
|
|
|
|
|
|
|
|
|
|
class KVILIB_API KviTalFileDialog : public KFileDialog
|
|
|
|
@ -42,7 +42,7 @@ public:
|
|
|
|
|
|
|
|
|
|
static TQString getExistingDirectoryPath(const TQString &dir = TQString(),const TQString &caption = TQString(),TQWidget *parent = 0)
|
|
|
|
|
{
|
|
|
|
|
// TQFileDialog allows making new directories...kfiledialog not :/
|
|
|
|
|
// TQFileDialog allows making new directories...tdefiledialog not :/
|
|
|
|
|
return TQFileDialog::getExistingDirectory(dir,parent,0,caption);
|
|
|
|
|
//return getExistingDirectory(dir,parent,caption);
|
|
|
|
|
};
|
|
|
|
|