diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-08-05 17:38:27 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-08-05 20:42:02 +0900 |
commit | b0e6ce58360d7f8a32d99f32eb6fd7450bf9d9b7 (patch) | |
tree | 960ba2d4424eda3bf9e05a2241d8e1ffa33565e7 /tdehtml | |
parent | 58a8336f9a77e82d05a6803e8c3fe9bb51c5e25a (diff) | |
download | tdelibs-b0e6ce58360d7f8a32d99f32eb6fd7450bf9d9b7.tar.gz tdelibs-b0e6ce58360d7f8a32d99f32eb6fd7450bf9d9b7.zip |
Moved common icons into crystal folder to avoid icon duplication in
tdehtml, tdevelop and ktechlab.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 50786910ffbf92a9986e8bca7b0a34d7289f7a4b)
Diffstat (limited to 'tdehtml')
-rw-r--r-- | tdehtml/pics/CMakeLists.txt | 4 | ||||
-rw-r--r-- | tdehtml/pics/Makefile.am | 6 | ||||
-rw-r--r-- | tdehtml/pics/cr22-action-dbgnext.png | bin | 157 -> 0 bytes | |||
-rw-r--r-- | tdehtml/pics/cr22-action-dbgrun.png | bin | 185 -> 0 bytes | |||
-rw-r--r-- | tdehtml/pics/cr22-action-dbgrunto.png | bin | 215 -> 0 bytes | |||
-rw-r--r-- | tdehtml/pics/cr22-action-dbgstep.png | bin | 149 -> 0 bytes |
6 files changed, 0 insertions, 10 deletions
diff --git a/tdehtml/pics/CMakeLists.txt b/tdehtml/pics/CMakeLists.txt index 17390707c..b8c183456 100644 --- a/tdehtml/pics/CMakeLists.txt +++ b/tdehtml/pics/CMakeLists.txt @@ -14,7 +14,3 @@ tde_install_icons( bug images_display wallet_open DESTINATION ${DATA_INSTALL_DIR}/tdehtml/icons ) - -tde_install_icons( - dbgnext dbgrun dbgrunto dbgstep -) diff --git a/tdehtml/pics/Makefile.am b/tdehtml/pics/Makefile.am index 7477bfd51..599093908 100644 --- a/tdehtml/pics/Makefile.am +++ b/tdehtml/pics/Makefile.am @@ -2,9 +2,3 @@ tdehtmliconsdir = $(kde_datadir)/tdehtml/icons tdehtmlicons_ICON = bug \ images_display \ wallet_open - -# Install globally so they show up in when JS debugger is run in Konqueror -KDE_ICON = dbgnext \ - dbgrun \ - dbgrunto \ - dbgstep diff --git a/tdehtml/pics/cr22-action-dbgnext.png b/tdehtml/pics/cr22-action-dbgnext.png Binary files differdeleted file mode 100644 index 37f93e09c..000000000 --- a/tdehtml/pics/cr22-action-dbgnext.png +++ /dev/null diff --git a/tdehtml/pics/cr22-action-dbgrun.png b/tdehtml/pics/cr22-action-dbgrun.png Binary files differdeleted file mode 100644 index 4f6f2b497..000000000 --- a/tdehtml/pics/cr22-action-dbgrun.png +++ /dev/null diff --git a/tdehtml/pics/cr22-action-dbgrunto.png b/tdehtml/pics/cr22-action-dbgrunto.png Binary files differdeleted file mode 100644 index 02bf7846b..000000000 --- a/tdehtml/pics/cr22-action-dbgrunto.png +++ /dev/null diff --git a/tdehtml/pics/cr22-action-dbgstep.png b/tdehtml/pics/cr22-action-dbgstep.png Binary files differdeleted file mode 100644 index 854be7a46..000000000 --- a/tdehtml/pics/cr22-action-dbgstep.png +++ /dev/null |