summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/oscar/liboscar/rateinfotask.h
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/oscar/liboscar/rateinfotask.h')
-rw-r--r--kopete/protocols/oscar/liboscar/rateinfotask.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/protocols/oscar/liboscar/rateinfotask.h b/kopete/protocols/oscar/liboscar/rateinfotask.h
index 3964f0ea..013559f6 100644
--- a/kopete/protocols/oscar/liboscar/rateinfotask.h
+++ b/kopete/protocols/oscar/liboscar/rateinfotask.h
@@ -20,7 +20,7 @@
#define RATEINFOTASK_H
#include "task.h"
-#include <qvaluelist.h>
+#include <tqvaluelist.h>
using namespace Oscar;
@@ -56,7 +56,7 @@ private slots:
private:
bool m_needRateAck;
- QValueList<int> m_rateGroups;
+ TQValueList<int> m_rateGroups;
};
//kate: tab-width 4; indent-mode csands;