summaryrefslogtreecommitdiffstats
path: root/kdbg/regwnd.cpp
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-03 02:27:05 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-04 04:29:04 +0200
commitdaeb1d9355e1321b88534dc56d2870822e468fdb (patch)
tree15cc7567f5fb7a770bd60e909b272bab5d719a7a /kdbg/regwnd.cpp
parent9dab0e253ecf583a2cc6ca22e068d4f4022ca4d3 (diff)
downloadkdbg-daeb1d9355e1321b88534dc56d2870822e468fdb.tar.gz
kdbg-daeb1d9355e1321b88534dc56d2870822e468fdb.zip
Initial TDE conversion
Diffstat (limited to 'kdbg/regwnd.cpp')
-rw-r--r--kdbg/regwnd.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kdbg/regwnd.cpp b/kdbg/regwnd.cpp
index 991d869..1ced083 100644
--- a/kdbg/regwnd.cpp
+++ b/kdbg/regwnd.cpp
@@ -5,8 +5,8 @@
*/
#include <ntqheader.h>
-#include <kglobalsettings.h>
-#include <klocale.h> /* i18n */
+#include <tdeglobalsettings.h>
+#include <tdelocale.h> /* i18n */
#include <kiconloader.h>
#include <ntqfontdialog.h>
#include <ntqmessagebox.h>
@@ -418,7 +418,7 @@ RegisterView::RegisterView(TQWidget* parent, const char* name) :
TQListView(parent, name)
{
setSorting(-1);
- setFont(KGlobalSettings::fixedFont());
+ setFont(TDEGlobalSettings::fixedFont());
TQPixmap iconRegs = UserIcon("regs.xpm");
TQPixmap iconWatchcoded = UserIcon("watchcoded.xpm");
@@ -606,7 +606,7 @@ void RegisterView::slotModeChange(int pcode)
void RegisterView::paletteChange(const TQPalette& oldPal)
{
- setFont(KGlobalSettings::fixedFont());
+ setFont(TDEGlobalSettings::fixedFont());
TQListView::paletteChange(oldPal);
}