diff options
author | Timothy Pearson <[email protected]> | 2011-12-15 15:50:52 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-15 15:50:52 -0600 |
commit | bf280726d5d22f33d33e4f9e771220c725249407 (patch) | |
tree | 48b7496821910eb85179d543acee981cf5d16dd8 /khexedit/hexeditstate.h | |
parent | c78266617c282543427d2c000b3b68fe2b6b6722 (diff) | |
download | tdeutils-bf280726d5d22f33d33e4f9e771220c725249407.tar.gz tdeutils-bf280726d5d22f33d33e4f9e771220c725249407.zip |
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'khexedit/hexeditstate.h')
-rw-r--r-- | khexedit/hexeditstate.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/khexedit/hexeditstate.h b/khexedit/hexeditstate.h index 04f6425..f6b7d22 100644 --- a/khexedit/hexeditstate.h +++ b/khexedit/hexeditstate.h @@ -23,7 +23,7 @@ #include <kapplication.h> #include <tqfont.h> -#include <tqpalette.h> +#include <palette.h> #include <kglobalsettings.h> @@ -382,8 +382,8 @@ class SDisplayColor textBg = TQt::white; secondTextBg = TQt::white; inactiveBg = TQt::gray; - selectBg = kapp->tqpalette().active().highlight(); - selectFg = kapp->tqpalette().active().highlightedText(); + selectBg = kapp->palette().active().highlight(); + selectFg = kapp->palette().active().highlightedText(); markBg = TQt::blue; markFg = TQt::white; primaryFg[0] = TQt::black; @@ -574,7 +574,7 @@ class SDisplayState { public: SDisplayLine line; - SDisplayLayout tqlayout; + SDisplayLayout layout; SDisplayCursor cursor; SDisplayColor color; SDisplayFont font; |