You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
filelight/src/part/summaryWidget.h

27 lines
452 B

//Author: Max Howell <max.howell@methylblue.com>, (C) 2004
//Copyright: See COPYING file that comes with this distribution
#ifndef FILELIGHTSUMMARY_H
#define FILELIGHTSUMMARY_H
#include <tqwidget.h>
class SummaryWidget : public TQWidget
{
Q_OBJECT
TQ_OBJECT
public:
SummaryWidget( TQWidget *parent, const char *name );
~SummaryWidget();
signals:
void activated( const KURL& );
private:
void createDiskMaps();
};
#endif