diff options
Diffstat (limited to 'src/qmmpui/templateeditor.cpp')
| -rw-r--r-- | src/qmmpui/templateeditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/templateeditor.cpp b/src/qmmpui/templateeditor.cpp index 203f91e6a..ac6fa45af 100644 --- a/src/qmmpui/templateeditor.cpp +++ b/src/qmmpui/templateeditor.cpp @@ -85,7 +85,7 @@ QString TemplateEditor::getTemplate (QWidget *parent, const QString &title, cons if(editor->exec() == QDialog::Accepted) { if(ok) - *ok = TRUE; + *ok = true; QString t = editor->currentTemplate(); editor->deleteLater(); return t; |
