ContentListView.h

Go to the documentation of this file.
00001 #ifndef CONTENT_LISTVIEW_H
00002 #define CONTENT_LISTVIEW_H
00003 
00004 #include <iostream.h>
00005 #include <qheader.h>
00006 #include "SmartListView.h"
00007 
00008 class ContentListView : public SmartListView {
00009 
00010 public:
00011 
00012     ContentListView( QWidget* parent = 0, const char* name = 0 );
00013     virtual ~ContentListView();
00014 
00015     QSize sizeHint() const;
00016 
00017 };
00018 
00019 #endif

Generated on Sun Mar 1 17:30:47 2009 for toMOTko by  doxygen 1.5.6