summaryrefslogtreecommitdiffstats
path: root/kword/KWOasisSaver.h
diff options
context:
space:
mode:
Diffstat (limited to 'kword/KWOasisSaver.h')
-rw-r--r--kword/KWOasisSaver.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kword/KWOasisSaver.h b/kword/KWOasisSaver.h
index fe5e6ca7..18559044 100644
--- a/kword/KWOasisSaver.h
+++ b/kword/KWOasisSaver.h
@@ -19,7 +19,7 @@
#ifndef KWOASISSAVER_H
#define KWOASISSAVER_H
-#include <qbuffer.h>
+#include <tqbuffer.h>
#include <KoGenStyles.h>
#include <KoOasisStore.h>
@@ -28,7 +28,7 @@ class KoSavingContext;
class KoXmlWriter;
class KoTextParag;
class KoStore;
-template <class T> class QValueList;
+template <class T> class TQValueList;
/**
* This is used to save a bunch of paragraphs into a oasis store in memory,
@@ -44,7 +44,7 @@ public:
~KWOasisSaver();
/// Save a list of paragraphs
- void saveParagraphs( const QValueList<const KoTextParag *>& paragraphs );
+ void saveParagraphs( const TQValueList<const KoTextParag *>& paragraphs );
/// Save a paragraph
void saveParagraph( const KoTextParag* parag );
@@ -59,7 +59,7 @@ public:
bool finish();
/// Return the entire ZIP store as a byte array
- QByteArray data() const;
+ TQByteArray data() const;
/// Helper function, also used by KWDocument.
static void writeAutomaticStyles( KoXmlWriter& contentWriter, KoGenStyles& mainStyles, bool stylesDotXml );
@@ -67,7 +67,7 @@ public:
static const char* selectionMimeType();
private:
- QBuffer m_buffer;
+ TQBuffer m_buffer;
KoStore* m_store;
KoOasisStore* m_oasisStore;
KoGenStyles m_mainStyles;