summaryrefslogtreecommitdiffstats
path: root/tdedebugdialog/tdedebugdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdedebugdialog/tdedebugdialog.cpp')
-rw-r--r--tdedebugdialog/tdedebugdialog.cpp2
1 files changed, 1 insertions, 1 deletions
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") );