diff options
Diffstat (limited to 'src/entrywidgetother.cpp')
-rw-r--r-- | src/entrywidgetother.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
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 <ntqwhatsthis.h> #include <kdialog.h> -#include <kapplication.h> -#include <klistview.h> -#include <klocale.h> +#include <tdeapplication.h> +#include <tdelistview.h> +#include <tdelocale.h> #include <kiconloader.h> -#include <kio/netaccess.h> +#include <tdeio/netaccess.h> #include <kpushbutton.h> #include <klineedit.h> @@ -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 ); |