21#ifndef _KIVFREESPACEOVERLAY_H_
22#define _KIVFREESPACEOVERLAY_H_
24#include <tdefileitem.h>
25#include <libkonq_export.h>
32class LIBKONQ_EXPORT KIVFreeSpaceOverlay :
public TQObject
37 KIVFreeSpaceOverlay(
KFileIVI* freespace);
38 virtual ~KIVFreeSpaceOverlay();
45 virtual void timerEvent(TQTimerEvent *);
KFileIVI (short form of "Konq - File - IconViewItem") is, as expected, an improved TDEIconViewItem,...