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

List:       kde-commits
Subject:    KDE/kdeaddons/konq-plugins/searchbar
From:       Laurent Montel <montel () kde ! org>
Date:       2007-04-10 10:21:28
Message-ID: 1176200488.224106.5215.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 652180 by mlaurent:

Adapt to new api


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


--- trunk/KDE/kdeaddons/konq-plugins/searchbar/searchbar.cpp #652179:652180
@@ -472,7 +472,7 @@
 }
 
 SearchBarCombo::SearchBarCombo(QWidget *parent, const char *name) :
-  KHistoryCombo(parent),
+  KHistoryComboBox(parent),
   m_pluginActive(true)
 {
 	connect(this, SIGNAL(cleared()), SLOT(historyCleared()));
@@ -526,7 +526,7 @@
 	}
 	else
 	{
-		KHistoryCombo::mousePressEvent(e);
+		KHistoryComboBox::mousePressEvent(e);
 	}
 }
 
@@ -544,7 +544,7 @@
 {
 	if(m_pluginActive)
 	{
-		KHistoryCombo::show();
+		KHistoryComboBox::show();
 	}
 }
 
--- trunk/KDE/kdeaddons/konq-plugins/searchbar/searchbar.h #652179:652180
@@ -20,7 +20,7 @@
 #ifndef SEARCHBAR_PLUGIN
 #define SEARCHBAR_PLUGIN
 
-#include <kcombobox.h>
+#include <khistorycombobox.h>
 #include <klibloader.h>
 #include <kparts/plugin.h>
 #include <kparts/mainwindow.h>
@@ -38,7 +38,7 @@
 /**
  * Combo box which catches mouse clicks on the pixmap.
  */
-class SearchBarCombo : public KHistoryCombo
+class SearchBarCombo : public KHistoryComboBox
 {
 	Q_OBJECT
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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