summaryrefslogtreecommitdiffstats
path: root/kget/kget_plug_in/kget_plug_in.h
diff options
context:
space:
mode:
Diffstat (limited to 'kget/kget_plug_in/kget_plug_in.h')
-rw-r--r--kget/kget_plug_in/kget_plug_in.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/kget/kget_plug_in/kget_plug_in.h b/kget/kget_plug_in/kget_plug_in.h
index b5cfea29..6cca1390 100644
--- a/kget/kget_plug_in/kget_plug_in.h
+++ b/kget/kget_plug_in/kget_plug_in.h
@@ -27,8 +27,9 @@ class KInstance;
class KGet_plug_in : public KParts::Plugin
{
Q_OBJECT
+ TQ_OBJECT
public:
- KGet_plug_in( TQObject* parent = 0, const char* name = 0 );
+ KGet_plug_in( TQObject* tqparent = 0, const char* name = 0 );
KToggleAction *m_paToggleDropTarget ;
DCOPClient* p_dcopServer;
virtual ~KGet_plug_in();
@@ -43,12 +44,13 @@ private slots:
class KPluginFactory : public KLibFactory
{
Q_OBJECT
+ TQ_OBJECT
public:
- KPluginFactory( TQObject *parent = 0, const char *name = 0 );
+ KPluginFactory( TQObject *tqparent = 0, const char *name = 0 );
~KPluginFactory() ;
- virtual TQObject* createObject( TQObject* parent = 0, const char* pname = 0,
- const char* name = "TQObject",
+ virtual TQObject* createObject( TQObject* tqparent = 0, const char* pname = 0,
+ const char* name = TQOBJECT_OBJECT_NAME_STRING,
const TQStringList &args = TQStringList() );
private: