diff -r 626fd85b1f69 -r 5391ab620c95 historywindow.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/historywindow.h Wed Sep 06 12:47:06 2006 +0000 @@ -0,0 +1,22 @@ +#ifndef HISTORYWINDOW_H +#define HISTORYWINDOW_H + +#include "settings.h" +#include "ui_historywindow.h" + +///////////////////////////////////////////////////////////////////////////// +class HistoryWindow:public QDialog +{ + Q_OBJECT + +public: + HistoryWindow(QWidget* parent = 0); + void update (SimpleSettings &); + + +private: + Ui::HistoryWindow ui; +}; + + +#endif