From f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db Mon Sep 17 00:00:00 2001 From: Slávek Banko Date: Sat, 29 Jun 2013 16:33:55 +0200 Subject: Initial TDE conversion --- src/entrywidgetother.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/entrywidgetother.cpp') diff --git a/src/entrywidgetother.cpp b/src/entrywidgetother.cpp index cd165f2..1201a60 100644 --- a/src/entrywidgetother.cpp +++ b/src/entrywidgetother.cpp @@ -24,11 +24,11 @@ #include #include -#include -#include -#include +#include +#include +#include #include -#include +#include #include #include @@ -149,7 +149,7 @@ namespace KBibTeX TQSpacerItem* spacer = new TQSpacerItem( 20, 110, TQSizePolicy::Minimum, TQSizePolicy::Expanding ); gridLayout->addItem( spacer, 2, 0 ); - m_listViewFields = new KListView( this, "m_listViewFields" ); + m_listViewFields = new TDEListView( this, "m_listViewFields" ); m_listViewFields->addColumn( i18n( "Key" ) ); m_listViewFields->addColumn( i18n( "Value" ) ); m_listViewFields->setAllColumnsShowFocus( true ); -- cgit v1.2.3