diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:28:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:28:57 -0600 |
commit | 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch) | |
tree | b7c6396f4f7fe78dcd49424bff707e977541de18 /kdeprint/slave/templates/Makefile.am | |
parent | 66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff) | |
download | tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip |
Additional kde to tde renaming
Diffstat (limited to 'kdeprint/slave/templates/Makefile.am')
-rw-r--r-- | kdeprint/slave/templates/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdeprint/slave/templates/Makefile.am b/kdeprint/slave/templates/Makefile.am index 7fde236a2..3f23f9d2d 100644 --- a/kdeprint/slave/templates/Makefile.am +++ b/kdeprint/slave/templates/Makefile.am @@ -13,7 +13,7 @@ template_DATA = class.template \ box-top-right.png \ bar-bottom-right.png \ bottom-left.png \ - box-centre-kdeprint.png \ + box-centre-tdeprint.png \ top-left.png \ bar-middle-left.png \ bottom-middle.png \ @@ -22,10 +22,10 @@ template_DATA = class.template \ bar-middle-right.png \ bottom-right.png \ box-middle-right.png \ - top-right-kdeprint.png \ + top-right-tdeprint.png \ bar-top-left.png \ box-bottom-left.png \ box-top-left.png \ htmlstyles.css -templatedir = $(kde_datadir)/kdeprint/template +templatedir = $(kde_datadir)/tdeprint/template |