]> Shamusworld >> Repos - architektonas/blob - src/base/rs_application.h.old
Changed RS_Graphic to Drawing; this is less confusing as a drawing is
[architektonas] / src / base / rs_application.h.old
1 #ifndef RS_APPLICATION_H
2 #define RS_APPLICATION_H
3
4 #include <QtCore>
5
6 #define RS_Application QApplication
7 #define RS_APP qApp
8
9 #endif