summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrPageEffects.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrPageEffects.h')
-rw-r--r--kpresenter/KPrPageEffects.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/kpresenter/KPrPageEffects.h b/kpresenter/KPrPageEffects.h
index 5c52b24d..4942132d 100644
--- a/kpresenter/KPrPageEffects.h
+++ b/kpresenter/KPrPageEffects.h
@@ -25,11 +25,11 @@
#define PAGEEFFECTS_H
#include "global.h"
-#include <qvaluelist.h>
+#include <tqvaluelist.h>
-class QPaintDevice;
-class QPixmap;
+class TQPaintDevice;
+class TQPixmap;
class KPrPageEffects
@@ -46,7 +46,7 @@ public:
* effect The effect which sould be used.
* speed The speed which should be used.
*/
- KPrPageEffects( QPaintDevice *dst, const QPixmap &pageTo, PageEffect effect, EffectSpeed speed );
+ KPrPageEffects( TQPaintDevice *dst, const TQPixmap &pageTo, PageEffect effect, EffectSpeed speed );
~KPrPageEffects();
@@ -103,13 +103,13 @@ protected:
bool effectStripesRigthDown() const;
bool effectMelting();
- QPaintDevice *m_dst;
- const QPixmap m_pageTo;
- QPixmap m_pageFrom;
+ TQPaintDevice *m_dst;
+ const TQPixmap m_pageTo;
+ TQPixmap m_pageFrom;
PageEffect m_effect;
PageEffect m_randomEffect;
EffectSpeed m_speed;
- QValueList<int> m_list;
+ TQValueList<int> m_list;
int m_effectStep;
int m_stepWidth;
int m_stepHeight;