summaryrefslogtreecommitdiffstats
path: root/khexedit/hexeditstate.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-23 01:42:07 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-06-23 01:42:07 +0000
commita2277b6bc715464e83882b90c2a058139b8a6b54 (patch)
treeab09b14014f59b4d8e2ddd12226aa0b22e4dfc5d /khexedit/hexeditstate.h
parentd3f79e04b34bd1f70a458b81b28fc8799498c8dc (diff)
downloadtdeutils-a2277b6bc715464e83882b90c2a058139b8a6b54.tar.gz
tdeutils-a2277b6bc715464e83882b90c2a058139b8a6b54.zip
TQt4 port kdeutils
This enables compilation under both Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1238125 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'khexedit/hexeditstate.h')
-rw-r--r--khexedit/hexeditstate.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/khexedit/hexeditstate.h b/khexedit/hexeditstate.h
index 13a6c66..04f6425 100644
--- a/khexedit/hexeditstate.h
+++ b/khexedit/hexeditstate.h
@@ -378,26 +378,26 @@ class SDisplayColor
// choses in Control Center.
//
useSystemColor = false;
- offsetBg = Qt::white;
- textBg = Qt::white;
- secondTextBg = Qt::white;
- inactiveBg = Qt::gray;
- selectBg = kapp->palette().active().highlight();
- selectFg = kapp->palette().active().highlightedText();
- markBg = Qt::blue;
- markFg = Qt::white;
- primaryFg[0] = Qt::black;
- primaryFg[1] = Qt::blue;
- offsetFg = Qt::red;
- secondaryFg = Qt::black;
- nonPrintFg = Qt::red;
- gridFg = Qt::darkCyan;
- leftSeparatorFg = Qt::darkGreen;
- rightSeparatorFg = Qt::darkGreen;
- cursorBg = Qt::red;
- cursorFg = Qt::black;
- bookmarkBg = Qt::green;
- bookmarkFg = Qt::black;
+ offsetBg = TQt::white;
+ textBg = TQt::white;
+ secondTextBg = TQt::white;
+ inactiveBg = TQt::gray;
+ selectBg = kapp->tqpalette().active().highlight();
+ selectFg = kapp->tqpalette().active().highlightedText();
+ markBg = TQt::blue;
+ markFg = TQt::white;
+ primaryFg[0] = TQt::black;
+ primaryFg[1] = TQt::blue;
+ offsetFg = TQt::red;
+ secondaryFg = TQt::black;
+ nonPrintFg = TQt::red;
+ gridFg = TQt::darkCyan;
+ leftSeparatorFg = TQt::darkGreen;
+ rightSeparatorFg = TQt::darkGreen;
+ cursorBg = TQt::red;
+ cursorFg = TQt::black;
+ bookmarkBg = TQt::green;
+ bookmarkFg = TQt::black;
}
bool useSystemColor;
@@ -574,7 +574,7 @@ class SDisplayState
{
public:
SDisplayLine line;
- SDisplayLayout layout;
+ SDisplayLayout tqlayout;
SDisplayCursor cursor;
SDisplayColor color;
SDisplayFont font;