summaryrefslogtreecommitdiffstats
path: root/src/widgets/qtooltip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qtooltip.cpp')
-rw-r--r--src/widgets/qtooltip.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/widgets/qtooltip.cpp b/src/widgets/qtooltip.cpp
index e61707f5..ace4fd31 100644
--- a/src/widgets/qtooltip.cpp
+++ b/src/widgets/qtooltip.cpp
@@ -36,13 +36,13 @@
**
**********************************************************************/
-#include "qtooltip.h"
+#include "ntqtooltip.h"
#ifndef QT_NO_TOOLTIP
-#include "qlabel.h"
-#include "qptrdict.h"
-#include "qapplication.h"
-#include "qguardedptr.h"
-#include "qtimer.h"
+#include "ntqlabel.h"
+#include "ntqptrdict.h"
+#include "ntqapplication.h"
+#include "ntqguardedptr.h"
+#include "ntqtimer.h"
#include "qeffects_p.h"
static bool globally_enabled = TRUE;
@@ -649,7 +649,7 @@ void TQTipManager::setWakeUpDelay ( int i )
}
/*!
- \class TQToolTip qtooltip.h
+ \class TQToolTip ntqtooltip.h
\brief The TQToolTip class provides tool tips (balloon help) for
any widget or rectangular part of a widget.
@@ -1102,7 +1102,7 @@ void TQToolTip::clear()
/*!
- \class TQToolTipGroup qtooltip.h
+ \class TQToolTipGroup ntqtooltip.h
\brief The TQToolTipGroup class collects tool tips into related groups.
\ingroup helpsystem