]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlSendto.h
port the graphics dialog to the new scheme and get rid of the ControlInset
[lyx.git] / src / frontends / controllers / ControlSendto.h
index 25a4ee08de4a03f8e71f8ee3eeaf2299bab59c4a..72d722f2aea24cdb90b6c55aeeef62e3c5d6900a 100644 (file)
@@ -1,18 +1,17 @@
 // -*- C++ -*-
 /**
  * \file ControlSendto.h
- * Copyright 2002 The LyX Team.
- * See the file COPYING.
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Angus Leeming <a.leeming@ic.ac.uk>
+ * \author Angus Leeming
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef CONTROLSENDTO_H
 #define CONTROLSENDTO_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "ControlDialog_impl.h"
 #include "LString.h"
@@ -38,7 +37,6 @@ public:
        /// The command to be executed
        string const getCommand() const { return command_; };
        void setCommand(string const &);
-
 private:
        ///
        virtual void apply();