summaryrefslogtreecommitdiffstats
path: root/src/vpntypesinfodialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpntypesinfodialog.cpp')
-rw-r--r--src/vpntypesinfodialog.cpp2
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;