overviewlistview.cpp
Go to the documentation of this file.00001 /*************************************************************************** 00002 * Copyright (C) 2003 Roberto Raggi * 00003 * roberto@kdevelop.org * 00004 * Copyright (C) 2003 Alexander Dymo * 00005 * cloudtemple@mksat.net * 00006 * * 00007 * This program is free software; you can redistribute it and/or modify * 00008 * it under the terms of the GNU General Public License as published by * 00009 * the Free Software Foundation; either version 2 of the License, or * 00010 * (at your option) any later version. * 00011 * * 00012 ***************************************************************************/ 00013 #include "overviewlistview.h" 00014 00015 OverviewListView::OverviewListView( GenericProjectPart * part, QWidget * parent, const char * name ) 00016 : KListView( parent, name ) 00017 { 00018 } 00019 00020 OverviewListView::~OverviewListView() 00021 { 00022 } 00023 00024 #include "overviewlistview.moc" 00025