* Free Software Foundation, Inc., *
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA *
***************************************************************************/
-
+
// NOTE: proper documentation will be added once the code is better developed.
-
+
#ifndef DOLPHINTOOLTIP_H
#define DOLPHINTOOLTIP_H
class KFileItem;
class QPixmap;
+const int PREVIEW_WIDTH = 256;
+const int PREVIEW_HEIGHT = 256;
+
+
class DolphinBalloonTooltipDelegate : public KFormattedBalloonTipDelegate
{
public:
#include <QTimer>
#include <QToolTip>
-const int PREVIEW_WIDTH = 256;
-const int PREVIEW_HEIGHT = 256;
const int ICON_WIDTH = 128;
const int ICON_HEIGHT = 128;
const int PREVIEW_DELAY = 250;