summaryrefslogtreecommitdiffabout
path: root/kabc/formats/vcardformatplugin2.cpp
authorulf69 <ulf69>2004-06-29 03:43:23 (UTC)
committer ulf69 <ulf69>2004-06-29 03:43:23 (UTC)
commit61ef87224517601f8754dd9da1b521a7b0094558 (patch) (unidiff)
tree795b8a5d48a60ff1d8c0fffa1f07aecd699921bc /kabc/formats/vcardformatplugin2.cpp
parentb0a92f38dc4dfb2685581d17b72a69e30bfabedc (diff)
downloadkdepimpi-61ef87224517601f8754dd9da1b521a7b0094558.zip
kdepimpi-61ef87224517601f8754dd9da1b521a7b0094558.tar.gz
kdepimpi-61ef87224517601f8754dd9da1b521a7b0094558.tar.bz2
load format cvardformat now dynamically
Diffstat (limited to 'kabc/formats/vcardformatplugin2.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--kabc/formats/vcardformatplugin2.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/kabc/formats/vcardformatplugin2.cpp b/kabc/formats/vcardformatplugin2.cpp
index 2a772b4..f19e218 100644
--- a/kabc/formats/vcardformatplugin2.cpp
+++ b/kabc/formats/vcardformatplugin2.cpp
@@ -7,34 +7,31 @@ $Id$
7 7
8#include "vcardformatplugin2.h" 8#include "vcardformatplugin2.h"
9 9
10#include "address.h" 10#include "address.h"
11#include "addressee.h" 11#include "addressee.h"
12#include "vcardparser/vcardtool.h" 12#include "vcardparser/vcardtool.h"
13 13
14#include <qtextstream.h> 14#include <qtextstream.h>
15#include <qfile.h> 15#include <qfile.h>
16 16
17using namespace KABC; 17using namespace KABC;
18 18
19/*US
20extern "C" 19extern "C"
21{ 20{
22 FormatPlugin *format() 21 FormatPlugin *format()
23 { 22 {
24 qDebug(" VCardFormatPlugin2::format = new VCardFormatPlugin2");
25 return new VCardFormatPlugin2(); 23 return new VCardFormatPlugin2();
26 } 24 }
27} 25}
28*/
29 26
30VCardFormatPlugin2::VCardFormatPlugin2() 27VCardFormatPlugin2::VCardFormatPlugin2()
31{ 28{
32} 29}
33 30
34VCardFormatPlugin2::~VCardFormatPlugin2() 31VCardFormatPlugin2::~VCardFormatPlugin2()
35{ 32{
36} 33}
37 34
38bool VCardFormatPlugin2::load( Addressee &addressee, QFile *file ) 35bool VCardFormatPlugin2::load( Addressee &addressee, QFile *file )
39{ 36{
40 QString data; 37 QString data;