Diffstat (limited to 'kabc/plugins/qtopia/resourceqtopia.h') (more/less context) (ignore whitespace changes)
-rw-r--r-- | kabc/plugins/qtopia/resourceqtopia.h | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/kabc/plugins/qtopia/resourceqtopia.h b/kabc/plugins/qtopia/resourceqtopia.h index ea0b5ee..bf9dd45 100644 --- a/kabc/plugins/qtopia/resourceqtopia.h +++ b/kabc/plugins/qtopia/resourceqtopia.h @@ -28,4 +28,4 @@ $Id$ -#ifndef KABC_RESOURCEQTOPIA_H -#define KABC_RESOURCEQTOPIA_H +#ifndef KABC_RESOURCEOPIE_H +#define KABC_RESOURCEOPIE_H @@ -39,5 +39,2 @@ $Id$ -//class QTimer; -//class FormatPlugin; - namespace KABC { @@ -46,3 +43,4 @@ namespace KABC { class ResourceConfigWidget; -class OpieConverter; +class QtopiaConverter; + /** @@ -50,3 +48,3 @@ class OpieConverter; */ -class ResourceOpie : public Resource +class ResourceQtopia : public Resource { @@ -61,3 +59,3 @@ public: */ - ResourceOpie( const KConfig *cfg ); + ResourceQtopia( const KConfig *cfg ); @@ -66,3 +64,3 @@ public: */ - ResourceOpie( const QString &fileName ); + ResourceQtopia( const QString &fileName ); @@ -71,3 +69,3 @@ public: */ - ~ResourceOpie(); + ~ResourceQtopia(); @@ -140,3 +138,3 @@ protected: private: - OpieConverter* mConverter; + QtopiaConverter* mConverter; |