exportoofiledialog.h
changeset 366 e95081c21da2
parent 357 64819498efbf
child 464 d42d12074ff4
     1.1 --- a/exportoofiledialog.h	Tue Sep 05 09:47:13 2006 +0000
     1.2 +++ b/exportoofiledialog.h	Tue Sep 05 09:47:14 2006 +0000
     1.3 @@ -1,8 +1,8 @@
     1.4  #ifndef EXPORTOOFILEDIALOG
     1.5  #define EXPORTOOFILEDIALOG
     1.6  
     1.7 -#include <qfiledialog.h>
     1.8 -#include <qstringlist.h>
     1.9 +#include <QFileDialog>
    1.10 +#include <QStringList>
    1.11  
    1.12  #include "settings.h"
    1.13  
    1.14 @@ -12,18 +12,18 @@
    1.15  public:
    1.16  	ExportOOFileDialog();
    1.17  
    1.18 -	ExportOOFileDialog (QWidget * parent = 0, const char * name = 0, bool
    1.19 -	modal = false);
    1.20 +	ExportOOFileDialog (QWidget * parent = 0, const  QString &caption=QString());
    1.21  	bool foundConfig();
    1.22  	QString selectedConfig();
    1.23  	QString selectedFile();
    1.24 -	void addFilter(const QString &);
    1.25 +	void show();
    1.26  	 
    1.27  private slots:
    1.28  	void  newConfigPath (const QString&f);
    1.29  
    1.30  private:
    1.31  	void init();
    1.32 +	void addFilter(const QString &);
    1.33  	void scanExportConfigs(QDir );
    1.34  	QStringList configPaths;
    1.35  	QStringList filters;