summaryrefslogtreecommitdiffstats
path: root/korn/sortedmailsubject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korn/sortedmailsubject.cpp')
-rw-r--r--korn/sortedmailsubject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korn/sortedmailsubject.cpp b/korn/sortedmailsubject.cpp
index 5b9da297..8b1e20bd 100644
--- a/korn/sortedmailsubject.cpp
+++ b/korn/sortedmailsubject.cpp
@@ -18,7 +18,7 @@
#include "sortedmailsubject.h"
-int SortedMailSubject::compareItems ( QPtrCollection::Item item1, QPtrCollection::Item item2 )
+int SortedMailSubject::compareItems ( TQPtrCollection::Item item1, TQPtrCollection::Item item2 )
{
int date1, date2;
date1 = ( (KornMailSubject*)item1 )->getDate();