OSDN Git Service

8f7d7906134d52698bd9f93e91a8d9d7894b848d
[kita/kita.git] / kita / src / favoritelistview.h
1 /***************************************************************************
2  *   Copyright (C) 2003 by Hideki Ikemoto                                  *
3  *   ikemo@users.sourceforge.jp                                            *
4  *                                                                         *
5  *   This program is free software; you can redistribute it and/or modify  *
6  *   it under the terms of the GNU General Public License as published by  *
7  *   the Free Software Foundation; either version 2 of the License, or     *
8  *   (at your option) any later version.                                   *
9  ***************************************************************************/
10
11 #ifndef FAVORITELISTVIEW_H
12 #define FAVORITELISTVIEW_H
13
14 #include <klistview.h>
15
16 /**
17 @author Hideki Ikemoto
18 */
19 class FavoriteListView : public KListView
20 {
21 Q_OBJECT
22 public:
23   FavoriteListView(QWidget* parent = 0, const char *name = 0);
24   ~FavoriteListView();
25   void update();
26 };
27
28 #endif