summaryrefslogtreecommitdiffstats
path: root/kppp/logview/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/logview/log.h')
-rw-r--r--kppp/logview/log.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kppp/logview/log.h b/kppp/logview/log.h
index d8fa15cd..75dd86e3 100644
--- a/kppp/logview/log.h
+++ b/kppp/logview/log.h
@@ -24,10 +24,10 @@
#include "loginfo.h"
#include <tqptrlist.h>
-typedef TQPtrList<LogInfo> QLogInfoBase;
-typedef TQPtrListIterator<LogInfo> QLogInfoIterator;
+typedef TQPtrList<LogInfo> TQLogInfoBase;
+typedef TQPtrListIterator<LogInfo> TQLogInfoIterator;
-class QLogList : public QLogInfoBase {
+class TQLogList : public TQLogInfoBase {
public:
virtual int compareItems(Item, Item);
};