equal
deleted
inserted
replaced
14 * Description: Nmail plugin for custom widgets |
14 * Description: Nmail plugin for custom widgets |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 #include "nmailuiwidgetsplugin.h" |
18 #include "nmailuiwidgetsplugin.h" |
19 #include "nmrecipientlineedit.h" |
19 #include <nmrecipientlineedit.h> |
20 #include "nmhtmllineedit.h" |
20 #include <nmhtmllineedit.h> |
21 #include "nmeditortextedit.h" |
21 #include <nmeditortextedit.h> |
22 #include "nmbaseviewscrollarea.h" |
22 #include <nmbaseviewscrollarea.h> |
23 #include "nmattachmentlistwidget.h" |
23 #include <nmattachmentlistwidget.h> |
24 |
24 |
25 QObject *NMailUiWidgetsPlugin::createObject(const QString& type, const QString &name ) |
25 QObject *NMailUiWidgetsPlugin::createObject(const QString& type, const QString &name ) |
26 { |
26 { |
27 if( type == NmBaseViewScrollArea::staticMetaObject.className() ) { |
27 if( type == NmBaseViewScrollArea::staticMetaObject.className() ) { |
28 QObject *object = new NmBaseViewScrollArea; |
28 QObject *object = new NmBaseViewScrollArea; |