From 707310036113d2d0ae9da1cc7f85d0e642bf9686 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 12 Jul 2023 11:09:49 +0900 Subject: Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. Signed-off-by: Michele Calgaro (cherry picked from commit 36c049e135b0cec7cf97b41888860186813df5f0) --- tdeui/kjanuswidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdeui/kjanuswidget.cpp') diff --git a/tdeui/kjanuswidget.cpp b/tdeui/kjanuswidget.cpp index 513ae2d8a..7330fa6e8 100644 --- a/tdeui/kjanuswidget.cpp +++ b/tdeui/kjanuswidget.cpp @@ -684,7 +684,7 @@ int KJanusWidget::pageIndex( TQWidget *widget ) const // and addGridPage() but not with addPage() which returns a child of // the toplevel page. addPage() returns a TQFrame so I check for that. // - if( widget->isA(TQFRAME_OBJECT_NAME_STRING) ) + if( widget->isA("TQFrame") ) { return d->mPageToInt[widget->parentWidget()]; } -- cgit v1.2.1