summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoDocumentInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoDocumentInfo.h')
-rw-r--r--lib/kofficecore/KoDocumentInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/KoDocumentInfo.h b/lib/kofficecore/KoDocumentInfo.h
index b94a2de01..454763acf 100644
--- a/lib/kofficecore/KoDocumentInfo.h
+++ b/lib/kofficecore/KoDocumentInfo.h
@@ -41,7 +41,7 @@ class KOFFICECORE_EXPORT KoDocumentInfo : public TQObject
Q_OBJECT
TQ_OBJECT
public:
- KoDocumentInfo( TQObject* tqparent = 0, const char* name = 0 );
+ KoDocumentInfo( TQObject* parent = 0, const char* name = 0 );
virtual ~KoDocumentInfo();
bool load( const TQDomDocument& doc );
@@ -67,7 +67,7 @@ public:
class KOFFICECORE_EXPORT KoDocumentInfoPage : public TQObject
{
public:
- KoDocumentInfoPage( TQObject *tqparent, const char* name );
+ KoDocumentInfoPage( TQObject *parent, const char* name );
virtual bool load( const TQDomElement& e ) = 0;
virtual TQDomElement save( TQDomDocument& doc ) = 0;