diff options
Diffstat (limited to 'src/qmmpui/general.h')
| -rw-r--r-- | src/qmmpui/general.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/general.h b/src/qmmpui/general.h index 8ead65b37..700a021b2 100644 --- a/src/qmmpui/general.h +++ b/src/qmmpui/general.h @@ -54,7 +54,7 @@ public: * @param factory General plugin factory. * @param enable Plugin enable state (\b true - enable, \b false - disable) */ - static void setEnabled(GeneralFactory* factory, bool enable = TRUE); + static void setEnabled(GeneralFactory* factory, bool enable = true); /*! * Returns \b true if general plugin is enabled, otherwise returns \b false * @param factory General plugin factory. |
