X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=code%2Ffamily-shop-mgr%2FListManagerView.h;fp=code%2Ffamily-shop-mgr%2FListManagerView.h;h=0000000000000000000000000000000000000000;hb=8bb6459d7fc661798fd0d2f133f934ed82874eaa;hp=c176958812a72c4dee722e4f9dcd91ab332aeaf2;hpb=72201ddd2c26ef3575f5504d2eb07b0940f8aa80;p=family-shop-mgr diff --git a/code/family-shop-mgr/ListManagerView.h b/code/family-shop-mgr/ListManagerView.h deleted file mode 100644 index c176958..0000000 --- a/code/family-shop-mgr/ListManagerView.h +++ /dev/null @@ -1,38 +0,0 @@ -/* - * This file is part of family-shop-mgr. - * - * family-shop-mgr is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * family-shop-mgr is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with family-shop-mgr. If not, see . - * - * Author: Unai IRIGOYEN - * Date: 12/17/2009 - * - */ - -#ifndef LISTMANAGERVIEW_H -#define LISTMANAGERVIEW_H - -#include - -class ListManagerView : public QTreeView -{ -Q_OBJECT - -public: - ListManagerView(QString xmlFileName, QWidget *parent = 0); - ~ListManagerView(); - - void updateActions(); -}; - -#endif // LISTMANAGERVIEW_H