From 013ee07b55a3738b28b5d46324392d8498b50f2b Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Thu, 11 Mar 2010 18:46:25 +0000 Subject: removed obsolete members git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1619 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmpui/templateeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qmmpui/templateeditor.cpp') 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; -- cgit v1.2.3-13-gbd6f