summaryrefslogtreecommitdiffstats
path: root/libtdeedu/extdate/extdatetbl.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-12-20 22:30:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-12-21 09:40:01 +0900
commit5446eb7150897a6fb453a7246d7d09ddd8d2bc69 (patch)
tree256ab63f945cfa34856ae619951a8eb7773918ee /libtdeedu/extdate/extdatetbl.cpp
parent63af14c32527b3449e31cd9d01c38b5074177378 (diff)
downloadtdeedu-5446eb7150897a6fb453a7246d7d09ddd8d2bc69.tar.gz
tdeedu-5446eb7150897a6fb453a7246d7d09ddd8d2bc69.zip
Replace various '#define' strings - part 6
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit cf40f006901966bdf86163dbe5d1c7cb55f099ec)
Diffstat (limited to 'libtdeedu/extdate/extdatetbl.cpp')
-rw-r--r--libtdeedu/extdate/extdatetbl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libtdeedu/extdate/extdatetbl.cpp b/libtdeedu/extdate/extdatetbl.cpp
index 087c674e..a4a8e244 100644
--- a/libtdeedu/extdate/extdatetbl.cpp
+++ b/libtdeedu/extdate/extdatetbl.cpp
@@ -83,7 +83,7 @@ public:
ExtDateValidator::ExtDateValidator(TQWidget* parent, const char* name)
- : TQValidator(TQT_TQOBJECT(parent), name)
+ : TQValidator(parent, name)
{
}
@@ -567,7 +567,7 @@ void ExtDateTable::unsetCustomDatePainting( const ExtDate &date )
ExtDateInternalWeekSelector::ExtDateInternalWeekSelector
(TQWidget* parent, const char* name)
: KLineEdit(parent, name),
- val(new TQIntValidator(TQT_TQOBJECT(this))),
+ val(new TQIntValidator(this)),
result(0)
{
TQFont font;
@@ -813,7 +813,7 @@ ExtDateInternalMonthPicker::contentsMouseReleaseEvent(TQMouseEvent *e)
ExtDateInternalYearSelector::ExtDateInternalYearSelector
(TQWidget* parent, const char* name)
: TQLineEdit(parent, name),
- val(new TQIntValidator(TQT_TQOBJECT(this))),
+ val(new TQIntValidator(this)),
result(0),
d(new ExtDateInternalYearPrivate())
{