]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/xformsImage.h
remove defaults stuff, let Qt handle no toolbar
[lyx.git] / src / frontends / xforms / xformsImage.h
index cc7e640c2bb0a2c5953c6ec945e4126e46c9ce6e..29a9dae3d8ee17b22cbc836e3df3bd44384171e0 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
 /**
  *  \file xformsImage.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 Angus Leeming, a.leeming@ic.ac.uk
+ *  \author Angus Leeming
+ *
+ * Full author contact details are available in file CREDITS
  */
 
 /* An instantiation of Image that makes use of the xforms lirary routines
@@ -14,9 +16,6 @@
 #ifndef XFORMSIMAGE_H
 #define XFORMSIMAGE_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
 
 #include "graphics/GraphicsImage.h"
 
@@ -24,7 +23,7 @@
 
 struct flimage_;
 typedef flimage_ FL_IMAGE;
+
 namespace grfx {
 
 class xformsImage : public Image
@@ -52,7 +51,7 @@ public:
        unsigned int getHeight() const;
 
        virtual bool isDrawable() const;
+
        /** Load the image file into memory.
         *  The process is asynchronous, so this method starts the loading.
         *  When finished, the Image::finishedLoading signal is emitted.