Adapt to new api
svn path=/trunk/KDE/kdebase/workspace/; revision=518159
This commit is contained in:
parent
f576c71ef9
commit
acf8533f69
2 changed files with 3 additions and 3 deletions
|
@ -131,7 +131,7 @@ QPixmap bitmapPixmap(const QBitmap& bm, const QColor& color)
|
|||
|
||||
|
||||
ButtonSource::ButtonSource(QWidget *parent)
|
||||
: KListView(parent)
|
||||
: K3ListView(parent)
|
||||
{
|
||||
setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@
|
|||
#include <QDragEnterEvent>
|
||||
#include <QMouseEvent>
|
||||
|
||||
#include <klistview.h>
|
||||
#include <k3listview.h>
|
||||
|
||||
class KDecorationFactory;
|
||||
|
||||
|
@ -118,7 +118,7 @@ class ButtonSourceItem : public Q3ListViewItem
|
|||
/**
|
||||
* Implements the button drag source list view
|
||||
*/
|
||||
class ButtonSource : public KListView
|
||||
class ButtonSource : public K3ListView
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
|
|
Loading…
Reference in a new issue