From 20e4a19b0d7cc800d57be50c56d69023adae4046 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 11 Jul 2023 21:42:08 +0900 Subject: Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro --- lib/kofficecore/KoDocument.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/kofficecore/KoDocument.cpp') diff --git a/lib/kofficecore/KoDocument.cpp b/lib/kofficecore/KoDocument.cpp index b8dbea81..e465ce77 100644 --- a/lib/kofficecore/KoDocument.cpp +++ b/lib/kofficecore/KoDocument.cpp @@ -182,7 +182,7 @@ public: virtual void resizeEvent( TQResizeEvent * ) { - TQObject *wid = child( 0, TQWIDGET_OBJECT_NAME_STRING ); + TQObject *wid = child( 0, "TQWidget" ); if ( wid ) TQT_TQWIDGET(wid)->setGeometry( 0, 0, width(), height() ); } -- cgit v1.2.1