summaryrefslogtreecommitdiffstats
path: root/kcalc/kcalcdisplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcalc/kcalcdisplay.h')
-rw-r--r--kcalc/kcalcdisplay.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/kcalc/kcalcdisplay.h b/kcalc/kcalcdisplay.h
index 6f7233c..4c0371c 100644
--- a/kcalc/kcalcdisplay.h
+++ b/kcalc/kcalcdisplay.h
@@ -76,12 +76,13 @@ enum NumBase {
};
-class KCalcDisplay : public QLabel
+class KCalcDisplay : public TQLabel
{
Q_OBJECT
+ TQ_OBJECT
public:
- KCalcDisplay(TQWidget *parent=0, const char *name=0);
+ KCalcDisplay(TQWidget *tqparent=0, const char *name=0);
~KCalcDisplay();
protected:
@@ -109,7 +110,7 @@ public:
TQString text() const;
bool updateDisplay(void);
void setStatusText(uint i, const TQString& text);
- virtual TQSize sizeHint() const;
+ virtual TQSize tqsizeHint() const;
private:
bool _beep;
bool _groupdigits;