git-svn-id: file:///svnroot/family-shop-mgr@14 26eb2498-383b-47a6-be48-5d6f36779e85
[family-shop-mgr] / code / family-shop-mgr / GoShoppingView.h
index c91ad79..fad1591 100644 (file)
 #ifndef GOSHOPPINGVIEW_H\r
 #define GOSHOPPINGVIEW_H\r
 \r
-#include <QtGui/QWidget>\r
+#include <QDialog>\r
 \r
 namespace Ui\r
 {\r
     class GoShoppingView;\r
 }\r
 \r
-class GoShoppingView : public QWidget\r
+class GoShoppingView : public QDialog\r
 {\r
 Q_OBJECT\r
 \r
 public:\r
-    GoShoppingView(QWidget *parent = 0);\r
+    GoShoppingView(QString xmlFileName, QWidget *parent = 0);\r
     ~GoShoppingView();\r
 \r
 private:\r