From 05330e04abbc3e21a39655fe515e58718d229d2d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 5 Apr 2025 12:06:15 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro (cherry picked from commit a40b1ca8095d92cbe5876207558663dcab6d1de2) --- kate/snippets/plugin_katesnippets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate/snippets/plugin_katesnippets.cpp') diff --git a/kate/snippets/plugin_katesnippets.cpp b/kate/snippets/plugin_katesnippets.cpp index 5249a44..5fc4275 100644 --- a/kate/snippets/plugin_katesnippets.cpp +++ b/kate/snippets/plugin_katesnippets.cpp @@ -61,7 +61,7 @@ KatePluginSnippetsView::KatePluginSnippetsView(Kate::MainWindow *w, TQWidget *do ); // - lSnippets.setAutoDelete( TRUE ); // the list owns the objects + lSnippets.setAutoDelete( true ); // the list owns the objects config = new TDEConfig("katesnippetspluginrc"); readConfig(); -- cgit v1.2.3