X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Flibraryinsertoptions.h;h=7d89685935830b733e181daca6dd5a426dfd3eaa;hb=d774c2655ba2c3657a565f325411144452392277;hp=2cbe83c06163b58932d6324f0161f7ac332caaeb;hpb=05a1d5fa057f4f45bc1f9903f1bdc0be2f10e3bf;p=architektonas diff --git a/src/forms/libraryinsertoptions.h b/src/forms/libraryinsertoptions.h index 2cbe83c..7d89685 100644 --- a/src/forms/libraryinsertoptions.h +++ b/src/forms/libraryinsertoptions.h @@ -3,8 +3,8 @@ #include -class RS_ActionInterface; -class RS_ActionLibraryInsert; +class ActionInterface; +class ActionLibraryInsert; class LibraryInsertOptions: public QWidget { @@ -15,11 +15,11 @@ class LibraryInsertOptions: public QWidget ~LibraryInsertOptions(); public slots: - void setAction(RS_ActionInterface * a, bool update); + void setAction(ActionInterface * a, bool update); void updateData(); protected: - RS_ActionLibraryInsert * action; + ActionLibraryInsert * action; private: QLabel * lAngle;