summaryrefslogtreecommitdiffstats
path: root/kontact/interfaces/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/interfaces/plugin.h')
-rw-r--r--kontact/interfaces/plugin.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/kontact/interfaces/plugin.h b/kontact/interfaces/plugin.h
index c4d573ab..3d8c66cf 100644
--- a/kontact/interfaces/plugin.h
+++ b/kontact/interfaces/plugin.h
@@ -58,7 +58,6 @@ class Summary;
class KDE_EXPORT Plugin : public TQObject, virtual public KXMLGUIClient
{
Q_OBJECT
-
public:
/**
@@ -71,7 +70,7 @@ class KDE_EXPORT Plugin : public TQObject, virtual public KXMLGUIClient
*/
Plugin( Core *core, TQObject *parent, const char *name );
- ~Plugin();
+ virtual ~Plugin();
/**
Sets the identifier.