diff options
Diffstat (limited to 'lib/kformula/main.cc')
-rw-r--r-- | lib/kformula/main.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kformula/main.cc b/lib/kformula/main.cc index dde69731..57344739 100644 --- a/lib/kformula/main.cc +++ b/lib/kformula/main.cc @@ -33,8 +33,8 @@ using namespace KFormula; class TestWidget : public KFormulaWidget { public: - TestWidget(Container* doc, TQWidget* tqparent=0, const char* name=0, WFlags f=0) - : KFormulaWidget(doc, tqparent, name, f) {} + TestWidget(Container* doc, TQWidget* parent=0, const char* name=0, WFlags f=0) + : KFormulaWidget(doc, parent, name, f) {} protected: virtual void keyPressEvent(TQKeyEvent* event); |