summaryrefslogtreecommitdiffstats
path: root/kontact/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/src/mainwindow.h')
-rw-r--r--kontact/src/mainwindow.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/kontact/src/mainwindow.h b/kontact/src/mainwindow.h
index 5d5945b6..6732ed27 100644
--- a/kontact/src/mainwindow.h
+++ b/kontact/src/mainwindow.h
@@ -67,6 +67,7 @@ typedef TQPtrList<KAction> ActionPluginList;
class MainWindow : public Kontact::Core, public KDCOPServiceStarter, public KontactIface
{
Q_OBJECT
+ TQ_OBJECT
public:
MainWindow();
@@ -74,8 +75,8 @@ class MainWindow : public Kontact::Core, public KDCOPServiceStarter, public Kont
// KDCOPServiceStarter interface
virtual int startServiceFor( const TQString& serviceType,
- const TQString& constraint = TQString::null,
- const TQString& preferences = TQString::null,
+ const TQString& constraint = TQString(),
+ const TQString& preferences = TQString(),
TQString *error = 0, TQCString* dcopService = 0,
int flags = 0 );