diff options
author | Timothy Pearson <[email protected]> | 2013-01-31 00:37:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-31 00:37:37 -0600 |
commit | 7f8c2db2f66cc2bc671bc92e0fc4efa967ff2351 (patch) | |
tree | 17a5cf137f9c54dfb33e43564175ea7aa2adc483 /kopete/libkopete/kopetemessage.h | |
parent | 77018e9b0728ffa195685c2ad40511959c74cfba (diff) | |
download | tdenetwork-7f8c2db2f66cc2bc671bc92e0fc4efa967ff2351.tar.gz tdenetwork-7f8c2db2f66cc2bc671bc92e0fc4efa967ff2351.zip |
Rename KShared
Diffstat (limited to 'kopete/libkopete/kopetemessage.h')
-rw-r--r-- | kopete/libkopete/kopetemessage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/kopetemessage.h b/kopete/libkopete/kopetemessage.h index 366a0204..927b5699 100644 --- a/kopete/libkopete/kopetemessage.h +++ b/kopete/libkopete/kopetemessage.h @@ -411,7 +411,7 @@ private: void doSetBody( const TQString &body, MessageFormat format = PlainText ); class Private; - KSharedPtr<Private> d; + TDESharedPtr<Private> d; static TQString parseLinks( const TQString &message, MessageFormat format ); }; |