summaryrefslogtreecommitdiffstats
path: root/src/entrywidgetsource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/entrywidgetsource.cpp')
-rw-r--r--src/entrywidgetsource.cpp6
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 );