diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-24 11:55:20 -0600 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-06-03 15:53:44 +0200 |
commit | 9124bb68d5fc9f618cdd51804ad8a378c087c342 (patch) | |
tree | b39f86b23c6163a05f91c30bf0342811454abcae /kopete/plugins | |
parent | 81d696e1ee26cfc46fb4c97989575a7376b2d246 (diff) | |
download | tdenetwork-9124bb68d5fc9f618cdd51804ad8a378c087c342.tar.gz tdenetwork-9124bb68d5fc9f618cdd51804ad8a378c087c342.zip |
Rename a few stragglers
(cherry picked from commit 5edc007124c509da7a3b6f7d96197481ecdee087)
Diffstat (limited to 'kopete/plugins')
-rw-r--r-- | kopete/plugins/alias/aliaspreferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/plugins/alias/aliaspreferences.cpp b/kopete/plugins/alias/aliaspreferences.cpp index 5782b95c..9a1a0594 100644 --- a/kopete/plugins/alias/aliaspreferences.cpp +++ b/kopete/plugins/alias/aliaspreferences.cpp @@ -81,7 +81,7 @@ class AliasItem : public TQListViewItem if ( isEnabled() || !lv ) p->setPen( cg.highlightedText() ); else if ( !isEnabled() && lv ) - p->setPen( lv->tqpalette().disabled().highlightedText() ); + p->setPen( lv->palette().disabled().highlightedText() ); } // And last, draw the online status icons |