summaryrefslogtreecommitdiffstats
path: root/kword/KWOasisLoader.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWOasisLoader.h')
-rw-r--r--kword/KWOasisLoader.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/kword/KWOasisLoader.h b/kword/KWOasisLoader.h
index 36f76dde..5035396c 100644
--- a/kword/KWOasisLoader.h
+++ b/kword/KWOasisLoader.h
@@ -23,14 +23,14 @@ class KoPoint;
class KWTableFrameSet;
class KWLoadingInfo;
class KoOasisContext;
-class QDomDocument;
+class TQDomDocument;
class KoOasisSettings;
-class QDomElement;
+class TQDomElement;
class KWFrame;
class KoStore;
class KoTextCursor;
class KWDocument;
-template <class T> class QValueList;
+template <class T> class TQValueList;
// KWDocument delegates to this class the loading of OASIS documents or fragments
class KWOasisLoader
@@ -41,16 +41,16 @@ public:
/// Insert everything from an oasis store - used when pasting
/// (either text or entire frames)
/// TODO: dontCreateFootNote
- QValueList<KWFrame *> insertOasisData( KoStore* store, KoTextCursor* cursor );
+ TQValueList<KWFrame *> insertOasisData( KoStore* store, KoTextCursor* cursor );
- void loadOasisSettings( const QDomDocument&settingsDoc );
- void loadOasisHeaderFooter( const QDomElement& headerFooter, bool hasEvenOdd,
- QDomElement& style, KoOasisContext& context );
+ void loadOasisSettings( const TQDomDocument&settingsDoc );
+ void loadOasisHeaderFooter( const TQDomElement& headerFooter, bool hasEvenOdd,
+ TQDomElement& style, KoOasisContext& context );
- KWFrame* loadFrame( const QDomElement& frameTag, KoOasisContext& context, const KoPoint& offset );
- KWFrame* loadOasisTextBox( const QDomElement& frame, const QDomElement& tag,
+ KWFrame* loadFrame( const TQDomElement& frameTag, KoOasisContext& context, const KoPoint& offset );
+ KWFrame* loadOasisTextBox( const TQDomElement& frame, const TQDomElement& tag,
KoOasisContext& context );
- KWTableFrameSet* loadOasisTable( const QDomElement& tag,
+ KWTableFrameSet* loadOasisTable( const TQDomElement& tag,
KoOasisContext& context );
private: