-rw-r--r-- | kaddressbook/xxportobject.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/kaddressbook/xxportobject.h b/kaddressbook/xxportobject.h index d547855..de39b9f 100644 --- a/kaddressbook/xxportobject.h +++ b/kaddressbook/xxportobject.h | |||
@@ -40,7 +40,7 @@ $Id$ | |||
40 | #include <klibloader.h> | 40 | #include <klibloader.h> |
41 | 41 | ||
42 | 42 | ||
43 | 43 | class KRES::Factory; | |
44 | 44 | ||
45 | 45 | ||
46 | class XXPortObject : public QObject, virtual public KXMLGUIClient | 46 | class XXPortObject : public QObject, virtual public KXMLGUIClient |
@@ -146,8 +146,13 @@ class XXPortResourceObject : public XXPortObject | |||
146 | One case it can not be used is for example if a needed lib could not be loaded. | 146 | One case it can not be used is for example if a needed lib could not be loaded. |
147 | */ | 147 | */ |
148 | virtual bool isAvailable(); | 148 | virtual bool isAvailable(); |
149 | |||
150 | protected: | ||
151 | bool _exportContacts( const KABC::AddresseeList &list, const QString& identifier, const QString& fileName ); | ||
152 | KABC::AddresseeList _importContacts( const QString& identifier, const QString& fileName ) const; | ||
153 | |||
149 | protected: | 154 | protected: |
150 | KABC::Resource* mResource; | 155 | KRES::Factory* mFactory; |
151 | }; | 156 | }; |
152 | 157 | ||
153 | 158 | ||