diff options
Diffstat (limited to 'korganizer/koincidencetooltip.h')
-rw-r--r-- | korganizer/koincidencetooltip.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/korganizer/koincidencetooltip.h b/korganizer/koincidencetooltip.h index 348ab890b..7b8a3536d 100644 --- a/korganizer/koincidencetooltip.h +++ b/korganizer/koincidencetooltip.h @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef KOINCIDENCETOOLTIP_H #define KOINCIDENCETOOLTIP_H @@ -37,7 +37,7 @@ class KOAgendaItem; /** @author Reinhold Kainhofer */ -class KOIncidenceToolTip : public QToolTip +class KOIncidenceToolTip : public TQToolTip { public: KOIncidenceToolTip( TQWidget *widget, Calendar *calendar, const TQDate &date, TQToolTipGroup *group = 0 ) |