summaryrefslogtreecommitdiffstats
path: root/kabc/plugins/ldapkio/resourceldapkioplugin.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 13:41:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 13:41:53 -0600
commita3e01ba75c1f4886f3d2f2abeeb2715f39957974 (patch)
treecc1edf809e655c1b8479b9976f80f728486f81dc /kabc/plugins/ldapkio/resourceldapkioplugin.cpp
parentba3abaf4ad34ead3f36fdc6f2f3fc4055f381cf4 (diff)
downloadtdelibs-a3e01ba75c1f4886f3d2f2abeeb2715f39957974.tar.gz
tdelibs-a3e01ba75c1f4886f3d2f2abeeb2715f39957974.zip
Finish renaming ldapkio
Diffstat (limited to 'kabc/plugins/ldapkio/resourceldapkioplugin.cpp')
-rw-r--r--kabc/plugins/ldapkio/resourceldapkioplugin.cpp36
1 files changed, 0 insertions, 36 deletions
diff --git a/kabc/plugins/ldapkio/resourceldapkioplugin.cpp b/kabc/plugins/ldapkio/resourceldapkioplugin.cpp
deleted file mode 100644
index 6d928412d..000000000
--- a/kabc/plugins/ldapkio/resourceldapkioplugin.cpp
+++ /dev/null
@@ -1,36 +0,0 @@
-/*
- This file is part of libkabc.
- Copyright (c) 2003 Tobias Koenig <tokoe@kde.org>
-
- This library is free software; you can redistribute it and/or
- modify it under the terms of the GNU Library General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
-
- This library is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- Library General Public License for more details.
-
- You should have received a copy of the GNU Library General Public License
- along with this library; see the file COPYING.LIB. If not, write to
- the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- Boston, MA 02110-1301, USA.
-*/
-
-#include "resourceldapkio.h"
-#include "resourceldapkioconfig.h"
-
-#include <kglobal.h>
-#include <klocale.h>
-
-using namespace KABC;
-
-extern "C"
-{
- KDE_EXPORT void *init_kabc_ldapkio()
- {
- TDEGlobal::locale()->insertCatalogue("kabc_ldapkio");
- return new KRES::PluginFactory<ResourceLDAPTDEIO, ResourceLDAPTDEIOConfig>();
- }
-}