summaryrefslogtreecommitdiffstats
path: root/kate/snippets/plugin_katesnippets.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-05 12:06:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-07 10:48:04 +0900
commit05330e04abbc3e21a39655fe515e58718d229d2d (patch)
tree10b6b693f29d4d6c882b7be59fc2b5bee2a64ffd /kate/snippets/plugin_katesnippets.cpp
parent0900b7aa951e81a02ce679c1c5d88f09afa3749d (diff)
downloadtdeaddons-05330e04abbc3e21a39655fe515e58718d229d2d.tar.gz
tdeaddons-05330e04abbc3e21a39655fe515e58718d229d2d.zip
Replace TRUE/FALSE with boolean values true/falser14.1.4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a40b1ca8095d92cbe5876207558663dcab6d1de2)
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 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
);
//</make connections>
- lSnippets.setAutoDelete( TRUE ); // the list owns the objects
+ lSnippets.setAutoDelete( true ); // the list owns the objects
config = new TDEConfig("katesnippetspluginrc");
readConfig();