[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/lib/kofficeui
From:       Laurent Montel <montel () kde ! org>
Date:       2005-10-10 9:51:17
Message-ID: 1128937877.774761.31531.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 469150 by mlaurent:

Fix export


 M  +6 -5      koGuideLines.h  


--- trunk/koffice/lib/kofficeui/koGuideLines.h #469149:469150
@@ -14,6 +14,7 @@
 
 #include <koPoint.h>
 #include <kozoomhandler.h>
+#include <koffice_export.h>
 
 class KoView;
 class KPopupMenu;
@@ -26,18 +27,18 @@
         
     void resize( const QSize &size );
     
-    Qt::Orientation orientation() { return m_orient; }
+    Qt::Orientation orientation() const { return m_orient; }
     void setOrientation( Qt::Orientation o ) { m_orient = o; }
 
-    double position() { return m_pos; }
+    double position() const { return m_pos; }
     void setPosition( double p ) { m_pos = p; };
 
     QPixmap * buffer() { return &m_buffer; } 
 
-    bool isSelected() { return m_selected; }
+    bool isSelected() const { return m_selected; }
     void setSelected( bool s ) { m_selected = s; }
 
-    bool hasBuffer() { return m_hasBuffer; }
+    bool hasBuffer() const { return m_hasBuffer; }
     void setHasBuffer( bool b ) { m_hasBuffer = b; }
 
 private:
@@ -77,7 +78,7 @@
 /**
  * @brief Class for handling of guide lines
  */
-class KoGuideLines : public QObject
+class KOFFICEUI_EXPORT KoGuideLines : public QObject
 {
     Q_OBJECT
 public:
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic