From 3f84b83e22ef17cc53110d2c31bf6f1b3d850971 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 3 Dec 2023 00:48:02 +0900 Subject: Replaced various '#define' with actual strings - part 5 Signed-off-by: Michele Calgaro (cherry picked from commit 1390bece9a81780610a9aee6f7d543f72bf57d1a) --- tdedebugdialog/tdedebugdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdedebugdialog') diff --git a/tdedebugdialog/tdedebugdialog.cpp b/tdedebugdialog/tdedebugdialog.cpp index d63fac78b..b5ced18a0 100644 --- a/tdedebugdialog/tdedebugdialog.cpp +++ b/tdedebugdialog/tdedebugdialog.cpp @@ -60,7 +60,7 @@ TDEDebugDialog::TDEDebugDialog( TQStringList areaList, TQWidget *parent, const c TQGridLayout *gbox = new TQGridLayout( 2, 2, KDialog::marginHint() ); if( gbox == 0 ) { return; } - topLayout->addLayout( TQT_TQLAYOUT(gbox) ); + topLayout->addLayout( gbox ); TQStringList destList; destList.append( i18n("File") ); -- cgit v1.2.1