diff options
Diffstat (limited to 'src/vpntypesinfodialog.cpp')
-rw-r--r-- | src/vpntypesinfodialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpntypesinfodialog.cpp b/src/vpntypesinfodialog.cpp index 189ea76..3039cc0 100644 --- a/src/vpntypesinfodialog.cpp +++ b/src/vpntypesinfodialog.cpp @@ -108,7 +108,7 @@ VpnTypesInfoDialog::VpnTypesInfoDialog ( KVpncConfig *GlobalConfig, TQWidget *pa main->InfoListView->setSorting(1); VpnTypesInfoList = new TQPtrList<VpnTypeInfo>(); - VpnTypesInfoList->setAutoDelete( TRUE ); // the list owns the objects + VpnTypesInfoList->setAutoDelete( true ); // the list owns the objects VpnTypeInfo *it; |