diff options
Diffstat (limited to 'kdecore/kaboutdata.h')
-rw-r--r-- | kdecore/kaboutdata.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdecore/kaboutdata.h b/kdecore/kaboutdata.h index 00e0b73a5..9c56b03b0 100644 --- a/kdecore/kaboutdata.h +++ b/kdecore/kaboutdata.h @@ -199,7 +199,7 @@ class KDECORE_EXPORT KAboutData License_QPL = 5, License_QPL_V1_0 = 5, License_GPL_V3 = 6, - License_LGPL_V3 = 6 + License_LGPL_V3 = 7 }; public: |