From 6e9f8cb7044774da171b2a0f6ffdda579eb9ddab Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 6 Dec 2014 15:17:15 -0600 Subject: Fix Kontact crash in Akregator part due to identical destructor signatures being generated for two unrelated classes This relates to Bug 2235 Fix a slew of non-virtual destructor problems --- kontact/plugins/knotes/knotes_plugin.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'kontact/plugins/knotes') diff --git a/kontact/plugins/knotes/knotes_plugin.h b/kontact/plugins/knotes/knotes_plugin.h index 01606fba2..069f10fbc 100644 --- a/kontact/plugins/knotes/knotes_plugin.h +++ b/kontact/plugins/knotes/knotes_plugin.h @@ -32,11 +32,10 @@ class SummaryWidget; class KNotesPlugin : public Kontact::Plugin { Q_OBJECT - public: KNotesPlugin( Kontact::Core *core, const char *name, const TQStringList& ); - ~KNotesPlugin(); + virtual ~KNotesPlugin(); virtual Kontact::Summary *createSummaryWidget( TQWidget *parentWidget ); -- cgit v1.2.1