[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 16:50:12
[Download RAW message or body]

CVS commit by uga: 

Keep it 3.1 compatible


  M +11 -1     kremenu.cpp   1.8


--- kdenonbeta/krecipes/src/widgets/kremenu.cpp  #1.7:1.8
@@ -55,5 +57,13 @@ int x=e->x(),y=e->y();
 if (x > (width()-15))
         {
+
+        if (QT_VERSION>=0x030200)
+                {
         setCursor(QCursor(Qt::SplitHCursor));
+                }
+        else
+                {
+                setCursor(QCursor(Qt::SplitVCursor));
+                }
         }
 else


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

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