summaryrefslogtreecommitdiffstats
path: root/kxmleditor/kxmleditorshell.h
diff options
context:
space:
mode:
Diffstat (limited to 'kxmleditor/kxmleditorshell.h')
-rw-r--r--kxmleditor/kxmleditorshell.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kxmleditor/kxmleditorshell.h b/kxmleditor/kxmleditorshell.h
index 848e47a..1f0f0a1 100644
--- a/kxmleditor/kxmleditorshell.h
+++ b/kxmleditor/kxmleditorshell.h
@@ -64,9 +64,9 @@ class KXMLEditorShell : public KParts::MainWindow
/** @short Creates new part which can be shown in the shell.
@param parent parent object for the part*/
- static KParts::ReadWritePart* createXMLPart(QObject *parent) ;
+ static KParts::ReadWritePart* createXMLPart(TQObject *parent) ;
- static KParts::ReadWritePart* createPart(QObject *parent, const QString& libName, const QString& className);
+ static KParts::ReadWritePart* createPart(TQObject *parent, const TQString& libName, const TQString& className);
/** @short Changes currenly shown part. */
void setPart(KParts::ReadWritePart* pPart);
@@ -96,7 +96,7 @@ class KXMLEditorShell : public KParts::MainWindow
void slotConfigureToolbars();
/** @short Changes shell caption.*/
- virtual void setCaption( const QString & strCaption );
+ virtual void setCaption( const TQString & strCaption );
/** @short Sends currently opened XML file over e-mail.