From 02e41a638d85b168200b6eaa311bd9807dc89633 Mon Sep 17 00:00:00 2001 From: stv Date: Wed, 1 Jun 2005 04:13:35 +0000 Subject: [PATCH] no message --- src/Qtx/QtxPathDialog.cxx | 8 ++++---- src/Qtx/QtxPathDialog.h | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Qtx/QtxPathDialog.cxx b/src/Qtx/QtxPathDialog.cxx index 981d10e01..c3e54135f 100755 --- a/src/Qtx/QtxPathDialog.cxx +++ b/src/Qtx/QtxPathDialog.cxx @@ -47,8 +47,8 @@ static const char* open_icon[] = { // Purpose : Constructor. //================================================================ -QtxPathDialog::QtxPathDialog( const bool import, QWidget* parent, const bool modal, const bool resize ) -: QtxDialog( parent, 0, modal, resize ), +QtxPathDialog::QtxPathDialog( const bool import, QWidget* parent, const bool modal, const bool resize, const int buttons, WFlags f ) +: QtxDialog( parent, 0, modal, resize, buttons, f ), myDefault( -1 ), myEntriesFrame( 0 ), myOptionsFrame( 0 ) @@ -72,8 +72,8 @@ myOptionsFrame( 0 ) // Purpose : Constructor. //================================================================ -QtxPathDialog::QtxPathDialog( QWidget* parent, const bool modal, const bool resize ) -: QtxDialog( parent, 0, modal, resize ), +QtxPathDialog::QtxPathDialog( QWidget* parent, const bool modal, const bool resize, const int buttons, WFlags f ) +: QtxDialog( parent, 0, modal, resize, buttons, f ), myDefault( -1 ), myEntriesFrame( 0 ), myOptionsFrame( 0 ) diff --git a/src/Qtx/QtxPathDialog.h b/src/Qtx/QtxPathDialog.h index 77e4b49fc..22c90d4ef 100755 --- a/src/Qtx/QtxPathDialog.h +++ b/src/Qtx/QtxPathDialog.h @@ -22,10 +22,10 @@ class QTX_EXPORT QtxPathDialog : public QtxDialog Q_OBJECT protected: - QtxPathDialog( QWidget* = 0, const bool = true, const bool = false ); + QtxPathDialog( QWidget* = 0, const bool = true, const bool = false, const int = Standard, WFlags = 0 ); public: - QtxPathDialog( const bool, QWidget* = 0, const bool = true, const bool = false ); + QtxPathDialog( const bool, QWidget* = 0, const bool = true, const bool = false, const int = Standard, WFlags = 0 ); virtual ~QtxPathDialog(); QString fileName() const; -- 2.39.2