summaryrefslogtreecommitdiffabout
path: root/kaddressbook/xxport/sharpdtm_xxport.h
Unidiff
Diffstat (limited to 'kaddressbook/xxport/sharpdtm_xxport.h') (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/xxport/sharpdtm_xxport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/xxport/sharpdtm_xxport.h b/kaddressbook/xxport/sharpdtm_xxport.h
index 43fd434..0797b01 100644
--- a/kaddressbook/xxport/sharpdtm_xxport.h
+++ b/kaddressbook/xxport/sharpdtm_xxport.h
@@ -19,42 +19,42 @@
19 As a special exception, permission is given to link this program 19 As a special exception, permission is given to link this program
20 with any edition of Qt, and distribute the resulting executable, 20 with any edition of Qt, and distribute the resulting executable,
21 without including the source code for Qt in the source distribution. 21 without including the source code for Qt in the source distribution.
22*/ 22*/
23 23
24/* 24/*
25Enhanced Version of the file for platform independent KDE tools. 25Enhanced Version of the file for platform independent KDE tools.
26Copyright (c) 2004 Ulf Schenk 26Copyright (c) 2004 Ulf Schenk
27 27
28$Id$ 28$Id$
29*/ 29*/
30 30
31#ifndef SHARPDTM_XXPORT_H 31#ifndef SHARPDTM_XXPORT_H
32#define SHARPDTM_XXPORT_H 32#define SHARPDTM_XXPORT_H
33 33
34#include <xxportobject.h> 34#include <xxportobject.h>
35 35
36class SharpDTMXXPort : public XXPortResourceObject 36class SharpDTMXXPort : public XXPortResourceObject
37{ 37{
38 Q_OBJECT 38 Q_OBJECT
39 39
40 public: 40 public:
41 SharpDTMXXPort( KABC::AddressBook *ab, QWidget *parent, const char *name = 0 ); 41 SharpDTMXXPort( KABC::AddressBook *ab, QWidget *parent, const char *name = 0 );
42 42
43 QString identifier() const { return "qtopia"; } 43 QString identifier() const { return "sharpdtm"; }
44 44
45 public slots: 45 public slots:
46 bool exportContacts( const KABC::AddresseeList &list, const QString &data ); 46 bool exportContacts( const KABC::AddresseeList &list, const QString &data );
47 KABC::AddresseeList importContacts( const QString &data ) const; 47 KABC::AddresseeList importContacts( const QString &data ) const;
48 48
49}; 49};
50 50
51class SharpDTMXXPortFactory : public XXPortFactory 51class SharpDTMXXPortFactory : public XXPortFactory
52{ 52{
53 public: 53 public:
54 XXPortObject *xxportObject( KABC::AddressBook *ab, QWidget *parent, const char *name ) 54 XXPortObject *xxportObject( KABC::AddressBook *ab, QWidget *parent, const char *name )
55 { 55 {
56 return new SharpDTMXXPort( ab, parent, name ); 56 return new SharpDTMXXPort( ab, parent, name );
57 } 57 }
58}; 58};
59 59
60#endif 60#endif