From 259a7a50e4f8138cedfc2004fbde3b37cedcc49f Mon Sep 17 00:00:00 2001 From: ulf69 Date: Fri, 09 Jul 2004 08:05:25 +0000 Subject: support for export of categories und supression of empty fields --- (limited to 'kabc/converter/opie/opieconverter.h') diff --git a/kabc/converter/opie/opieconverter.h b/kabc/converter/opie/opieconverter.h index ef7300b..7d2ad85 100644 --- a/kabc/converter/opie/opieconverter.h +++ b/kabc/converter/opie/opieconverter.h @@ -33,6 +33,8 @@ $Id$ #include "addressee.h" #include +class Categories; + namespace KABC { class OpieConverter @@ -47,7 +49,10 @@ public: /** * Destructor. */ - ~OpieConverter(); + virtual ~OpieConverter(); + + virtual bool init(); + virtual void deinit(); /** * Converts a vcard string to an addressee. @@ -64,7 +69,11 @@ public: * @param contact The opie contact. */ bool addresseeToOpie( const Addressee &addr, OContact &contact ); + + private: + Categories* catDB; + }; } -- cgit v0.9.0.2