summaryrefslogtreecommitdiffstats
path: root/kate/snippets/plugin_katesnippets.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kate/snippets/plugin_katesnippets.cpp')
-rw-r--r--kate/snippets/plugin_katesnippets.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/snippets/plugin_katesnippets.cpp b/kate/snippets/plugin_katesnippets.cpp
index 356161f..540a8f8 100644
--- a/kate/snippets/plugin_katesnippets.cpp
+++ b/kate/snippets/plugin_katesnippets.cpp
@@ -61,7 +61,7 @@ KatePluginSnippetsView::KatePluginSnippetsView(Kate::MainWindow *w, TQWidget *do
);
//</make connections>
- lSnippets.setAutoDelete( TRUE ); // the list owns the objects
+ lSnippets.setAutoDelete( true ); // the list owns the objects
config = new TDEConfig("katesnippetspluginrc");
readConfig();