summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrGeneralProperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrGeneralProperty.h')
-rw-r--r--kpresenter/KPrGeneralProperty.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/kpresenter/KPrGeneralProperty.h b/kpresenter/KPrGeneralProperty.h
index bc6f1665..73497851 100644
--- a/kpresenter/KPrGeneralProperty.h
+++ b/kpresenter/KPrGeneralProperty.h
@@ -20,7 +20,7 @@
#ifndef GENERALPROPERTY_H
#define GENERALPROPERTY_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include <global.h>
#include <KoRect.h>
@@ -28,15 +28,16 @@
class KoGeneralPropertyUI;
-class KPrGeneralProperty : public QWidget
+class KPrGeneralProperty : public TQWidget
{
Q_OBJECT
+ TQ_OBJECT
public:
struct GeneralValue
{
GeneralValue()
{}
- QString m_name;
+ TQString m_name;
PropValue m_keepRatio;
PropValue m_protect;
KoRect m_rect;
@@ -53,7 +54,7 @@ public:
Height = 64
};
- KPrGeneralProperty( QWidget *parent, const char *name, GeneralValue &generalValue, KoUnit::Unit unit );
+ KPrGeneralProperty( TQWidget *tqparent, const char *name, GeneralValue &generalValue, KoUnit::Unit unit );
~KPrGeneralProperty();
int getGeneralPropertyChange() const;