]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/controllers/ControlPrint.h
Move the external dialog to the new scheme.
[lyx.git] / src / frontends / controllers / ControlPrint.h
index 003496f8a503cdcaea6c865eccba441f922b6e01..8d0374a612b67a1c299c77ad93fa4be209750cb9 100644 (file)
@@ -1,7 +1,8 @@
 // -*- C++ -*-
 /**
  * \file ControlPrint.h
- * See the file COPYING.
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
  * \author Allan Rae
  * \author Angus Leeming
@@ -12,9 +13,6 @@
 #ifndef CONTROLPRINT_H
 #define CONTROLPRINT_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "ControlDialog_impl.h"
 
@@ -33,7 +31,6 @@ public:
        string const Browse(string const &);
        ///
        PrinterParams & params() const;
-
 private:
        /// Get changed parameters and Dispatch them to the kernel.
        virtual void apply();