]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiHyperlink.h
move GuiCommand into hedar of its own. InsetCommandParams.h is expensive
[features.git] / src / frontends / qt4 / GuiHyperlink.h
index dd8329d78a5f794e13ae9ccac10876375c8645ef..e55a677d3aa448470009bcc5734f939db07a137f 100644 (file)
@@ -13,9 +13,8 @@
 #ifndef GUIHYPERLINK_H
 #define GUIHYPERLINK_H
 
-#include "GuiDialog.h"
+#include "GuiCommand.h"
 #include "ui_HyperlinkUi.h"
-#include "insets/InsetCommandParams.h"
 
 namespace lyx {
 namespace frontend {
@@ -25,6 +24,7 @@ class GuiHyperlink : public GuiCommand, public Ui::HyperlinkUi
        Q_OBJECT
 
 public:
+       /// Constructor
        GuiHyperlink(GuiView & lv);
 
 public Q_SLOTS: