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

List:       kde-commits
Subject:    kdenonbeta/krecipes/src/widgets
From:       Unai Garro <Unai.Garro () ee ! ed ! ac ! uk>
Date:       2003-11-21 17:28:50
[Download RAW message or body]

CVS commit by uga: 

Use KCursor instead of QCursor. It seems to have odd behavior with 3.1.4, having \
different hand cursors. Probably for incomplete cursor themes (lack of hashes). This \
fixes the issue


  M +2 -1      kremenu.cpp   1.10


--- kdenonbeta/krecipes/src/widgets/kremenu.cpp  #1.9:1.10
@@ -18,4 +18,5 @@
 #include <iostream.h>
 
+#include <kcursor.h>
 #include <kglobalsettings.h>
 #include <kimageeffect.h>
@@ -218,5 +219,5 @@ resize(parent->size().width(),40);
 connect (parent, SIGNAL(resized(int,int)), this, SLOT(rescale(int,int)));
 connect(this,SIGNAL(clicked()),this,SLOT(forwardClicks()));
-setCursor(QCursor(Qt::PointingHandCursor));
+setCursor(QCursor(KCursor::handCursor()));
 }
 


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

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