diff options
Diffstat (limited to 'kget/kget_plug_in/kget_plug_in.h')
-rw-r--r-- | kget/kget_plug_in/kget_plug_in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kget/kget_plug_in/kget_plug_in.h b/kget/kget_plug_in/kget_plug_in.h index 10a0d205..5ae631f6 100644 --- a/kget/kget_plug_in/kget_plug_in.h +++ b/kget/kget_plug_in/kget_plug_in.h @@ -50,7 +50,7 @@ public: ~KPluginFactory() ; virtual TQObject* createObject( TQObject* parent = 0, const char* pname = 0, - const char* name = TQOBJECT_OBJECT_NAME_STRING, + const char* name = "TQObject", const TQStringList &args = TQStringList() ); private: |