]> Shamusworld >> Repos - architektonas/blobdiff - src/widgets/filedialog.h
Fixed hatch dialog, added snap/preview to circle tools.
[architektonas] / src / widgets / filedialog.h
index 33f3b186e7f619ee273819695f6434bcb7011ae1..88e6c21de0af710cdfd49b45896e9d28e0598868 100644 (file)
@@ -2,16 +2,16 @@
 #define __FILEDIALOG_H__
 
 #include <QtGui>
-#include "rs.h"
+#include "enums.h"
 
 /**
  * File Open / Save dialogs.
  */
-class QG_FileDialog
+class FileDialog
 {
        public:
-               //QG_FileDialog(QWidget* parent=0, const char* name=0, WFlags f=0);
-               //virtual ~QG_FileDialog();
+               //FileDialog(QWidget* parent=0, const char* name=0, WFlags f=0);
+               //virtual ~FileDialog();
 
                static QString getOpenFileName(QWidget * parent, RS2::FormatType * type = NULL);
                static QString getSaveFileName(QWidget * parent, RS2::FormatType * type = NULL);