00001 00004 #ifndef BPSREPORTPREVIEW_H 00005 #define BPSREPORTPREVIEW_H 00006 00007 #include "bpsgui_global.h" 00008 #include <QDialog> 00009 00010 class BpsReport; 00011 class BpsSettings; 00012 00016 class BPSGUI_EXPORT BpsReportPreview : public QDialog 00017 { 00018 Q_OBJECT 00019 BPS_PRIVATE(BpsReportPreview) 00020 00021 public: 00028 BpsReportPreview(BpsReport* aReport, BpsSettings* aSettings, const QString& aSid, QWidget* aParent = 0); 00029 00031 virtual ~BpsReportPreview(); 00033 }; 00034 00035 #endif // BPSREPORTPREVIEW_H