Rename a few stragglers

pull/21/head
Timothy Pearson 13 years ago
parent ba2a3ce341
commit 5194c8134a

@ -901,7 +901,7 @@ namespace KMail {
// colors depend on if its encapsulated or not // colors depend on if its encapsulated or not
TQColor fontColor(TQt::white); TQColor fontColor(TQt::white);
TQString linkColor = "class =\"white\""; TQString linkColor = "class =\"white\"";
const TQColor activeColor = tqApp->tqpalette().active().highlight(); const TQColor activeColor = tqApp->palette().active().highlight();
TQColor activeColorDark = activeColor.dark(130); TQColor activeColorDark = activeColor.dark(130);
// reverse colors for encapsulated // reverse colors for encapsulated
if( !topLevel ){ if( !topLevel ){

@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0 xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" > http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
<include>tqtextcodec.h</include> <include>textcodec.h</include>
<include>kapplication.h</include> <include>kapplication.h</include>
<kcfgfile name="kmailrc"/> <kcfgfile name="kmailrc"/>
<group name="Behaviour"> <group name="Behaviour">

@ -143,7 +143,7 @@ void KNDockWidgetHeaderDrag::paintEvent(TQPaintEvent* ev)
paint.begin(&drawBuffer); paint.begin(&drawBuffer);
paint.fillRect(drawBuffer.rect(), TQBrush(colorGroup().brush(TQColorGroup::Background))); paint.fillRect(drawBuffer.rect(), TQBrush(colorGroup().brush(TQColorGroup::Background)));
paint.setPen(tqpalette().active().highlight()); paint.setPen(palette().active().highlight());
paint.drawLine(1, 2, width(), 2); paint.drawLine(1, 2, width(), 2);
paint.drawLine(1, 3, width(), 3); paint.drawLine(1, 3, width(), 3);
paint.drawLine(1, 5, width(), 5); paint.drawLine(1, 5, width(), 5);

Loading…
Cancel
Save