diff options
Diffstat (limited to 'libk3b/tools/k3bthroughputestimator.h')
-rw-r--r-- | libk3b/tools/k3bthroughputestimator.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libk3b/tools/k3bthroughputestimator.h b/libk3b/tools/k3bthroughputestimator.h index aed71e0..52d3272 100644 --- a/libk3b/tools/k3bthroughputestimator.h +++ b/libk3b/tools/k3bthroughputestimator.h @@ -16,7 +16,7 @@ #ifndef _K3B_THROUGHPUT_ESTIMATOR_H_ #define _K3B_THROUGHPUT_ESTIMATOR_H_ -#include <qobject.h> +#include <tqobject.h> /** @@ -25,12 +25,13 @@ * the already written data in KB. The class will emit throughput signals * whenever the throughput changes. */ -class K3bThroughputEstimator : public QObject +class K3bThroughputEstimator : public TQObject { Q_OBJECT + TQ_OBJECT public: - K3bThroughputEstimator( QObject* parent = 0, const char* name = 0 ); + K3bThroughputEstimator( TQObject* tqparent = 0, const char* name = 0 ); ~K3bThroughputEstimator(); int average() const; |