longpreheattempgauge.h 241 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 12 #ifndef LONGPREHEATTEMPGAUGE_H #define LONGPREHEATTEMPGAUGE_H #include "preheattempgauge.h" class LongPreheatTempGauge : public PreheatTempGauge { public: LongPreheatTempGauge(QWidget *parent = 0); }; #endif // LONGPREHEATTEMPGAUGE_H