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 17:38:27 +0900 |
commit | 50786910ffbf92a9986e8bca7b0a34d7289f7a4b (patch) | |
tree | c3feb7347d811b4470242c8a859919886ca9a274 /tdehtml | |
parent | 88428d3b516e4fa5b7b76d5433542cea481bb6a8 (diff) | |
download | tdelibs-50786910ffbf92a9986e8bca7b0a34d7289f7a4b.tar.gz tdelibs-50786910ffbf92a9986e8bca7b0a34d7289f7a4b.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>
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 |