summaryrefslogtreecommitdiffstats
path: root/libkscan/gammadialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkscan/gammadialog.h')
-rw-r--r--libkscan/gammadialog.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/libkscan/gammadialog.h b/libkscan/gammadialog.h
index 0c63a967..a4edea12 100644
--- a/libkscan/gammadialog.h
+++ b/libkscan/gammadialog.h
@@ -41,11 +41,12 @@ class KGammaTable;
class GammaDialog : public KDialogBase
{
Q_OBJECT
-// FIXME: Doesn't compile with Qt 3 (malte)
-// Q_PROPERTY( KGammaTable *gt READ getGt WRITE setGt )
+ TQ_OBJECT
+// FIXME: Doesn't compile with TQt 3 (malte)
+// TQ_PROPERTY( KGammaTable *gt READ getGt WRITE setGt )
public:
- GammaDialog ( TQWidget *parent );
+ GammaDialog ( TQWidget *tqparent );
~GammaDialog( );
KGammaTable *getGt( ) const { return gt; }