summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrPictureProperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrPictureProperty.h')
-rw-r--r--kpresenter/KPrPictureProperty.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/kpresenter/KPrPictureProperty.h b/kpresenter/KPrPictureProperty.h
index 5c1e4d7c..8dc7debe 100644
--- a/kpresenter/KPrPictureProperty.h
+++ b/kpresenter/KPrPictureProperty.h
@@ -21,18 +21,19 @@
#ifndef PICTUREPROPERTY_H
#define PICTUREPROPERTY_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include "KPrCommand.h"
class PicturePropertyUI;
-class QPixmap;
+class TQPixmap;
-class KPrPictureProperty : public QWidget
+class KPrPictureProperty : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
- KPrPictureProperty( QWidget *parent, const char *name, const QPixmap &pixmap,
+ KPrPictureProperty( TQWidget *tqparent, const char *name, const TQPixmap &pixmap,
KPrPictureSettingCmd::PictureSettings pictureSettings );
~KPrPictureProperty();