diff -uNrb tools-orig/thesaurus/extract.pl tools/thesaurus/extract.pl
--- tools-orig/thesaurus/extract.pl	2012-02-16 11:55:07.000000000 -0600
+++ tools/thesaurus/extract.pl	2014-02-15 14:33:32.732773182 -0600
@@ -1,6 +1,6 @@
 #!/usr/bin/perl -w
 # $Id: extract.pl 490579 2005-12-22 12:32:17Z scripty $
-# This file is part of the KDE project
+# This file is part of the TDE project
 # Copyright (C) 2001 Daniel Naber <daniel.naber@t-online.de>
 
 # This program is free software; you can redistribute it and/or
@@ -20,7 +20,7 @@
 # Extract information from WordNet data files - only useful for development.
 # cat together all of WordNet's data.* files and call this script. As a second
 # argument you can use a word frequency list as "Alphabetical frequency list of 
-# the whole corpus (lemmatized)" on http://www.comp.lancs.ac.uk/ucrel/bncfreq/flists.html
+# the whole corpus (lemmatized)" on http://ucrel.lancs.ac.uk/bncfreq/flists.html
 # This will remove all words whcih are not in the list, i.e. words that are rare.
 # 
 # Output of this script is:
diff -uNrb tools-orig/thesaurus/main.cc tools/thesaurus/main.cc
--- tools-orig/thesaurus/main.cc	2013-12-31 23:17:57.000000000 -0600
+++ tools/thesaurus/main.cc	2014-02-15 14:37:04.677679861 -0600
@@ -632,8 +632,8 @@
         m_resultbox->setText(i18n("<b>Error:</b> Failed to execute WordNet program 'wn'. "
             "WordNet has to be installed on your computer if you want to use it, "
             "and 'wn' has to be in your PATH. "
-            "You can get WordNet at <a href=\"http://www.cogsci.princeton.edu/~wn/\">"
-            "http://www.cogsci.princeton.edu/~wn/</a>. Note that WordNet only supports "
+            "You can get WordNet at <a href=\"http://wordnet.princeton.edu/wordnet/download/current-version/">"
+            "http://wordnet.princeton.edu/wordnet/download/current-version/</a>. Note that WordNet only supports "
             "the English language."));
         m_combobox->setEnabled(false);
         TQApplication::restoreOverrideCursor();
