summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-21 03:43:39 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2015-09-21 03:43:39 -0500
commit4e04b0a438c17fc33d3424f810dbc0fb5e8666d9 (patch)
treee92abdc053d9a6a3166137672b4a4aaf69810854
parent85c0e479c1d997b4127748ee6a2c749378940046 (diff)
downloadtdelibs-4e04b0a4.tar.gz
tdelibs-4e04b0a4.zip
Fix prior commit
-rw-r--r--tdecore/tdeaboutdata.h4
1 files 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: