diff options
| author | Peter Penz <[email protected]> | 2009-06-21 10:20:28 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2009-06-21 10:20:28 +0000 |
| commit | 1e208254c5816671be7d7ac4753a8888f53062d9 (patch) | |
| tree | 6a008116931f3bff38a55fc9ee9527b415808d0b /src/tooltips/kformattedballoontipdelegate.h | |
| parent | 1c351eac8f97082234d87604688c32829b3aa07a (diff) | |
The file ktooltip.h contained the three public classes KToolTip, KToolTipDelegate and KToolTipItem. Use one separate file for each class.
svn path=/trunk/KDE/kdebase/apps/; revision=984646
Diffstat (limited to 'src/tooltips/kformattedballoontipdelegate.h')
| -rw-r--r-- | src/tooltips/kformattedballoontipdelegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tooltips/kformattedballoontipdelegate.h b/src/tooltips/kformattedballoontipdelegate.h index 4dc9f8bbb..bc8ab23f9 100644 --- a/src/tooltips/kformattedballoontipdelegate.h +++ b/src/tooltips/kformattedballoontipdelegate.h @@ -21,7 +21,7 @@ #ifndef KFORMATTEDBALLOONTIPDELEGATE_H #define KFORMATTEDBALLOONTIPDELEGATE_H -#include <tooltips/ktooltip.h> +#include <tooltips/ktooltipdelegate.h> #include <QPainter> class KFormattedBalloonTipDelegate : public KToolTipDelegate |
