diff -r 3dc98c8843bc -r 7b74fa3772bf aboutdialog.h --- a/aboutdialog.h Tue Aug 01 09:30:57 2006 +0000 +++ b/aboutdialog.h Tue Sep 05 09:47:13 2006 +0000 @@ -1,12 +1,12 @@ #ifndef ABOUTDIALOG_H #define ABOUTDIALOG_H -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include class AboutTextBrowser; ///////////////////////////////////////////////////////////////////////////// @@ -22,9 +22,9 @@ AboutTextBrowser *credits; AboutTextBrowser *license; - QBoxLayout *mainLayout; - QBoxLayout *topLayout; - QBoxLayout *bottomLayout; + QLayout *mainLayout; + QLayout *topLayout; + QLayout *bottomLayout; QPushButton *okbutton; }; @@ -35,7 +35,7 @@ public: AboutTextBrowser(QWidget *parent, const char *name = 0); public slots: - void setSource(const QString &name); + virtual void setSource(const QUrl &url); }; #endif