]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/kde/FormTabularCreate.h
formskdepatchthingie
[lyx.git] / src / frontends / kde / FormTabularCreate.h
index 9210a506020e238deea23adcb21a4b5d1d6690eb..d250aaf999b2e1e3f02c76b915025ffa4e366cc0 100644 (file)
@@ -1,17 +1,11 @@
-/* FormTabularCreate.h
- * (C) 2000 LyX Team
- * John Levon, moz@compsoc.man.ac.uk
+/**
+ * \file FormTabularCreate.h
+ * Copyright 2001 the LyX Team
+ * Read the file COPYING
+ *
+ * \author John Levon
  */
 
-/***************************************************************************
- *                                                                         *
- *   This program is free software; you can redistribute it and/or modify  *
- *   it under the terms of the GNU General Public License as published by  *
- *   the Free Software Foundation; either version 2 of the License, or     *
- *   (at your option) any later version.                                   *
- *                                                                         *
- ***************************************************************************/
-
 #ifndef FORMTABULARCREATE_H
 #define FORMTABULARCREATE_H
 
@@ -23,13 +17,9 @@ class TabularCreateDialog;
 
 class FormTabularCreate : public DialogBase, public noncopyable {
 public: 
-       /**@name Constructors and Destructors */
-       //@{
-       ///
        FormTabularCreate(LyXView *, Dialogs *);
-       /// 
        ~FormTabularCreate();
-       //@}
 
        /// create the table 
        void apply(unsigned int rows, unsigned int cols);
@@ -48,13 +38,11 @@ private:
        /// the LyXView we belong to
        LyXView * lv_;
  
-       /** Which Dialogs do we belong to?
-           Used so we can get at the signals we have to connect to.
-       */
+       /// Dialogs object
        Dialogs * d_;
        
        /// Hide connection.
        Connection h_;
 };
 
-#endif
+#endif // FORMTABULARCREATE_H