summaryrefslogtreecommitdiffstats
path: root/korganizer/plugins/exchange/exchange.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/plugins/exchange/exchange.h')
-rw-r--r--korganizer/plugins/exchange/exchange.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/korganizer/plugins/exchange/exchange.h b/korganizer/plugins/exchange/exchange.h
index 22a15f1c..8f021004 100644
--- a/korganizer/plugins/exchange/exchange.h
+++ b/korganizer/plugins/exchange/exchange.h
@@ -35,6 +35,7 @@ using namespace KCal;
class Exchange : public KOrg::Part {
Q_OBJECT
+ TQ_OBJECT
public:
Exchange( KOrg::MainWindow *, const char *name );
~Exchange();
@@ -58,7 +59,7 @@ class Exchange : public KOrg::Part {
private:
void test2();
- void showError( int error, const TQString& moreInfo = TQString::null );
+ void showError( int error, const TQString& moreInfo = TQString() );
KPIM::ExchangeClient *mClient;
KPIM::ExchangeAccount* mAccount;