]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlGraphics.h
John's character.C patch (bug fix).
[lyx.git] / src / frontends / controllers / ControlGraphics.h
index fac2f28f1a2de15dd808dff8e328a35814f6ae37..ba40f44bb1c5eba2f1a648d914a9ca2e66e60ad1 100644 (file)
@@ -1,3 +1,4 @@
+// -*- C++ -*-
 /* This file is part of
  * ====================================================== 
  *
@@ -19,9 +20,9 @@
 #endif 
 
 #include "ControlInset.h"
-#include "insets/insetgraphicsParams.h" // need operator!=()
 
 class InsetGraphics;
+class InsetGraphicsParams;
 class LyXView;
 
 /** A controller for Graphics dialogs.
@@ -32,8 +33,8 @@ public:
        ///
        ControlGraphics(LyXView &, Dialogs &);
 
-       /// The file dialog popup requires a LyXView * ???
-       LyXView * lv() const;
+       /// Browse for a file
+       string const Browse(string const &);
 
 private:
        /// Dispatch the changed parameters to the kernel.