git-svn-id: file:///svnroot/family-shop-mgr@36 26eb2498-383b-47a6-be48-5d6f36779e85
[family-shop-mgr] / code / family-shop-mgr / GoShoppingView.h
diff --git a/code/family-shop-mgr/GoShoppingView.h b/code/family-shop-mgr/GoShoppingView.h
deleted file mode 100644 (file)
index edbdf1d..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/*\r
- * This file is part of family-shop-mgr.\r
- *\r
- * family-shop-mgr is free software: you can redistribute it and/or modify\r
- * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or\r
- * (at your option) any later version.\r
- *\r
- * family-shop-mgr is distributed in the hope that it will be useful,\r
- * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- * GNU General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with family-shop-mgr.  If not, see <http://www.gnu.org/licenses/>.\r
- *\r
- * Author: Unai IRIGOYEN\r
- * Date: 12/17/2009\r
- *\r
- */\r
-\r
-#ifndef GOSHOPPINGVIEW_H\r
-#define GOSHOPPINGVIEW_H\r
-\r
-#include <QTreeView>\r
-\r
-class GoShoppingView : public QTreeView\r
-{\r
-Q_OBJECT\r
-\r
-public:\r
-    GoShoppingView(QString xmlFileName, QWidget *parent = 0);\r
-    ~GoShoppingView();\r
-\r
-private:\r
-};\r
-\r
-#endif // GOSHOPPINGVIEW_H\r