summaryrefslogtreecommitdiffstats
path: root/kspread/kspread_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'kspread/kspread_object.h')
-rw-r--r--kspread/kspread_object.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kspread/kspread_object.h b/kspread/kspread_object.h
index c111490e8..46074109a 100644
--- a/kspread/kspread_object.h
+++ b/kspread/kspread_object.h
@@ -238,14 +238,14 @@ class EmbeddedObject
class EmbeddedKOfficeObject : public EmbeddedObject
{
public:
- EmbeddedKOfficeObject( Doc *tqparent, Sheet *_sheet, KoDocument* doc, const KoRect& tqgeometry );
- EmbeddedKOfficeObject( Doc *tqparent, Sheet *_sheet );
+ EmbeddedKOfficeObject( Doc *parent, Sheet *_sheet, KoDocument* doc, const KoRect& tqgeometry );
+ EmbeddedKOfficeObject( Doc *parent, Sheet *_sheet );
virtual ~EmbeddedKOfficeObject();
virtual ObjType getType() const { return OBJECT_KOFFICE_PART; }
virtual TQString getTypeString() const
{ return i18n("Embedded Object"); }
- Doc* tqparent();
+ Doc* parent();
KoDocumentChild *embeddedObject();
bool load( const TQDomElement& element );