summaryrefslogtreecommitdiffstats
path: root/konq-plugins/kimgalleryplugin/imgalleryplugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'konq-plugins/kimgalleryplugin/imgalleryplugin.h')
-rw-r--r--konq-plugins/kimgalleryplugin/imgalleryplugin.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/konq-plugins/kimgalleryplugin/imgalleryplugin.h b/konq-plugins/kimgalleryplugin/imgalleryplugin.h
index 3168247..0139ae3 100644
--- a/konq-plugins/kimgalleryplugin/imgalleryplugin.h
+++ b/konq-plugins/kimgalleryplugin/imgalleryplugin.h
@@ -35,8 +35,9 @@ typedef TQMap<TQString,TQString> CommentMap;
class KImGalleryPlugin : public KParts::Plugin
{
Q_OBJECT
+ TQ_OBJECT
public:
- KImGalleryPlugin( TQObject* parent, const char* name,
+ KImGalleryPlugin( TQObject* tqparent, const char* name,
const TQStringList & );
~KImGalleryPlugin() {}