summaryrefslogtreecommitdiffstats
path: root/noatun-plugins/alarm/kpercentspinbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'noatun-plugins/alarm/kpercentspinbox.h')
-rw-r--r--noatun-plugins/alarm/kpercentspinbox.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/noatun-plugins/alarm/kpercentspinbox.h b/noatun-plugins/alarm/kpercentspinbox.h
index abcdd49..7f1a3a2 100644
--- a/noatun-plugins/alarm/kpercentspinbox.h
+++ b/noatun-plugins/alarm/kpercentspinbox.h
@@ -17,16 +17,16 @@
#ifndef KPERCENT_SPINBOX_H
#define KPERCENT_SPINBOX_H
-#include <qspinbox.h>
+#include <tqspinbox.h>
class KPercentSpinBox : public QSpinBox
{
Q_OBJECT
public:
- KPercentSpinBox (int _step=1, QWidget *_parent=0, const char *name=0);
+ KPercentSpinBox (int _step=1, TQWidget *_parent=0, const char *name=0);
protected:
- virtual QString mapValueToText(int v);
+ virtual TQString mapValueToText(int v);
// virtual int mapTextToValue(bool *ok);
};