]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gnome/FormCopyright.h
Remove unneeded files, we have switched to use the libglade and there is no
[lyx.git] / src / frontends / gnome / FormCopyright.h
index 6d807f7c0fb841f92d3ed38af4d065108732481f..2e5489e21a81ac782e88d2c5ec0ac05dc37ac097 100644 (file)
@@ -25,29 +25,18 @@ class LyXView;
  */
 class FormCopyright : public DialogBase {
 public:
-       /**@name Constructors and Destructors */
-       //@{
        /// #FormCopyright x(LyXFunc ..., Dialogs ...);#
        FormCopyright(LyXView *, Dialogs *);
        ///
        ~FormCopyright();
-       //@}
-
 private:
-       FormCopyright() {}
-       FormCopyright(FormCopyright &) : DialogBase() {}
-       
-       /**@name Slot Methods */
-       //@{
        /// Create the dialog if necessary, update it and display it.
        void show();
        /// Hide the dialog.
        void hide();
        /// Not used but we've got to implement it.
        void update() {}
-       //@}
 
-       //@{
        /// Real GUI implementation.
         Gnome::About * dialog_;
        /** Which LyXFunc do we use?
@@ -60,10 +49,9 @@ private:
        */
        Dialogs * d_;
        /// Hide connection.
-       Connection h_;
+       SigC::Connection h_;
        /// Destroy connection.
-       Connection destroy_;
-       //@}
+       SigC::Connection destroy_;
 };
 
 #endif