diff options
Diffstat (limited to 'kalzium/src/molcalcwidget.h')
-rw-r--r-- | kalzium/src/molcalcwidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kalzium/src/molcalcwidget.h b/kalzium/src/molcalcwidget.h index f09157e6..c86d41d3 100644 --- a/kalzium/src/molcalcwidget.h +++ b/kalzium/src/molcalcwidget.h @@ -47,7 +47,7 @@ class MolcalcWidget : public MolcalcWidgetBase * @param parent parent widget * @param name name of this widget */ - MolcalcWidget( QWidget *parent = 0, const char *name = 0 ); + MolcalcWidget( TQWidget *parent = 0, const char *name = 0 ); protected slots: void slotCalcButtonClicked(); @@ -60,7 +60,7 @@ class MolcalcWidget : public MolcalcWidgetBase * @return the HTML code of an element symbol and its * subscripted amount. Eg: Mg<sub>2</sub> */ - QString compositionString( ElementCountMap &_map ); + TQString compositionString( ElementCountMap &_map ); /** * This methods gathers all the data and updates the |