summaryrefslogtreecommitdiffstats
path: root/tdecert
diff options
context:
space:
mode:
Diffstat (limited to 'tdecert')
-rw-r--r--tdecert/tdecertpart.cc2
-rw-r--r--tdecert/tdecertpart.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/tdecert/tdecertpart.cc b/tdecert/tdecertpart.cc
index f91c545d2..b02981e44 100644
--- a/tdecert/tdecertpart.cc
+++ b/tdecert/tdecertpart.cc
@@ -40,7 +40,7 @@
#include <kprocess.h>
#include <tqtabwidget.h>
#include <kseparator.h>
-#include <klistview.h>
+#include <tdelistview.h>
#include <tdeio/kmimemagic.h>
#include <tqmultilineedit.h>
#include <tqregexp.h>
diff --git a/tdecert/tdecertpart.h b/tdecert/tdecertpart.h
index bb4ca958e..032ff3001 100644
--- a/tdecert/tdecertpart.h
+++ b/tdecert/tdecertpart.h
@@ -27,7 +27,7 @@
#include <tdeparts/part.h>
#include <tqptrlist.h>
#include <tqlistview.h>
-#include <klistview.h>
+#include <tdelistview.h>
class KSSLCertBox;
class TQFrame;