diff options
Diffstat (limited to 'kbugbuster/kresources/kcalresource.h')
-rw-r--r-- | kbugbuster/kresources/kcalresource.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/kbugbuster/kresources/kcalresource.h b/kbugbuster/kresources/kcalresource.h index 19270a74..b9683d7e 100644 --- a/kbugbuster/kresources/kcalresource.h +++ b/kbugbuster/kresources/kcalresource.h @@ -21,9 +21,9 @@ #ifndef KCALRESOURCE_H #define KCALRESOURCE_H -#include <qptrlist.h> -#include <qstring.h> -#include <qdatetime.h> +#include <tqptrlist.h> +#include <tqstring.h> +#include <tqdatetime.h> #include <kurl.h> #include <kconfig.h> @@ -76,7 +76,7 @@ class KCalResource : public KCal::ResourceCached /** Return name of file used as cache for remote file. */ - QString cacheFile(); + TQString cacheFile(); KABC::Lock *lock(); @@ -85,7 +85,7 @@ class KCalResource : public KCal::ResourceCached void dump() const; protected slots: - void slotBugListAvailable( const Package &, const QString &, + void slotBugListAvailable( const Package &, const TQString &, const Bug::List &bugs ); void slotLoadJobResult( KIO::Job * ); |