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

List:       kde-commits
Subject:    branches/work/kde4/kdeaddons/konq-plugins/sidebar/newsticker
From:       Marcus Camen <mcamen () mcamen ! de>
Date:       2005-06-20 14:19:37
Message-ID: 1119277177.851649.17972.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 427391 by mcamen:

disable maybeTip() for now


 M  +3 -2      nspanel.cpp  
 M  +3 -3      nspanel.h  


--- branches/work/kde4/kdeaddons/konq-plugins/sidebar/newsticker/nspanel.cpp #427390:427391
@@ -38,14 +38,14 @@
 // ListBox including ToolTip for item
 ////////////////////////////////////////////////////////////////
   TTListBox::TTListBox(QWidget *parent, const char *name, Qt::WFlags f)
-    : KListBox(parent, name, f),
-      QToolTip(this) {
+    : KListBox(parent, name, f) /*, QToolTip(this) */ {
   }
 
   void TTListBox::clear() {
     KListBox::clear();
   }
 
+/*
   void TTListBox::maybeTip(const QPoint &point) {
     Q3ListBoxItem *item = itemAt(point);
     if (item) {
@@ -60,6 +60,7 @@
       }
     }
   }
+*/
 
 
 
--- branches/work/kde4/kdeaddons/konq-plugins/sidebar/newsticker/nspanel.h #427390:427391
@@ -42,13 +42,13 @@
 ////////////////////////////////////////////////////////////////
 // ListBox including ToolTip for item
 ////////////////////////////////////////////////////////////////
-  class TTListBox : public KListBox, QToolTip {
+  class TTListBox : public KListBox/*, QToolTip*/ {
   public:
     TTListBox (QWidget *parent = 0, const char *name = 0, Qt::WFlags f = 0);
     void clear();
 
-  protected:
-    virtual void maybeTip(const QPoint &);
+    //protected:
+    //  virtual void maybeTip(const QPoint &);
   };
 
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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