summaryrefslogtreecommitdiffstats
path: root/buildtools/autotools/targetoptionsdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'buildtools/autotools/targetoptionsdlg.cpp')
-rw-r--r--buildtools/autotools/targetoptionsdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/autotools/targetoptionsdlg.cpp b/buildtools/autotools/targetoptionsdlg.cpp
index ac2767a7..f19f1873 100644
--- a/buildtools/autotools/targetoptionsdlg.cpp
+++ b/buildtools/autotools/targetoptionsdlg.cpp
@@ -133,7 +133,7 @@ void TargetOptionsDialog::readConfig()
clitem = static_cast<TQCheckListItem*>(clitem->nextSibling());
}
}
- if ( inlistItem == false ) {
+ if ( !inlistItem ) {
TQListViewItem *item = new TQListViewItem(outsidelib_listview, *l2it);
if (lastItem)
item->moveItem(lastItem);