summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrObjectProperties.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrObjectProperties.h')
-rw-r--r--kpresenter/KPrObjectProperties.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kpresenter/KPrObjectProperties.h b/kpresenter/KPrObjectProperties.h
index 3f794db0f..b1e67aa63 100644
--- a/kpresenter/KPrObjectProperties.h
+++ b/kpresenter/KPrObjectProperties.h
@@ -39,7 +39,7 @@ public:
PtPenWidth = 512
};
- KPrObjectProperties( const QPtrList<KPrObject> &objects );
+ KPrObjectProperties( const TQPtrList<KPrObject> &objects );
~KPrObjectProperties();
int getPropertyFlags() { return m_flags; }
@@ -56,13 +56,13 @@ public:
KPrPieValueCmd::PieValues getPieValues() const { return m_pieValues; }
// get picture properties
KPrPictureSettingCmd::PictureSettings getPictureSettings() const { return m_pictureSettings; }
- const QPixmap &getPixmap() const { return m_pixmap; }
+ const TQPixmap &getPixmap() const { return m_pixmap; }
/// get text properties
MarginsStruct getMarginsStruct() { return m_marginsStruct; }
PropValue getProtectContent() { return m_protectContent; }
protected:
- void getProperties( const QPtrList<KPrObject> &objects );
+ void getProperties( const TQPtrList<KPrObject> &objects );
void getPenProperties( KPrObject *object );
void getLineEndsProperties( KPrObject *object );
@@ -74,7 +74,7 @@ protected:
void getTextProperties( KPrObject *object );
private:
- QPtrList<KPrObject> m_objects;
+ TQPtrList<KPrObject> m_objects;
int m_flags;
/// pen properties
@@ -89,7 +89,7 @@ private:
KPrPieValueCmd::PieValues m_pieValues;
/// picture properties
KPrPictureSettingCmd::PictureSettings m_pictureSettings;
- QPixmap m_pixmap;
+ TQPixmap m_pixmap;
/// text properties
MarginsStruct m_marginsStruct;
PropValue m_protectContent;