diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:16:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-04 14:16:51 -0600 |
commit | f2bfcad7ffdd09911f282afe2a2051b3708601c9 (patch) | |
tree | ce4bebc206b6f9753745218e6a4c4368df624c16 /tdecore/kpixmapprovider.h | |
parent | a14eaa044240517f1f3d7eb5dacbff96fd447ada (diff) | |
download | tdelibs-f2bfcad7ffdd09911f282afe2a2051b3708601c9.tar.gz tdelibs-f2bfcad7ffdd09911f282afe2a2051b3708601c9.zip |
Rename KIcon to enhance compatibility with KDE4
Diffstat (limited to 'tdecore/kpixmapprovider.h')
-rw-r--r-- | tdecore/kpixmapprovider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/kpixmapprovider.h b/tdecore/kpixmapprovider.h index 009f1ed75..f01466315 100644 --- a/tdecore/kpixmapprovider.h +++ b/tdecore/kpixmapprovider.h @@ -43,7 +43,7 @@ public: * You may subclass this and return a pixmap of size @p size for @p text. * @param text the text that is associated with the pixmap * @param size the size of the icon in pixels, 0 for defaylt size. - * See KIcon::StdSize. + * See TDEIcon::StdSize. * @return the pixmap for the arguments, or null if there is none */ virtual TQPixmap pixmapFor( const TQString& text, int size = 0 ) = 0; |