diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:52:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:52:14 -0600 |
commit | 0a841682a5517fa5c9807fd0f09ffcf141bf1b35 (patch) | |
tree | f977fd590b6a9dd3867af92f7269e6c3b87433d5 /kdict | |
parent | 55b5e168e3b25303c9eff3b5e4b6e2317e13a156 (diff) | |
download | tdenetwork-0a841682a5517fa5c9807fd0f09ffcf141bf1b35.tar.gz tdenetwork-0a841682a5517fa5c9807fd0f09ffcf141bf1b35.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kdict')
-rw-r--r-- | kdict/ChangeLog | 2 | ||||
-rw-r--r-- | kdict/main.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kdict/ChangeLog b/kdict/ChangeLog index d9513c75..9d829073 100644 --- a/kdict/ChangeLog +++ b/kdict/ChangeLog @@ -4,7 +4,7 @@ like <,>,& into &, etc. 0.5.2 - + Kdict is now part of the offical kdenetwork package + + Kdict is now part of the offical tdenetwork package + support for IPv6 and socks-proxies + up-to-date docbook-handbook + code cleanup diff --git a/kdict/main.cpp b/kdict/main.cpp index 235f9048..fac93b58 100644 --- a/kdict/main.cpp +++ b/kdict/main.cpp @@ -15,7 +15,7 @@ #include <kaboutdata.h> #include <kcmdlineargs.h> #include <klocale.h> -#include <kdelibs_export.h> +#include <tdelibs_export.h> #include "application.h" #include "toplevel.h" |