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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kget/kget_plug_in/kget_plug_in.h b/kget/kget_plug_in/kget_plug_in.h
index 237c33d9..c1c2ca71 100644
--- a/kget/kget_plug_in/kget_plug_in.h
+++ b/kget/kget_plug_in/kget_plug_in.h
@@ -27,7 +27,7 @@ class KInstance;
class KGet_plug_in : public KParts::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
KGet_plug_in( TQObject* parent = 0, const char* name = 0 );
KToggleAction *m_paToggleDropTarget ;
@@ -44,7 +44,7 @@ private slots:
class KPluginFactory : public KLibFactory
{
Q_OBJECT
- TQ_OBJECT
+
public:
KPluginFactory( TQObject *parent = 0, const char *name = 0 );
~KPluginFactory() ;