]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/UrlView.h
move our stuff off the Q* namespace
[lyx.git] / src / frontends / qt4 / UrlView.h
index ccd6240b66c67117432450d6a54d7fcf138d33f1..a46ed93388cee0bb8ef8f97f9450a2f76a174f38 100644 (file)
@@ -12,8 +12,8 @@
 #ifndef QT4_URL_VIEW_H
 #define QT4_URL_VIEW_H
 
-#include "QDialogView.h"
-#include "QURLDialog.h"
+#include "GuiDialogView.h"
+#include "GuiURLDialog.h"
 
 namespace lyx {
 namespace frontend {
@@ -21,7 +21,7 @@ namespace frontend {
 class ControlCommand;
 
 class UrlView :
-       public QController<ControlCommand, QView<QURLDialog> >
+       public QController<ControlCommand, GuiView<GuiURLDialog> >
 {
 public:
        friend class QURLDialog;