]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlPreamble.h
Move the external dialog to the new scheme.
[lyx.git] / src / frontends / controllers / ControlPreamble.h
index 4ed4c7ae5ebfdb6b12ecb399daa88ce7be03a1fc..34d84349c7dfa86f3bd53d7f34c61896b3add3f8 100644 (file)
@@ -1,7 +1,8 @@
 // -*- C++ -*-
 /**
  * \file ControlPreamble.h
- * See the file COPYING.
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Edwin Leuven
  *
@@ -11,9 +12,6 @@
 #ifndef CONTROLPREAMBLE_H
 #define CONTROLPREAMBLE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "ControlDialog_impl.h"
 
@@ -27,8 +25,9 @@ public:
        ControlPreamble(LyXView &, Dialogs &);
 
        ///
-       string & params() const;
-
+       string const & params() const;
+       ///
+       void params(string const & newparams);
 private:
        /// Get changed parameters and Dispatch them to the kernel.
        virtual void apply();
@@ -38,7 +37,7 @@ private:
        virtual void clearParams();
 
        ///
-       string params_;
+       string params_;
 };
 
 #endif // CONTROLPREAMBLE_H