]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormPrint.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / FormPrint.h
index c50d757d70386660a5a360f14d39b111365bf177..60dd72e8756466b15fabd59e4cb02b358b098de0 100644 (file)
@@ -1,12 +1,12 @@
 // -*- C++ -*-
 /**
- * \file xforms/FormPrint.h
+ * \file FormPrint.h
  * Copyright 1999-2001 Allan Rae
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
  * \author Allan Rae
- * \author Angus Leeming 
+ * \author Angus Leeming
  *
  * Full author contact details are available in file CREDITS
  */
@@ -15,9 +15,6 @@
 #define FORMPRINT_H
 
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "FormBase.h"
 #include "RadioButtonGroup.h"
@@ -39,15 +36,14 @@ private:
        virtual void build();
        /// Update the dialog.
        virtual void update();
+
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
 
        /// print target
        RadioButtonGroup target_;
-       /// page order
-       RadioButtonGroup order_;
-       /// which pages
-       RadioButtonGroup which_;
+       /// all pages or from/to
+       RadioButtonGroup all_pages_;
 };
 
 #endif // FORMPRINT_H