X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fforms%2Fdlgoptionsgeneral.cpp;h=03f45521cfac7323b5b9a7deb089fa9b16fb8f32;hb=3239ef39dcee08fa6e8cd68cdf2727fc68cc7a8c;hp=28aa123854531fd49763fe7acf483f03a398a2ad;hpb=865303923fcb231a171992b75a73364ff469ff8c;p=architektonas diff --git a/src/forms/dlgoptionsgeneral.cpp b/src/forms/dlgoptionsgeneral.cpp index 28aa123..03f4552 100644 --- a/src/forms/dlgoptionsgeneral.cpp +++ b/src/forms/dlgoptionsgeneral.cpp @@ -17,10 +17,10 @@ #include "dlgoptionsgeneral.h" #include "rs.h" -#include "rs_debug.h" +#include "debug.h" #include "settings.h" -#include "rs_system.h" -#include "rs_units.h" +#include "system.h" +#include "units.h" DlgOptionsGeneral::DlgOptionsGeneral(QWidget * parent/*= 0*/, Qt::WindowFlags flags/*= 0*/): QDialog(parent, flags)