aboutsummaryrefslogtreecommitdiff
path: root/src/qmmpui/templateeditor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmmpui/templateeditor.cpp')
-rw-r--r--src/qmmpui/templateeditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/templateeditor.cpp b/src/qmmpui/templateeditor.cpp
index ac6fa45af..0dd22546b 100644
--- a/src/qmmpui/templateeditor.cpp
+++ b/src/qmmpui/templateeditor.cpp
@@ -93,7 +93,7 @@ QString TemplateEditor::getTemplate (QWidget *parent, const QString &title, cons
else
{
if(ok)
- *ok = FALSE;
+ *ok = false;
editor->deleteLater();
return QString();
}