summaryrefslogtreecommitdiff
path: root/noncore/tools/pimconverter/converter.h
Unidiff
Diffstat (limited to 'noncore/tools/pimconverter/converter.h') (more/less context) (show 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
@@ -1,22 +1,23 @@
1#ifndef _CONVERTER_H_ 1#ifndef _CONVERTER_H_
2#define _CONVERTER_H_ 2#define _CONVERTER_H_
3 3
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 );
17 18
18 void closeEvent( QCloseEvent *e ); 19 void closeEvent( QCloseEvent *e );
19 20
20private: 21private:
21 // Caution: 22 // Caution:
22 // The order and value of the following enums must be regarding 23 // The order and value of the following enums must be regarding