historywindow moved to mainwindow. Started to get rid of Q3PtrList finally
5 #include <QTextBrowser>
10 #include <QMessageBox>
12 class AboutTextBrowser;
13 /////////////////////////////////////////////////////////////////////////////
14 class AboutDialog :public QDialog
19 AboutDialog(QWidget* parent = 0, const char* name = 0);
23 AboutTextBrowser *credits;
24 AboutTextBrowser *license;
28 QLayout *bottomLayout;
29 QPushButton *okbutton;
33 class AboutTextBrowser : public QTextBrowser
37 AboutTextBrowser(QWidget *parent, const char *name = 0);
39 virtual void setSource(const QUrl &url);