diff options
Diffstat (limited to 'tderesources/scalix/tdeabc/resourcescalix_plugin.cpp')
-rw-r--r-- | tderesources/scalix/tdeabc/resourcescalix_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/scalix/tdeabc/resourcescalix_plugin.cpp b/tderesources/scalix/tdeabc/resourcescalix_plugin.cpp index cdfc8f301..ee84b7be3 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* ) |