From 5198c9d3ac02aa9c7949f49e3cf374f683facb18 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 8 Apr 2025 12:59:07 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- src/pluginselectdialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pluginselectdialog.h') diff --git a/src/pluginselectdialog.h b/src/pluginselectdialog.h index fc00c5f7..4f0820c7 100644 --- a/src/pluginselectdialog.h +++ b/src/pluginselectdialog.h @@ -23,7 +23,7 @@ class PluginSelectDialog : public PluginSelectDialogBase public: - PluginSelectDialog( TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + PluginSelectDialog( TQWidget* parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 ); ~PluginSelectDialog(); TQStringList unselectedPluginNames(); -- cgit v1.2.3