diff options
Diffstat (limited to 'kformula/kfconfig.h')
-rw-r--r-- | kformula/kfconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kformula/kfconfig.h b/kformula/kfconfig.h index 9231ff1c..cc23c371 100644 --- a/kformula/kfconfig.h +++ b/kformula/kfconfig.h @@ -34,8 +34,9 @@ class KFormulaPartView; class KFConfig : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - KFConfig( KFormulaPartView* parent ); + KFConfig( KFormulaPartView* tqparent ); public slots: void slotApply(); |