diff options
Diffstat (limited to 'kspread/plugins/calculator/kcalc.cpp')
-rw-r--r-- | kspread/plugins/calculator/kcalc.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kspread/plugins/calculator/kcalc.cpp b/kspread/plugins/calculator/kcalc.cpp index a8cdc22a..dc92e9f5 100644 --- a/kspread/plugins/calculator/kcalc.cpp +++ b/kspread/plugins/calculator/kcalc.cpp @@ -167,7 +167,7 @@ TQtCalculator :: TQtCalculator( Calculator *_corba, TQWidget *tqparent, const ch // - // First the widgets that are the tqparents of the buttons + // First the widgets that are the parents of the buttons mSmallPage = new TQWidget(this); mLargePage = new TQWidget(this); @@ -569,8 +569,8 @@ void TQtCalculator::updateGeometry() // Button groups (base and angle) // //TQButtonGroup *g; - //g = (TQButtonGroup*)(anglebutton[0]->tqparentWidget()); - //g = (TQButtonGroup*)(basebutton[0]->tqparentWidget()); + //g = (TQButtonGroup*)(anglebutton[0]->parentWidget()); + //g = (TQButtonGroup*)(basebutton[0]->parentWidget()); // // Calculator buttons |