summaryrefslogtreecommitdiff
path: root/noncore/tools/pimconverter/converter.h
Unidiff
Diffstat (limited to 'noncore/tools/pimconverter/converter.h') (more/less context) (ignore whitespace changes)
-rwxr-xr-xnoncore/tools/pimconverter/converter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/tools/pimconverter/converter.h b/noncore/tools/pimconverter/converter.h
index a78c6bc..344562a 100755
--- a/noncore/tools/pimconverter/converter.h
+++ b/noncore/tools/pimconverter/converter.h
@@ -4,13 +4,14 @@
4 4
5#include "converter_base.h" 5#include "converter_base.h"
6 6
7 7
8class Converter: public converter_base { 8class Converter: public converter_base {
9public: 9public:
10 Converter(); 10 Converter(QWidget *parent, const char* name, WFlags fl);
11 static QString appName() { return QString::fromLatin1("opimconverter");}
11 12
12 // Slots defined in the ui-description file 13 // Slots defined in the ui-description file
13 void start_conversion(); 14 void start_conversion();
14 void selectedDatabase( int num ); 15 void selectedDatabase( int num );
15 void selectedDestFormat( int num ); 16 void selectedDestFormat( int num );
16 void selectedSourceFormat( int num ); 17 void selectedSourceFormat( int num );