diff options
Diffstat (limited to 'parts/partexplorer/partexplorer_plugin.h')
-rw-r--r-- | parts/partexplorer/partexplorer_plugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/parts/partexplorer/partexplorer_plugin.h b/parts/partexplorer/partexplorer_plugin.h index 528d2a45..826ae6ed 100644 --- a/parts/partexplorer/partexplorer_plugin.h +++ b/parts/partexplorer/partexplorer_plugin.h @@ -24,11 +24,12 @@ class PartExplorerForm; class PartExplorerPlugin : public KDevPlugin { Q_OBJECT + TQ_OBJECT public: /** * Default constructor */ - PartExplorerPlugin( TQObject *parent, const char *name, const TQStringList & ); + PartExplorerPlugin( TQObject *tqparent, const char *name, const TQStringList & ); /** * Destructor |