diff -r 608f976aa7bb -r 21379539d952 aboutdialog.h --- a/aboutdialog.h Tue Jun 06 14:58:11 2006 +0000 +++ b/aboutdialog.h Wed Jul 05 10:29:54 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; ///////////////////////////////////////////////////////////////////////////// @@ -29,13 +29,13 @@ }; -class AboutTextBrowser : public Q3TextBrowser +class AboutTextBrowser : public QTextBrowser { Q_OBJECT; public: AboutTextBrowser(QWidget *parent, const char *name = 0); public slots: - void setSource(const QString &name); + virtual void setSource(const QUrl &url); }; #endif