diff -r 64819498efbf -r cd7558fa3ffc exportoofiledialog.h --- a/exportoofiledialog.h Thu Jul 13 08:40:58 2006 +0000 +++ b/exportoofiledialog.h Tue Sep 05 10:03:29 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;