summaryrefslogtreecommitdiffstats
path: root/tderesources/kolab/tdeabc/resourcekolab_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/kolab/tdeabc/resourcekolab_plugin.cpp')
-rw-r--r--tderesources/kolab/tdeabc/resourcekolab_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/kolab/tdeabc/resourcekolab_plugin.cpp b/tderesources/kolab/tdeabc/resourcekolab_plugin.cpp
index 686f3403..a66cb9bd 100644
--- a/tderesources/kolab/tdeabc/resourcekolab_plugin.cpp
+++ b/tderesources/kolab/tdeabc/resourcekolab_plugin.cpp
@@ -39,7 +39,7 @@ class KolabFactory : public KRES::PluginFactoryBase
public:
KRES::Resource *resource( const TDEConfig *config )
{
- return new KABC::ResourceKolab( config );
+ return new TDEABC::ResourceKolab( config );
}
KRES::ConfigWidget *configWidget( TQWidget* )