diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:01:54 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:58:45 +0200 |
commit | 3e88ddfbc3df52c97d5354890fb9ac68af49bddd (patch) | |
tree | f6830215ebdc83e794a7a223042537595490265f /konqueror/sidebar/test | |
parent | 5607b4ae2272da03b692475c2f773f3e27e671b8 (diff) | |
download | tdebase-3e88ddfbc3df52c97d5354890fb9ac68af49bddd.tar.gz tdebase-3e88ddfbc3df52c97d5354890fb9ac68af49bddd.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'konqueror/sidebar/test')
-rw-r--r-- | konqueror/sidebar/test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/sidebar/test/Makefile.am b/konqueror/sidebar/test/Makefile.am index ebaeff299..570b60c80 100644 --- a/konqueror/sidebar/test/Makefile.am +++ b/konqueror/sidebar/test/Makefile.am @@ -16,7 +16,7 @@ kde_module_LTLIBRARIES = konq_sidebartest.la # the Part's source, library search path, and link libraries konq_sidebartest_la_SOURCES = konqsidebartest.cpp konq_sidebartest_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -konq_sidebartest_la_LIBADD = $(LIB_KPARTS) $(LIB_KIO) ../libkonqsidebarplugin.la +konq_sidebartest_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEIO) ../libkonqsidebarplugin.la # this is where the part's XML-GUI resource file goes partrcdir = $(kde_datadir)/konqsidebartng/entries |