From 4b3c5dd929ea78ca3b6f656a63d70b10d2f43885 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Nov 2011 17:42:48 -0600 Subject: Fix FTBFS --- src/commands/edit/ClearTriggersCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/edit/ClearTriggersCommand.h') diff --git a/src/commands/edit/ClearTriggersCommand.h b/src/commands/edit/ClearTriggersCommand.h index 5372f93..0abbdb7 100644 --- a/src/commands/edit/ClearTriggersCommand.h +++ b/src/commands/edit/ClearTriggersCommand.h @@ -44,7 +44,7 @@ class ClearTriggersCommand : public BasicSelectionCommand public: ClearTriggersCommand(EventSelection &selection, TQString name = 0) : - BasicSelectionCommand(name ? name : getGlobalName(), selection, true), + BasicSelectionCommand(!name.isNull() ? name : getGlobalName(), selection, true), m_selection(&selection) { } -- cgit v1.2.1