summaryrefslogtreecommitdiffstats
path: root/kdeui/kcursor_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui/kcursor_private.h')
-rw-r--r--kdeui/kcursor_private.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeui/kcursor_private.h b/kdeui/kcursor_private.h
index 839350c8c..0ed1789e6 100644
--- a/kdeui/kcursor_private.h
+++ b/kdeui/kcursor_private.h
@@ -36,7 +36,7 @@ class TQWidget;
* @author John Firebaugh <jfirebaugh@kde.org>
* @author Carsten Pfeiffer <pfeiffer@kde.org>
*/
-class KCursorPrivateAutoHideEventFilter : public QObject
+class KCursorPrivateAutoHideEventFilter : public TQObject
{
Q_OBJECT
@@ -68,7 +68,7 @@ private:
* @author Carsten Pfeiffer <pfeiffer@kde.org>
* @author John Firebaugh <jfirebaugh@kde.org>
*/
-class KCursorPrivate : public QObject
+class KCursorPrivate : public TQObject
{
friend class KCursor; // to shut up the compiler
Q_OBJECT