diff options
Diffstat (limited to 'kresources/kolab/kcal/resourcekolab_plugin.cpp')
-rw-r--r-- | kresources/kolab/kcal/resourcekolab_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kresources/kolab/kcal/resourcekolab_plugin.cpp b/kresources/kolab/kcal/resourcekolab_plugin.cpp index afc83e1d6..14d09465a 100644 --- a/kresources/kolab/kcal/resourcekolab_plugin.cpp +++ b/kresources/kolab/kcal/resourcekolab_plugin.cpp @@ -40,7 +40,7 @@ public: return new KCal::ResourceKolab( config ); } - KRES::ConfigWidget *configWidget( QWidget* ) + KRES::ConfigWidget *configWidget( TQWidget* ) { return 0; } |