diff options
Diffstat (limited to 'part/kxmleditorfactory.h')
-rw-r--r-- | part/kxmleditorfactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/part/kxmleditorfactory.h b/part/kxmleditorfactory.h index b2c5e15..fa33d61 100644 --- a/part/kxmleditorfactory.h +++ b/part/kxmleditorfactory.h @@ -35,12 +35,12 @@ class KXMLEditorFactory : public KParts::Factory public: /** @brief Constructor */ - KXMLEditorFactory( QObject * pParent = 0, const char * pszName = 0 ); + KXMLEditorFactory( TQObject * pParent = 0, const char * pszName = 0 ); /** @brief Destructor */ virtual ~KXMLEditorFactory(); /** @short Creates part object, depending on given part class */ - virtual KParts::Part * createPartObject( QWidget * pParentWidget = 0, const char * pszWidgetName = 0, QObject * pParent = 0, const char * pszName = 0, const char * pszClassName = "KParts::Part", const QStringList & args = QStringList() ); + virtual KParts::Part * createPartObject( TQWidget * pParentWidget = 0, const char * pszWidgetName = 0, TQObject * pParent = 0, const char * pszName = 0, const char * pszClassName = "KParts::Part", const TQStringList & args = TQStringList() ); static KInstance * instance(); static KXEConfiguration * configuration(); |