20 #ifndef KSETTINGS_COMPONENTSDIALOG_H
21 #define KSETTINGS_COMPONENTSDIALOG_H
23 #include <kdialogbase.h>
60 void setPluginInfos(
const TQMap<TQString, KPluginInfo*> & plugininfos );
64 void setPluginInfos(
const TQValueList<KPluginInfo *> &plugins );
76 void executed( TQListViewItem * );
79 void savePluginInfos();
81 class ComponentsDialogPrivate;
82 ComponentsDialogPrivate * d;
Information about a plugin.
Dialog for selecting which plugins should be active for an application.
A collection of classes to create configuration dialogs that work over component boundaries.