summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrTextDocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrTextDocument.h')
-rw-r--r--kpresenter/KPrTextDocument.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kpresenter/KPrTextDocument.h b/kpresenter/KPrTextDocument.h
index a3a123c59..0587e39c0 100644
--- a/kpresenter/KPrTextDocument.h
+++ b/kpresenter/KPrTextDocument.h
@@ -34,6 +34,7 @@ class KoTextFormatCollection;
class KPrTextDocument : public KoTextDocument
{
Q_OBJECT
+ TQ_OBJECT
public:
/** A text document inside a kptextobject */
KPrTextDocument( KPrTextObject * textobj, KoTextFormatCollection *fc, KoTextFormatter *formatter = 0L );
@@ -44,9 +45,9 @@ public:
* Note that this can be 0L (e.g. for paragraphs in the paragdia preview) */
KPrTextObject * textObject() const { return m_textobj; }
/// Extensions to KoTextParag::loadOasisSpan
- bool loadSpanTag( const QDomElement& tag, KoOasisContext& context,
+ bool loadSpanTag( const TQDomElement& tag, KoOasisContext& context,
KoTextParag* parag, uint pos,
- QString& textData, KoTextCustomItem* & customItem );
+ TQString& textData, KoTextCustomItem* & customItem );
private:
KPrTextObject * m_textobj;