summaryrefslogtreecommitdiffstats
path: root/arts/tools/statusview.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/tools/statusview.h')
-rw-r--r--arts/tools/statusview.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/arts/tools/statusview.h b/arts/tools/statusview.h
index 7fa17357..e1f167ab 100644
--- a/arts/tools/statusview.h
+++ b/arts/tools/statusview.h
@@ -24,7 +24,7 @@
#ifndef STATUSVIEW_H
#define STATUSVIEW_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include <arts/soundserver.h>
#include "templateview.h"
@@ -36,17 +36,17 @@ class QLabel;
class ArtsStatusView : public Template_ArtsView {
Q_OBJECT
public:
- ArtsStatusView(Arts::SoundServer server, QWidget* =0, const char* =0 );
+ ArtsStatusView(Arts::SoundServer server, TQWidget* =0, const char* =0 );
public slots:
void updateStatus();
void suspendButtonClicked();
protected:
- QTimer *artsPollStatusTimer;
+ TQTimer *artsPollStatusTimer;
Arts::SoundServer server;
- QLabel *suspendLabel;
- QButton *suspendButton;
+ TQLabel *suspendLabel;
+ TQButton *suspendButton;
};
#endif