1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/historywindow.h Wed Sep 06 12:47:06 2006 +0000
1.3 @@ -0,0 +1,22 @@
1.4 +#ifndef HISTORYWINDOW_H
1.5 +#define HISTORYWINDOW_H
1.6 +
1.7 +#include "settings.h"
1.8 +#include "ui_historywindow.h"
1.9 +
1.10 +/////////////////////////////////////////////////////////////////////////////
1.11 +class HistoryWindow:public QDialog
1.12 +{
1.13 + Q_OBJECT
1.14 +
1.15 +public:
1.16 + HistoryWindow(QWidget* parent = 0);
1.17 + void update (SimpleSettings &);
1.18 +
1.19 +
1.20 +private:
1.21 + Ui::HistoryWindow ui;
1.22 +};
1.23 +
1.24 +
1.25 +#endif