diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | b29a88760d18f56788e028cbdcf9f226727c7f45 (patch) | |
tree | 3535f5e6bf860326fb70b78344b588fbf03e2694 /mimetypes/Makefile.am | |
parent | 2cdbd87e392bb2fa15e9416c7202d5ab1275c9f8 (diff) | |
download | koffice-b29a88760d18f56788e028cbdcf9f226727c7f45.tar.gz koffice-b29a88760d18f56788e028cbdcf9f226727c7f45.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'mimetypes/Makefile.am')
-rw-r--r-- | mimetypes/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mimetypes/Makefile.am b/mimetypes/Makefile.am index ed1d00b8..943ef043 100644 --- a/mimetypes/Makefile.am +++ b/mimetypes/Makefile.am @@ -1,9 +1,9 @@ -if need_kde33_compatibility - KDE33MIMEDIR = kde33 +if need_trinity3_compatibility + KDE33MIMEDIR = trinity3 endif -if need_kde351_compatibility - KDE351MIMEDIR = kde351 +if need_trinity51_compatibility + KDE351MIMEDIR = trinity51 endif SUBDIRS = $(KDE33MIMEDIR) $(KDE351MIMEDIR) |