diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:18:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:18:14 -0600 |
commit | b97ee238f88e9578da228388210cd8cab5360778 (patch) | |
tree | 8bf3ab88929af70826ebe3b84434c3403dc71c7d /kmail/kmmsgpart.h | |
parent | 656055dae6f13ee65d66fabf9041b288d81710af (diff) | |
download | tdepim-b97ee238f88e9578da228388210cd8cab5360778.tar.gz tdepim-b97ee238f88e9578da228388210cd8cab5360778.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'kmail/kmmsgpart.h')
-rw-r--r-- | kmail/kmmsgpart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmmsgpart.h b/kmail/kmmsgpart.h index b49b5a30e..4994800b3 100644 --- a/kmail/kmmsgpart.h +++ b/kmail/kmmsgpart.h @@ -159,7 +159,7 @@ public: /** Tries to find a good icon for the 'Content-Type' by scanning the installed mimelnk files. Returns the found icon. If no matching icon is found, the one for application/octet-stream is returned. */ - TQString iconName( int size = KIcon::Desktop ) const; + TQString iconName( int size = TDEIcon::Desktop ) const; /** Get or set the 'Content-Transfer-Encoding' header field The member functions that involve enumerated types (ints) |