summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoOpenPane.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoOpenPane.cpp')
-rw-r--r--lib/kofficecore/KoOpenPane.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoOpenPane.cpp b/lib/kofficecore/KoOpenPane.cpp
index 5d23b113..4a2872c6 100644
--- a/lib/kofficecore/KoOpenPane.cpp
+++ b/lib/kofficecore/KoOpenPane.cpp
@@ -48,7 +48,7 @@
class KoSectionListItem : public TQListViewItem
{
public:
- KoSectionListItem(KListView* listView, const TQString& name, int sortWeight, int widgetIndex = -1)
+ KoSectionListItem(TDEListView* listView, const TQString& name, int sortWeight, int widgetIndex = -1)
: TQListViewItem(listView, name), m_sortWeight(sortWeight), m_widgetIndex(widgetIndex)
{
}