summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde/kfader_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/gui/kde/kfader_impl.h')
-rw-r--r--arts/gui/kde/kfader_impl.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arts/gui/kde/kfader_impl.h b/arts/gui/kde/kfader_impl.h
index 2368d551..0d1b81ed 100644
--- a/arts/gui/kde/kfader_impl.h
+++ b/arts/gui/kde/kfader_impl.h
@@ -27,15 +27,15 @@
#include "kwidget_impl.h"
#include "kfader.h"
-#include <qobject.h>
-#include <qstring.h>
+#include <tqobject.h>
+#include <tqstring.h>
namespace Arts {
class KFader_impl;
-class FaderIntMapper :public QObject {
+class FaderIntMapper :public TQObject {
Q_OBJECT
KFader_impl *impl;
public:
@@ -49,7 +49,7 @@ class KFader_impl : virtual public Arts::Fader_skel,
{
protected:
KFader * _kfader;
- QString _caption;
+ TQString _caption;
std::string _color;
float _min, _max, _value;
float _factor;