summaryrefslogtreecommitdiffstats
path: root/tdeui/kcursor.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:18:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-14 21:18:11 -0600
commitfc3c9d3c5ff6ed64cdaeaf2e9c050aa3037fe335 (patch)
treef1e7de165d9a038aed66481b047cd32b4e1091df /tdeui/kcursor.cpp
parent00894908e7b9359d8432a615380bf3db1d4745a0 (diff)
downloadtdelibs-fc3c9d3c5ff6ed64cdaeaf2e9c050aa3037fe335.tar.gz
tdelibs-fc3c9d3c5ff6ed64cdaeaf2e9c050aa3037fe335.zip
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'tdeui/kcursor.cpp')
-rw-r--r--tdeui/kcursor.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tdeui/kcursor.cpp b/tdeui/kcursor.cpp
index 094e581be..1458f88dc 100644
--- a/tdeui/kcursor.cpp
+++ b/tdeui/kcursor.cpp
@@ -78,7 +78,7 @@ TQCursor KCursor::handCursor()
hand_cursor = new TQCursor(PointingHandCursor);
}
- Q_CHECK_PTR(hand_cursor);
+ TQ_CHECK_PTR(hand_cursor);
return *hand_cursor;
}
@@ -135,7 +135,7 @@ TQCursor KCursor::workingCursor()
working_cursor->handle();
}
- Q_CHECK_PTR(working_cursor);
+ TQ_CHECK_PTR(working_cursor);
return *working_cursor;
}