]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/QURLDialog.h
enable Font cache only for MacOSX and inline width() for other platform.
[lyx.git] / src / frontends / qt4 / QURLDialog.h
index c8c34545077f4c7bd1b31ac36264214c910e249a..22c83f25a0d505b6510066ec349401a16429e2e7 100644 (file)
 namespace lyx {
 namespace frontend {
 
-class QURL;
+class UrlView;
 
 class QURLDialog : public QDialog, public Ui::QURLUi {
        Q_OBJECT
 public:
-       QURLDialog(QURL * form);
+       QURLDialog(UrlView * form);
        ~QURLDialog();
 
        virtual void show();
-public slots:
+public Q_SLOTS:
        void changed_adaptor();
 protected:
        void closeEvent(QCloseEvent *);
 private:
-       QURL * form_;
+       UrlView * form_;
 };
 
 } // namespace frontend