diff options
Diffstat (limited to 'librss/global.h')
-rw-r--r-- | librss/global.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librss/global.h b/librss/global.h index 26c34d7e..ca929af0 100644 --- a/librss/global.h +++ b/librss/global.h @@ -126,12 +126,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 |