diff options
Diffstat (limited to 'kontact/interfaces/uniqueapphandler.h')
-rw-r--r-- | kontact/interfaces/uniqueapphandler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kontact/interfaces/uniqueapphandler.h b/kontact/interfaces/uniqueapphandler.h index 23a593af6..62886cc1b 100644 --- a/kontact/interfaces/uniqueapphandler.h +++ b/kontact/interfaces/uniqueapphandler.h @@ -110,7 +110,7 @@ class KDE_EXPORT UniqueAppWatcher : public QObject bool isRunningStandalone() const { return mRunningStandalone; } protected slots: - void unregisteredFromDCOP( const QCString& appId ); + void unregisteredFromDCOP( const TQCString& appId ); private: bool mRunningStandalone; |