diff options
Diffstat (limited to 'tderesources/egroupware/tdeabc_resourcexmlrpcconfig.cpp')
-rw-r--r-- | tderesources/egroupware/tdeabc_resourcexmlrpcconfig.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tderesources/egroupware/tdeabc_resourcexmlrpcconfig.cpp b/tderesources/egroupware/tdeabc_resourcexmlrpcconfig.cpp index 03665e75d..60cbb83e9 100644 --- a/tderesources/egroupware/tdeabc_resourcexmlrpcconfig.cpp +++ b/tderesources/egroupware/tdeabc_resourcexmlrpcconfig.cpp @@ -27,9 +27,9 @@ #include <klineedit.h> #include <kurlrequester.h> -#include "kabc_egroupwareprefs.h" -#include "kabc_resourcexmlrpc.h" -#include "kabc_resourcexmlrpcconfig.h" +#include "tdeabc_egroupwareprefs.h" +#include "tdeabc_resourcexmlrpc.h" +#include "tdeabc_resourcexmlrpcconfig.h" using namespace KABC; @@ -94,4 +94,4 @@ void ResourceXMLRPCConfig::saveSettings( KRES::Resource *res ) resource->prefs()->setPassword( mPassword->text() ); } -#include "kabc_resourcexmlrpcconfig.moc" +#include "tdeabc_resourcexmlrpcconfig.moc" |