diff options
Diffstat (limited to 'korganizer/plugins/exchange/exchange.h')
-rw-r--r-- | korganizer/plugins/exchange/exchange.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/korganizer/plugins/exchange/exchange.h b/korganizer/plugins/exchange/exchange.h index a145bd12f..22a15f1c7 100644 --- a/korganizer/plugins/exchange/exchange.h +++ b/korganizer/plugins/exchange/exchange.h @@ -19,8 +19,8 @@ #ifndef KORG_EXCHANGE_H #define KORG_EXCHANGE_H -#include <qstring.h> -#include <qdatetime.h> +#include <tqstring.h> +#include <tqdatetime.h> #include <korganizer/part.h> @@ -39,14 +39,14 @@ class Exchange : public KOrg::Part { Exchange( KOrg::MainWindow *, const char *name ); ~Exchange(); - QString info(); + TQString info(); // This method is used for the category of the key bindings - QString shortInfo(); + TQString shortInfo(); signals: void enableIncidenceActions( bool ); void calendarChanged(); - void calendarChanged(const QDate&start,const QDate&end); + void calendarChanged(const TQDate&start,const TQDate&end); private slots: void download(); @@ -58,7 +58,7 @@ class Exchange : public KOrg::Part { private: void test2(); - void showError( int error, const QString& moreInfo = QString::null ); + void showError( int error, const TQString& moreInfo = TQString::null ); KPIM::ExchangeClient *mClient; KPIM::ExchangeAccount* mAccount; |