diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:05:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:05:08 -0600 |
commit | 448895c1ad28a6e812fb8cb42c92a972014192b1 (patch) | |
tree | 852b9fef03846689968725d8b17a44bd5b50ddb7 /kttsd/plugins/freetts | |
parent | cafab379dc4d6ddcda7dbbf4cb15aa205c42cb8a (diff) | |
download | tdeaccessibility-448895c1ad28a6e812fb8cb42c92a972014192b1.tar.gz tdeaccessibility-448895c1ad28a6e812fb8cb42c92a972014192b1.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kttsd/plugins/freetts')
-rw-r--r-- | kttsd/plugins/freetts/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kttsd/plugins/freetts/README b/kttsd/plugins/freetts/README index 54d9dc2..d4706b9 100644 --- a/kttsd/plugins/freetts/README +++ b/kttsd/plugins/freetts/README @@ -1,6 +1,6 @@ This is the directory containing the FreeTTS plug in. If you intend to edit the GUI (freettsconfig.ui) you will have to first copy kttsd/libkttsd/pluginconf.h to a standard include directory -like $KDEDIR/include/ since the interface has been tweaked to derive +like $TDEDIR/include/ since the interface has been tweaked to derive from PlugInConf instead of QWidget and Qt Designer refuses to open it if the header is not properly place. |