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/entrywidgetsource.cpp | |
parent | 5f5e7c5455d52826b0bd50f64fcffb7695ce970d (diff) | |
download | kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.tar.gz kbibtex-f2d4b48ad7f6ce4f23c6cbba3e85c67486f922db.zip |
Initial TDE conversion
Diffstat (limited to 'src/entrywidgetsource.cpp')
-rw-r--r-- | src/entrywidgetsource.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/entrywidgetsource.cpp b/src/entrywidgetsource.cpp index f3f03d9..8c811fc 100644 --- a/src/entrywidgetsource.cpp +++ b/src/entrywidgetsource.cpp @@ -23,8 +23,8 @@ #include <kdialog.h> #include <kpushbutton.h> -#include <klocale.h> -#include <kglobalsettings.h> +#include <tdelocale.h> +#include <tdeglobalsettings.h> #include <fileexporterbibtex.h> #include <fileimporterbibtex.h> @@ -149,7 +149,7 @@ namespace KBibTeX m_textEditSource = new TQTextEdit( this ); gridLayout->addMultiCellWidget( m_textEditSource, 0, 0, 0, 1 ); - m_textEditSource->setFont( KGlobalSettings::fixedFont() ); + m_textEditSource->setFont( TDEGlobalSettings::fixedFont() ); m_textEditSource->setReadOnly( m_isReadOnly ); KPushButton *btnReset = new KPushButton( i18n( "Restore" ), this ); |