diff options
Diffstat (limited to 'konqueror/konq_factory.h')
-rw-r--r-- | konqueror/konq_factory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/konq_factory.h b/konqueror/konq_factory.h index ac24061e6..1f7834d64 100644 --- a/konqueror/konq_factory.h +++ b/konqueror/konq_factory.h @@ -52,7 +52,7 @@ public: return *this; } - KParts::ReadOnlyPart *create( TQWidget *parentWidget, const char *widgetName, + KParts::ReadOnlyPart *create( TQWidget *tqparentWidget, const char *widgetName, TQObject *parent, const char *name ); bool isNull() const { return m_factory ? false : true; } |