summaryrefslogtreecommitdiffabout
path: root/kabc/formats
authorulf69 <ulf69>2004-06-29 03:43:23 (UTC)
committer ulf69 <ulf69>2004-06-29 03:43:23 (UTC)
commit61ef87224517601f8754dd9da1b521a7b0094558 (patch) (side-by-side diff)
tree795b8a5d48a60ff1d8c0fffa1f07aecd699921bc /kabc/formats
parentb0a92f38dc4dfb2685581d17b72a69e30bfabedc (diff)
downloadkdepimpi-61ef87224517601f8754dd9da1b521a7b0094558.zip
kdepimpi-61ef87224517601f8754dd9da1b521a7b0094558.tar.gz
kdepimpi-61ef87224517601f8754dd9da1b521a7b0094558.tar.bz2
load format cvardformat now dynamically
Diffstat (limited to 'kabc/formats') (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
@@ -16,16 +16,13 @@ $Id$
using namespace KABC;
-/*US
extern "C"
{
FormatPlugin *format()
{
- qDebug(" VCardFormatPlugin2::format = new VCardFormatPlugin2");
return new VCardFormatPlugin2();
}
}
-*/
VCardFormatPlugin2::VCardFormatPlugin2()
{