diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-17 08:20:48 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-17 08:20:48 +0000 |
commit | aa0726b20f398264f0a2abc60215be044b106f9c (patch) | |
tree | 070fdbc19a1106cfdd7f651a8ce76bb1b89a513d /kontact_plugin/basket_plugin.h | |
parent | d3cf5b3e75aadc3b02d0b56f030d4c3f8c2c749d (diff) | |
download | basket-aa0726b20f398264f0a2abc60215be044b106f9c.tar.gz basket-aa0726b20f398264f0a2abc60215be044b106f9c.zip |
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
Diffstat (limited to 'kontact_plugin/basket_plugin.h')
-rw-r--r-- | kontact_plugin/basket_plugin.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kontact_plugin/basket_plugin.h b/kontact_plugin/basket_plugin.h index f49cef1..a11026a 100644 --- a/kontact_plugin/basket_plugin.h +++ b/kontact_plugin/basket_plugin.h @@ -40,15 +40,16 @@ class BasketUniqueAppHandler : public Kontact::UniqueAppHandler class BasketPlugin : public Kontact::Plugin { Q_OBJECT + TQ_OBJECT public: BasketPlugin( Kontact::Core *core, const char *name, - const QStringList & ); + const TQStringList & ); ~BasketPlugin(); int weight() const { return 700; } virtual bool isRunningStandalone(); - //virtual bool createDCOPInterface( const QString& serviceType ); + //virtual bool createDCOPInterface( const TQString& serviceType ); public slots: void newBasket(); |