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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/tools/pimconverter/converter.h b/noncore/tools/pimconverter/converter.h
index e9035e7..cfd315c 100755
--- a/noncore/tools/pimconverter/converter.h
+++ b/noncore/tools/pimconverter/converter.h
@@ -33,17 +33,17 @@ private:
33 enum DbFormats{ 33 enum DbFormats{
34 XML = 0, 34 XML = 0,
35 SQL = 1, 35 SQL = 1,
36 }; 36 };
37 37
38 int m_selectedDatabase; 38 int m_selectedDatabase;
39 int m_selectedSourceFormat; 39 int m_selectedSourceFormat;
40 int m_selectedDestFormat; 40 int m_selectedDestFormat;
41 bool m_criticalState; 41 bool m_criticalState;
42 42
43 43
44private: 44private:
45 static bool sqliteCopyAndConvert( const QString &src, const QString &destination, QString &lastCommand ); 45 bool sqliteMoveAndConvert( const QString& name, const QString &src, const QString &destination );
46}; 46};
47 47
48 48
49#endif 49#endif