37 Plugin::Plugin( TQObject *parent, const char *name, const TQStringList & ) 38 : TQObject( parent, name ), d( new Private ) 49 Plugin::startedComposing() 64 Plugin::aboutToUnload() 66 kdDebug()<< "plugin unloading"<<endl; 67 emit readyForUnload();
|