From 2c2fbd828ca474671bb9e03681b30b115d8d6035 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 15:57:02 -0600 Subject: Actually move the kde files that were renamed in the last commit --- libtdepim/icons/CMakeLists.txt | 12 ++++++++++++ libtdepim/icons/Makefile.am | 2 ++ libtdepim/icons/cr22-action-button_fewer.png | Bin 0 -> 883 bytes libtdepim/icons/cr22-action-button_more.png | Bin 0 -> 769 bytes 4 files changed, 14 insertions(+) create mode 100644 libtdepim/icons/CMakeLists.txt create mode 100644 libtdepim/icons/Makefile.am create mode 100644 libtdepim/icons/cr22-action-button_fewer.png create mode 100644 libtdepim/icons/cr22-action-button_more.png (limited to 'libtdepim/icons') diff --git a/libtdepim/icons/CMakeLists.txt b/libtdepim/icons/CMakeLists.txt new file mode 100644 index 000000000..189a3a200 --- /dev/null +++ b/libtdepim/icons/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_install_icons() diff --git a/libtdepim/icons/Makefile.am b/libtdepim/icons/Makefile.am new file mode 100644 index 000000000..2e31aecbf --- /dev/null +++ b/libtdepim/icons/Makefile.am @@ -0,0 +1,2 @@ +KDE_ICON=AUTO + diff --git a/libtdepim/icons/cr22-action-button_fewer.png b/libtdepim/icons/cr22-action-button_fewer.png new file mode 100644 index 000000000..96919575a Binary files /dev/null and b/libtdepim/icons/cr22-action-button_fewer.png differ diff --git a/libtdepim/icons/cr22-action-button_more.png b/libtdepim/icons/cr22-action-button_more.png new file mode 100644 index 000000000..31c064ba9 Binary files /dev/null and b/libtdepim/icons/cr22-action-button_more.png differ -- cgit v1.2.1