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

List:       kde-commits
Subject:    kdevelop/lib/widgets/propeditor
From:       Ian Reinhart Geiser <geiseri () kde ! org>
Date:       2004-10-05 21:54:53
Message-ID: 20041005215453.019FF126F4 () office ! kde ! org
[Download RAW message or body]

CVS commit by geiseri: 

Added compat_tools.h, i think adymo missed the real one of this.
A few Qt only fixes, but overall pretty incomplete.


  A            compat_tools.h   1.1 [no copyright]
  A            propertyeditor.pro   1.1
  M +1 -2      propertyeditor.cpp   1.10


--- kdevelop/lib/widgets/propeditor/propertyeditor.cpp  #1.9:1.10
@@ -26,5 +26,4 @@
 #else
 #include "compat_tools.h"
-#include <undo.xpm>
 #endif
 
@@ -196,5 +195,5 @@ PropertyEditor::PropertyEditor(QWidget *
     m_undoButton->setPixmap(SmallIcon("undo"));
 #else
-    m_undoButton->setPixmap(QPixmap(undo_xpm));
+    m_undoButton->setPixmap( QPixmap("undo.xpm") );
 #endif
     m_undoButton->setSizePolicy(QSizePolicy::Maximum, QSizePolicy::MinimumExpanding);


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

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