]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QFloatDialog.h
Get rid of the static_casts.
[lyx.git] / src / frontends / qt2 / QFloatDialog.h
index 7b1ad6213412a5d05123070829ed689b0b7a91c9..b61626e22584b3f229bda88fa5e691d12819f751 100644 (file)
@@ -1,32 +1,30 @@
+// -*- C++ -*-
 /**
  * \file QFloatDialog.h
- * Copyright 2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Edwin Leuven <leuven@fee.uva.nl>
+ * \author Edwin Leuven
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 #ifndef QFLOATDIALOG_H
 #define QFLOATDIALOG_H
 
-#include <config.h>
 
 #include "ui/QFloatDialogBase.h"
 
 class QFloat;
 
-class QFloatDialog : public QFloatDialogBase
-{ Q_OBJECT
-
+class QFloatDialog : public QFloatDialogBase {
+       Q_OBJECT
 public:
        QFloatDialog(QFloat * form);
 
 protected slots:
        virtual void change_adaptor();
-       virtual void tbhpClicked();
-       virtual void heredefinitelyClicked();
-       virtual void spanClicked();
+
 protected:
        virtual void closeEvent(QCloseEvent * e);