From 6955a7ebe3c3a0ae2af416fc57ca1f3e9af0ecc3 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 1 Dec 2012 23:30:53 -0600 Subject: Automated update from Qt3 --- src/widgets/qtooltip.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/widgets/qtooltip.cpp') diff --git a/src/widgets/qtooltip.cpp b/src/widgets/qtooltip.cpp index 924d563d7..b6826a816 100644 --- a/src/widgets/qtooltip.cpp +++ b/src/widgets/qtooltip.cpp @@ -824,6 +824,10 @@ TQToolTip::TQToolTip( TQWidget * widget, TQToolTipGroup * group ) TQString::null, g, TQString::null, this, FALSE ); } +TQToolTip::~TQToolTip() +{ +} + /*! Adds a tool tip to \a widget. \a text is the text to be shown in -- cgit v1.2.1