From 5edc007124c509da7a3b6f7d96197481ecdee087 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 24 Dec 2011 11:55:20 -0600 Subject: Rename a few stragglers --- kopete/kopete/chatwindow/chatmessagepart.cpp | 4 ++-- kopete/plugins/alias/aliaspreferences.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'kopete') diff --git a/kopete/kopete/chatwindow/chatmessagepart.cpp b/kopete/kopete/chatwindow/chatmessagepart.cpp index e7421438..f383e25a 100644 --- a/kopete/kopete/chatwindow/chatmessagepart.cpp +++ b/kopete/kopete/chatwindow/chatmessagepart.cpp @@ -797,8 +797,8 @@ void ChatMessagePart::slotCopyURL() DOM::HTMLAnchorElement a = d->activeElement; if ( !a.isNull() ) { - TQApplication::tqclipboard()->setText( a.href().string(), TQClipboard::Clipboard ); - TQApplication::tqclipboard()->setText( a.href().string(), TQClipboard::Selection ); + TQApplication::clipboard()->setText( a.href().string(), TQClipboard::Clipboard ); + TQApplication::clipboard()->setText( a.href().string(), TQClipboard::Selection ); } } 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 -- cgit v1.2.1