diff options
Diffstat (limited to 'kioslaves/opengroupware/opengroupware.h')
-rw-r--r-- | kioslaves/opengroupware/opengroupware.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kioslaves/opengroupware/opengroupware.h b/kioslaves/opengroupware/opengroupware.h index 04eadf456..1a7b143e7 100644 --- a/kioslaves/opengroupware/opengroupware.h +++ b/kioslaves/opengroupware/opengroupware.h @@ -22,7 +22,7 @@ #include <kio/slavebase.h> -#include <qobject.h> +#include <tqobject.h> namespace KIO { class Job; @@ -30,18 +30,18 @@ namespace KIO { } -class OpenGroupware : public QObject, public KIO::SlaveBase +class OpenGroupware : public TQObject, public KIO::SlaveBase { Q_OBJECT public: - OpenGroupware( const QCString &protocol, const QCString &pool, - const QCString &app ); + OpenGroupware( const TQCString &protocol, const TQCString &pool, + const TQCString &app ); void get( const KURL &url ); protected: - void debugMessage( const QString & ); - void errorMessage( const QString & ); + void debugMessage( const TQString & ); + void errorMessage( const TQString & ); void getFreeBusy( const KURL &url ); void getCalendar( const KURL &url ); |