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 | 452dc1bc85da499f67d6cacd130263377552c631 (patch) | |
tree | bd859131120b044fd19fcb847e18a2e74ee9a923 /khtml/kmultipart | |
parent | 25a5b3950e013d67b68f091cdfac27eb1ad0debc (diff) | |
download | tdelibs-452dc1bc85da499f67d6cacd130263377552c631.tar.gz tdelibs-452dc1bc85da499f67d6cacd130263377552c631.zip |
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'khtml/kmultipart')
-rw-r--r-- | khtml/kmultipart/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/kmultipart/Makefile.am b/khtml/kmultipart/Makefile.am index b6d6af0df..9cdae7168 100644 --- a/khtml/kmultipart/Makefile.am +++ b/khtml/kmultipart/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = -I$(top_srcdir)/khtml -I$(top_srcdir)/kio/httpfilter -I$(top_srcdir)/kutils $(all_includes) # These are not really libraries, but modules dynamically opened. -# So they should be installed in kde_module_dir, which is usually $kde_prefix/lib/kde3 +# So they should be installed in kde_module_dir, which is usually $kde_prefix/lib/trinity kde_module_LTLIBRARIES = libkmultipart.la libkmultipart_la_SOURCES = kmultipart.cpp |