diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 20:16:47 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 20:16:47 +0000 |
commit | 495d08bc2db58ee7fc4ea55a7158f2f61b82fc56 (patch) | |
tree | daabcb652c07b9a17cad88ca50b63a2d91ead4a3 /libkonq/kfileivi.h | |
parent | 50001f1757f97510e80cb1990e2f2d5b00144c2a (diff) | |
download | tdebase-495d08bc2db58ee7fc4ea55a7158f2f61b82fc56.tar.gz tdebase-495d08bc2db58ee7fc4ea55a7158f2f61b82fc56.zip |
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1211357 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkonq/kfileivi.h')
-rw-r--r-- | libkonq/kfileivi.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libkonq/kfileivi.h b/libkonq/kfileivi.h index 6c16907ec..45bcdd68b 100644 --- a/libkonq/kfileivi.h +++ b/libkonq/kfileivi.h @@ -68,7 +68,7 @@ public: * Changes the icon for this item. * @param size the icon size (0 for default, otherwise size in pixels) * @param state the state of the icon (enum in KIcon) - * @param recalc whether to update the layout of the icon view when setting the icon + * @param recalc whether to update the tqlayout of the icon view when setting the icon * @param redraw whether to redraw the item after setting the icon */ virtual void setIcon( int size, @@ -80,7 +80,7 @@ public: * Bypass @ref setIcon. This is for animated icons, you should use setIcon * in all other cases. * @param pixmap the pixmap to set - it SHOULD really have the right icon size! - * @param recalc whether to update the layout of the icon view when setting the icon + * @param recalc whether to update the tqlayout of the icon view when setting the icon * @param redraw whether to redraw the item after setting the icon */ void setPixmapDirect( const TQPixmap & pixmap, @@ -88,14 +88,14 @@ public: bool redraw=false); /** - * Notifies that all icon effects on thumbs should be invalidated, + * Notifies that all icon effects on thumbs should be tqinvalidated, * e.g. because the effect settings have been changed. The thumb itself * is assumed to be still valid (use setThumbnailPixmap() instead * otherwise). * @param state the state of the icon (enum in KIcon) * @param redraw whether to redraw the item after setting the icon */ - void invalidateThumb( int state, bool redraw = false ); + void tqinvalidateThumb( int state, bool redraw = false ); /** * Our current thumbnail is not longer "current". |