summaryrefslogtreecommitdiffstats
path: root/kontact_plugin/basket_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'kontact_plugin/basket_plugin.h')
-rw-r--r--kontact_plugin/basket_plugin.h5
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();