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 | ace145bd99b2d41deef8a0ecc825a1dab12e742b (patch) | |
tree | a27a0caf021d25b8e62f07f803269e00346f3a69 /mimetypes/video | |
parent | cdbd0571baaf836a247dd997a6c4ca3755506297 (diff) | |
download | kmplayer-ace145bd99b2d41deef8a0ecc825a1dab12e742b.tar.gz kmplayer-ace145bd99b2d41deef8a0ecc825a1dab12e742b.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmplayer@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'mimetypes/video')
-rw-r--r-- | mimetypes/video/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mimetypes/video/Makefile.am b/mimetypes/video/Makefile.am index ab6158b..02d1336 100644 --- a/mimetypes/video/Makefile.am +++ b/mimetypes/video/Makefile.am @@ -1,5 +1,5 @@ -if need_kde31_compatibility - KDE31MIMEDIR = kde31 +if need_trinity1_compatibility + KDE31MIMEDIR = trinity1 endif SUBDIRS = . $(KDE31MIMEDIR) |