diff -r 64819498efbf -r a40af6315ac6 exportoofiledialog.h --- a/exportoofiledialog.h Thu Jul 13 08:40:58 2006 +0000 +++ b/exportoofiledialog.h Thu Sep 14 11:38:17 2006 +0000 @@ -1,8 +1,8 @@ #ifndef EXPORTOOFILEDIALOG #define EXPORTOOFILEDIALOG -#include -#include +#include +#include #include "settings.h" @@ -12,18 +12,18 @@ public: ExportOOFileDialog(); - ExportOOFileDialog (QWidget * parent = 0, const char * name = 0, bool - modal = false); + ExportOOFileDialog (QWidget * parent = 0, const QString &caption=QString()); bool foundConfig(); QString selectedConfig(); QString selectedFile(); - void addFilter(const QString &); + void show(); private slots: void newConfigPath (const QString&f); private: void init(); + void addFilter(const QString &); void scanExportConfigs(QDir ); QStringList configPaths; QStringList filters;