summaryrefslogtreecommitdiffstats
path: root/kview/modules/presenter
diff options
context:
space:
mode:
Diffstat (limited to 'kview/modules/presenter')
-rw-r--r--kview/modules/presenter/imagelistdialog.ui2
-rw-r--r--kview/modules/presenter/imagelistitem.cpp2
-rw-r--r--kview/modules/presenter/imagelistitem.h2
-rw-r--r--kview/modules/presenter/kviewpresenter.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/kview/modules/presenter/imagelistdialog.ui b/kview/modules/presenter/imagelistdialog.ui
index b9a21da4..b3f8cf48 100644
--- a/kview/modules/presenter/imagelistdialog.ui
+++ b/kview/modules/presenter/imagelistdialog.ui
@@ -275,7 +275,7 @@
<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/>
<includehints>
<includehint>kdialog.h</includehint>
- <includehint>klistview.h</includehint>
+ <includehint>tdelistview.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>
<includehint>kpushbutton.h</includehint>
diff --git a/kview/modules/presenter/imagelistitem.cpp b/kview/modules/presenter/imagelistitem.cpp
index 74e82bea..62ca6e90 100644
--- a/kview/modules/presenter/imagelistitem.cpp
+++ b/kview/modules/presenter/imagelistitem.cpp
@@ -22,7 +22,7 @@
#include <tqimage.h>
-#include <klistview.h>
+#include <tdelistview.h>
ImageListItem::ImageListItem( TDEListView * parent, const KURL & url )
: TDEListViewItem( parent, parent->lastItem(), url.prettyURL() )
diff --git a/kview/modules/presenter/imagelistitem.h b/kview/modules/presenter/imagelistitem.h
index 4eabcb39..321dcf4d 100644
--- a/kview/modules/presenter/imagelistitem.h
+++ b/kview/modules/presenter/imagelistitem.h
@@ -21,7 +21,7 @@
#ifndef IMAGELISTITEM_H
#define IMAGELISTITEM_H
-#include <klistview.h>
+#include <tdelistview.h>
#include <kurl.h>
#include <tqstring.h>
diff --git a/kview/modules/presenter/kviewpresenter.cpp b/kview/modules/presenter/kviewpresenter.cpp
index c554e446..7cc3285c 100644
--- a/kview/modules/presenter/kviewpresenter.cpp
+++ b/kview/modules/presenter/kviewpresenter.cpp
@@ -32,7 +32,7 @@
#include <kpushbutton.h>
#include <kapplication.h>
-#include <kaction.h>
+#include <tdeaction.h>
#include <klocale.h>
#include <kgenericfactory.h>
#include <kdebug.h>