summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/statistics.h')
-rw-r--r--kftpgrabber/src/statistics.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kftpgrabber/src/statistics.h b/kftpgrabber/src/statistics.h
index 1f0f309..47533e4 100644
--- a/kftpgrabber/src/statistics.h
+++ b/kftpgrabber/src/statistics.h
@@ -37,11 +37,11 @@
#ifndef KFTPQUEUESTATISTICS_H
#define KFTPQUEUESTATISTICS_H
-#include <qobject.h>
-#include <qdict.h>
+#include <ntqobject.h>
+#include <ntqdict.h>
#include <kurl.h>
-#include <kio/global.h>
+#include <tdeio/global.h>
namespace KFTPQueue {
@@ -76,7 +76,7 @@ private:
*
* @author Jernej Kos <kostko@unimatrix-one.org>
*/
-class Statistics : public QObject
+class Statistics : public TQObject
{
Q_OBJECT
public:
@@ -109,7 +109,7 @@ protected:
*/
Statistics();
private:
- QDict<StatisticsSite> m_sites;
+ TQDict<StatisticsSite> m_sites;
};
}