From aa0726b20f398264f0a2abc60215be044b106f9c Mon Sep 17 00:00:00 2001 From: tpearson Date: Tue, 17 May 2011 08:20:48 +0000 Subject: TQt4 port basket This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/basket@1232416 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kontact_plugin/uniqueapphandler.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'kontact_plugin/uniqueapphandler.h') diff --git a/kontact_plugin/uniqueapphandler.h b/kontact_plugin/uniqueapphandler.h index e954eb7..a39aa04 100644 --- a/kontact_plugin/uniqueapphandler.h +++ b/kontact_plugin/uniqueapphandler.h @@ -19,8 +19,8 @@ Boston, MA 02110-1301, USA. */ -#ifndef KONTACT_UNIQUEAPPHANDLER_H -#define KONTACT_UNIQUEAPPHANDLER_H +#ifndef KONTACT_UNITQUEAPPHANDLER_H +#define KONTACT_UNITQUEAPPHANDLER_H #include #include @@ -86,9 +86,10 @@ template class UniqueAppHandlerFactory : public UniqueAppHandlerFactor * Kontact takes over from there. * */ -class KDE_EXPORT UniqueAppWatcher : public QObject +class KDE_EXPORT UniqueAppWatcher : public TQObject { Q_OBJECT + TQ_OBJECT public: /** @@ -107,7 +108,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; @@ -117,4 +118,4 @@ class KDE_EXPORT UniqueAppWatcher : public QObject } // namespace -#endif /* KONTACT_UNIQUEAPPHANDLER_H */ +#endif /* KONTACT_UNITQUEAPPHANDLER_H */ -- cgit v1.2.1