diff options
Diffstat (limited to 'libkcal/freebusycache.h')
-rw-r--r-- | libkcal/freebusycache.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libkcal/freebusycache.h b/libkcal/freebusycache.h index 180c4e4a1..8e925ac18 100644 --- a/libkcal/freebusycache.h +++ b/libkcal/freebusycache.h @@ -21,7 +21,7 @@ #ifndef KCAL_FREEBUSYCACHE_H #define KCAL_FREEBUSYCACHE_H -#include <qstring.h> +#include <tqstring.h> namespace KCal { @@ -34,12 +34,12 @@ class FreeBusyCache Save freebusy information belonging to an email. */ virtual bool saveFreeBusy( FreeBusy *freebusy, const Person &person ) = 0; -// virtual bool saveFreeBusy( FreeBusy *, const QString &email ) = 0; +// virtual bool saveFreeBusy( FreeBusy *, const TQString &email ) = 0; /** Load freebusy information belonging to an email. */ - virtual FreeBusy *loadFreeBusy( const QString &email ) = 0; + virtual FreeBusy *loadFreeBusy( const TQString &email ) = 0; }; } |