diff options
author | Slávek Banko <[email protected]> | 2013-09-03 20:01:54 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 20:58:45 +0200 |
commit | 3e88ddfbc3df52c97d5354890fb9ac68af49bddd (patch) | |
tree | f6830215ebdc83e794a7a223042537595490265f /kicker/applets/trash | |
parent | 5607b4ae2272da03b692475c2f773f3e27e671b8 (diff) | |
download | tdebase-3e88ddfbc3df52c97d5354890fb9ac68af49bddd.tar.gz tdebase-3e88ddfbc3df52c97d5354890fb9ac68af49bddd.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'kicker/applets/trash')
-rw-r--r-- | kicker/applets/trash/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/applets/trash/Makefile.am b/kicker/applets/trash/Makefile.am index 2da7fec68..602462a37 100644 --- a/kicker/applets/trash/Makefile.am +++ b/kicker/applets/trash/Makefile.am @@ -14,7 +14,7 @@ lnk_DATA = trashapplet.desktop EXTRA_DIST = $(lnk_DATA) trash_panelapplet_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -trash_panelapplet_la_LIBADD = ../../libkicker/libkickermain.la ../../../libkonq/libkonq.la $(LIB_TDEUI) $(LIB_KIO) $(LIB_KUTILS) +trash_panelapplet_la_LIBADD = ../../libkicker/libkickermain.la ../../../libkonq/libkonq.la $(LIB_TDEUI) $(LIB_TDEIO) $(LIB_TDEUTILS) messages: rc.cpp $(XGETTEXT) *.cpp *.h -o $(podir)/trashapplet.pot |