summaryrefslogtreecommitdiffstats
path: root/tderesources/scalix/tdeabc/resourcescalix_plugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/scalix/tdeabc/resourcescalix_plugin.cpp')
-rw-r--r--tderesources/scalix/tdeabc/resourcescalix_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/scalix/tdeabc/resourcescalix_plugin.cpp b/tderesources/scalix/tdeabc/resourcescalix_plugin.cpp
index cdfc8f30..ee84b7be 100644
--- a/tderesources/scalix/tdeabc/resourcescalix_plugin.cpp
+++ b/tderesources/scalix/tdeabc/resourcescalix_plugin.cpp
@@ -40,7 +40,7 @@ class ScalixFactory : public KRES::PluginFactoryBase
public:
KRES::Resource *resource( const TDEConfig *config )
{
- return new KABC::ResourceScalix( config );
+ return new TDEABC::ResourceScalix( config );
}
KRES::ConfigWidget *configWidget( TQWidget* )