]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/Dialogs.h
remove preamble dialog from the qt frontend
[lyx.git] / src / frontends / Dialogs.h
index 056c04f8d3ca2abbceeb007f2973bba5e16f22b1..cb8a929dd4dcfe6619add2950df8a17973a99758 100644 (file)
@@ -1,9 +1,11 @@
 // -*- C++ -*-
 /**
  * \file Dialogs.h
- * Copyright 1995-2002 The LyX Team.
- * See the file COPYING.
- * \author Allan Rae, rae@lyx.org
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
+ * \author Allan Rae
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef DIALOGS_H
@@ -28,6 +30,7 @@ class InsetError;
 class InsetERT;
 class InsetExternal;
 class InsetFloat;
+class InsetWrap;
 class InsetGraphics;
 class InsetInclude;
 class InsetInfo;
@@ -107,6 +110,8 @@ public:
        void showFile(string const &);
        ///
        void showFloat(InsetFloat *);
+       ///
+       void showWrap(InsetWrap *);
        /// show all forked child processes
        void showForks();
        ///