summaryrefslogtreecommitdiffstats
path: root/mimetypes
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
commitace145bd99b2d41deef8a0ecc825a1dab12e742b (patch)
treea27a0caf021d25b8e62f07f803269e00346f3a69 /mimetypes
parentcdbd0571baaf836a247dd997a6c4ca3755506297 (diff)
downloadkmplayer-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')
-rw-r--r--mimetypes/Makefile.am2
-rw-r--r--mimetypes/video/Makefile.am4
2 files changed, 3 insertions, 3 deletions
diff --git a/mimetypes/Makefile.am b/mimetypes/Makefile.am
index 33c74d1..ab2d031 100644
--- a/mimetypes/Makefile.am
+++ b/mimetypes/Makefile.am
@@ -1,4 +1,4 @@
-if need_kde32_compatibility
+if need_trinity2_compatibility
KDE32MIMEDIR = audio
endif
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)