summaryrefslogtreecommitdiffstats
path: root/kgamma/kcmkgamma/displaynumber.h
diff options
context:
space:
mode:
Diffstat (limited to 'kgamma/kcmkgamma/displaynumber.h')
-rw-r--r--kgamma/kcmkgamma/displaynumber.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kgamma/kcmkgamma/displaynumber.h b/kgamma/kcmkgamma/displaynumber.h
index e86d6d3a..d5662fae 100644
--- a/kgamma/kcmkgamma/displaynumber.h
+++ b/kgamma/kcmkgamma/displaynumber.h
@@ -18,18 +18,18 @@
#ifndef DISPLAYNUMBER_H
#define DISPLAYNUMBER_H
-#include <qlabel.h>
+#include <tqlabel.h>
/**
*@author Michael v.Ostheim
*/
-class DisplayNumber : public QLabel {
+class DisplayNumber : public TQLabel {
Q_OBJECT
public:
- DisplayNumber(QWidget *parent=0, int digits=0, int prec=0, const char *name=0);
+ DisplayNumber(TQWidget *parent=0, int digits=0, int prec=0, const char *name=0);
~DisplayNumber();
- void setFont( const QFont & f );
+ void setFont( const TQFont & f );
void setNum(double num);
void setWidth(int digits);
void setPrecision(int prec) { precision = prec; };