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, 5 insertions, 5 deletions
diff --git a/kget/kget_plug_in/kget_plug_in.h b/kget/kget_plug_in/kget_plug_in.h
index 75888b10..b5cfea29 100644
--- a/kget/kget_plug_in/kget_plug_in.h
+++ b/kget/kget_plug_in/kget_plug_in.h
@@ -28,7 +28,7 @@ class KGet_plug_in : public KParts::Plugin
{
Q_OBJECT
public:
- KGet_plug_in( QObject* parent = 0, const char* name = 0 );
+ KGet_plug_in( TQObject* parent = 0, const char* name = 0 );
KToggleAction *m_paToggleDropTarget ;
DCOPClient* p_dcopServer;
virtual ~KGet_plug_in();
@@ -44,12 +44,12 @@ class KPluginFactory : public KLibFactory
{
Q_OBJECT
public:
- KPluginFactory( QObject *parent = 0, const char *name = 0 );
+ KPluginFactory( TQObject *parent = 0, const char *name = 0 );
~KPluginFactory() ;
- virtual QObject* createObject( QObject* parent = 0, const char* pname = 0,
- const char* name = "QObject",
- const QStringList &args = QStringList() );
+ virtual TQObject* createObject( TQObject* parent = 0, const char* pname = 0,
+ const char* name = "TQObject",
+ const TQStringList &args = TQStringList() );
private:
static KInstance* s_instance;