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

List:       kde-commits
Subject:    branches/work/kde4/kdeaddons/konq-plugins
From:       Laurent Montel <montel () kde ! org>
Date:       2005-06-21 10:05:46
Message-ID: 1119348346.199779.5533.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 427624 by mlaurent:

Execute my script to remove q3whatthis


 M  +2 -2      dirfilter/dirfilterplugin.cpp  
 M  +2 -2      fsview/fsview_part.cpp  
 M  +2 -2      searchbar/searchbar.cpp  


--- branches/work/kde4/kdeaddons/konq-plugins/dirfilter/dirfilterplugin.cpp \
#427623:427624 @@ -24,7 +24,7 @@
 #include <qlabel.h>
 #include <qpushbutton.h>
 #include <q3hbox.h>
-#include <q3whatsthis.h>
+
 #include <q3iconview.h>
 #include <klistview.h>
 
@@ -182,7 +182,7 @@
 
   if ( search )
   {
-    Q3WhatsThis::add(search, i18n("Enter here a text which an item in the view must \
contain anywhere to be shown.")); +    search->setWhatsThis( i18n("Enter here a text \
which an item in the view must contain anywhere to be shown."));  connect(clear, \
SIGNAL(activated()), search, SLOT(clear()));  }
 
--- branches/work/kde4/kdeaddons/konq-plugins/fsview/fsview_part.cpp #427623:427624
@@ -22,7 +22,7 @@
 
 #include <qclipboard.h>
 #include <qtimer.h>
-#include <q3whatsthis.h>
+
 //Added by qt3to4:
 #include <Q3CString>
 
@@ -104,7 +104,7 @@
     setInstance( FSViewPartFactory::instance() );
 
     _view = new FSView(new Inode(), parentWidget, widgetName);
-    Q3WhatsThis::add(_view, i18n("<p>This is the FSView plugin, a graphical "
+    _view->setWhatsThis( i18n("<p>This is the FSView plugin, a graphical "
 				"browsing mode showing filesystem utilization "
 				"by using a tree map visualization.</p>"
 				"<p>Note that in this mode, automatic updating "
--- branches/work/kde4/kdeaddons/konq-plugins/searchbar/searchbar.cpp #427623:427624
@@ -42,7 +42,7 @@
 #include <q3popupmenu.h>
 #include <qtimer.h>
 #include <qstyle.h>
-#include <q3whatsthis.h>
+
 //Added by qt3to4:
 #include <QPixmap>
 #include <QMouseEvent>
@@ -80,7 +80,7 @@
 	                       SLOT(startSearch(const QString &)));
 	connect(m_searchCombo, SIGNAL(iconClicked()), SLOT(showSelectionMenu()));
 
-	Q3WhatsThis::add(m_searchCombo, i18n("Search Bar<p>"
+	m_searchCombo->setWhatsThis( i18n("Search Bar<p>"
 	                                    "Enter a search term."));
 
 	configurationChanged();


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

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