X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwidgets%2Fqg_filedialog.cpp;h=26e1b69332a5c4c324dff9aa2c48604c6f67a264;hb=3f46c180da0806c9c263e6d87d0f1404632402da;hp=dabf93ffbe4af72a98ed6ef89561808bb41cdc93;hpb=16ce54abf01ca3032e42a5bb11a4afcf9014dcca;p=architektonas diff --git a/src/widgets/qg_filedialog.cpp b/src/widgets/qg_filedialog.cpp index dabf93f..26e1b69 100644 --- a/src/widgets/qg_filedialog.cpp +++ b/src/widgets/qg_filedialog.cpp @@ -17,7 +17,7 @@ #include "qg_graphicview.h" #include "settings.h" #include "rs_system.h" -#include "rs_graphic.h" +#include "drawing.h" /** * Shows a dialog for choosing a file name. Saving the file is up to @@ -200,7 +200,7 @@ QString QG_FileDialog::getOpenFileName(QWidget * parent, RS2::FormatType * type) fileDlg->selectNameFilter(defFilter); // preview: - RS_Graphic * gr = new RS_Graphic; + Drawing * gr = new Drawing; QG_GraphicView * prev = new QG_GraphicView(parent); prev->setContainer(gr); prev->setBorders(1, 1, 1, 1);