summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/lineedit.cpp2
-rw-r--r--src/gui/listview.cpp2
-rw-r--r--src/gui/listview.h2
-rw-r--r--src/gui/stringmapdialog.cpp2
-rw-r--r--src/gui/tablefieldwidget.cpp2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/lineedit.cpp b/src/gui/lineedit.cpp
index b71667e..1da38ca 100644
--- a/src/gui/lineedit.cpp
+++ b/src/gui/lineedit.cpp
@@ -14,7 +14,7 @@
#include "lineedit.h"
#include <kstdaction.h>
-#include <kactioncollection.h>
+#include <tdeactioncollection.h>
#include <tdespell.h>
#include <tqapplication.h>
diff --git a/src/gui/listview.cpp b/src/gui/listview.cpp
index 5c1a38c..53048cc 100644
--- a/src/gui/listview.cpp
+++ b/src/gui/listview.cpp
@@ -306,7 +306,7 @@ TQColor ListViewItem::backgroundColor(int column_) {
void ListViewItem::paintCell(TQPainter* p_, const TQColorGroup& cg_,
int column_, int width_, int align_) {
- // taken from klistview.cpp
+ // taken from tdelistview.cpp
// I can't call TDEListViewItem::paintCell since TDEListViewItem::backgroundCOlor(int) is
// not virtual. I need to be sure to call ListViewItem::backgroundColor(int);
TQColorGroup cg = cg_;
diff --git a/src/gui/listview.h b/src/gui/listview.h
index 8e0be06..ccb0867 100644
--- a/src/gui/listview.h
+++ b/src/gui/listview.h
@@ -17,7 +17,7 @@
#include "../datavectors.h"
#include "../listviewcomparison.h"
-#include <klistview.h>
+#include <tdelistview.h>
#include <tdeversion.h>
#include <tqdict.h>
diff --git a/src/gui/stringmapdialog.cpp b/src/gui/stringmapdialog.cpp
index fb3878d..7425e3b 100644
--- a/src/gui/stringmapdialog.cpp
+++ b/src/gui/stringmapdialog.cpp
@@ -13,7 +13,7 @@
#include "stringmapdialog.h"
-#include <klistview.h>
+#include <tdelistview.h>
#include <klocale.h>
#include <klineedit.h>
#include <kbuttonbox.h>
diff --git a/src/gui/tablefieldwidget.cpp b/src/gui/tablefieldwidget.cpp
index fb5afe5..9df2880 100644
--- a/src/gui/tablefieldwidget.cpp
+++ b/src/gui/tablefieldwidget.cpp
@@ -17,7 +17,7 @@
#include "../tellico_kernel.h"
#include <klocale.h>
-#include <kpopupmenu.h>
+#include <tdepopupmenu.h>
#include <kiconloader.h>
#include <kinputdialog.h>