From 4e04b0a438c17fc33d3424f810dbc0fb5e8666d9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 21 Sep 2015 03:43:39 -0500 Subject: [PATCH] Fix prior commit --- tdecore/tdeaboutdata.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tdecore/tdeaboutdata.h b/tdecore/tdeaboutdata.h index 11c27cfd3..c025dbedd 100644 --- a/tdecore/tdeaboutdata.h +++ b/tdecore/tdeaboutdata.h @@ -197,9 +197,9 @@ class TDECORE_EXPORT TDEAboutData License_BSD = 3, License_Artistic = 4, License_QPL = 5, - License_QPL_V1_0 = 5 + License_QPL_V1_0 = 5, License_GPL_V3 = 6, - License_LGPL_V3 = 6, + License_LGPL_V3 = 6 }; public: