diff options
author | Slávek Banko <[email protected]> | 2013-06-29 16:33:55 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-07-04 03:57:45 +0200 |
commit | f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db (patch) | |
tree | 0414ba9f0823b98d2a159c11513ddcda84b932cc /src/entrywidgetother.cpp | |
parent | 5f5e7c5455d52826b0bd50f64fcffb7695ce970d (diff) | |
download | kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.tar.gz kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.zip |
Initial TDE conversion
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 ); |