summaryrefslogtreecommitdiffstats
path: root/libtdeedu
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-12 18:46:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-17 14:10:44 +0900
commit32e1827c79cc9ac21c6540dc3c07d9e364bb54f7 (patch)
tree295a94b53b0053471b796c8d68b33c1589962b26 /libtdeedu
parent118efac31c7d85eda2db83c3f37cccfb6bd3e17d (diff)
downloadtdeedu-32e1827c79cc9ac21c6540dc3c07d9e364bb54f7.tar.gz
tdeedu-32e1827c79cc9ac21c6540dc3c07d9e364bb54f7.zip
Drop TQT_BASE_OBJECT* defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libtdeedu')
-rw-r--r--libtdeedu/extdate/extdatetimeedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libtdeedu/extdate/extdatetimeedit.cpp b/libtdeedu/extdate/extdatetimeedit.cpp
index 21e74809..1fe1a22c 100644
--- a/libtdeedu/extdate/extdatetimeedit.cpp
+++ b/libtdeedu/extdate/extdatetimeedit.cpp
@@ -474,7 +474,7 @@ void ExtDateTimeEditor::mousePressEvent( TQMouseEvent *e )
*/
bool ExtDateTimeEditor::eventFilter( TQObject *o, TQEvent *e )
{
- if ( TQT_BASE_OBJECT(o) == TQT_BASE_OBJECT(this) ) {
+ if ( o == this ) {
if ( e->type() == TQEvent::KeyPress ) {
TQKeyEvent *ke = (TQKeyEvent*)e;
switch ( ke->key() ) {