1 #ifndef __LIBRARYINSERTOPTIONS_H__
2 #define __LIBRARYINSERTOPTIONS_H__
7 class ActionLibraryInsert;
9 class LibraryInsertOptions: public QWidget
14 LibraryInsertOptions(QToolBar * parent = 0, Qt::WindowFlags flags = 0);
15 ~LibraryInsertOptions();
18 void setAction(ActionInterface * a, bool update);
22 ActionLibraryInsert * action;
31 #endif // __LIBRARYINSERTOPTIONS_H__