38 Plugin::Plugin( TQObject *parent, const char *name, const TQStringList & )
39 : TQObject( parent, name ), d( new Private )
50 Plugin::startedComposing()
65 Plugin::aboutToUnload()
67 kdDebug()<< "plugin unloading"<<endl;
68 emit readyForUnload();
|