┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphintooltip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphintooltip.h')
-rw-r--r--src/dolphintooltip.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/dolphintooltip.h b/src/dolphintooltip.h
index 568e3ea78..cfc438831 100644
--- a/src/dolphintooltip.h
+++ b/src/dolphintooltip.h
@@ -16,9 +16,9 @@
* 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
@@ -31,6 +31,10 @@
class KFileItem;
class QPixmap;
+const int PREVIEW_WIDTH = 256;
+const int PREVIEW_HEIGHT = 256;
+
+
class DolphinBalloonTooltipDelegate : public KFormattedBalloonTipDelegate
{
public: