summaryrefslogtreecommitdiffstats
path: root/akregator/src/librss/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/librss/global.h')
-rw-r--r--akregator/src/librss/global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/akregator/src/librss/global.h b/akregator/src/librss/global.h
index cec9609c..68cfb83a 100644
--- a/akregator/src/librss/global.h
+++ b/akregator/src/librss/global.h
@@ -136,12 +136,12 @@ namespace RSS
/**
* This type is used by Document::skipDays().
*/
- typedef QValueList<Day> DayList;
+ typedef TQValueList<Day> DayList;
/**
* This type is used by Document::skipHours().
*/
- typedef QValueList<unsigned short> HourList;
+ typedef TQValueList<unsigned short> HourList;
}
#endif // LIBRSS_GLOBAL_H