diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:01:40 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-09-03 20:57:38 +0200 |
commit | 6085d1a6e1cccacd3af4aaab64ea48a731d5143f (patch) | |
tree | b31e58257947d28b53a71aa70578e6570a19e718 /noatun-plugins | |
parent | 2a2b106c34df9c430eb6ebf97196b79344b94608 (diff) | |
download | tdeaddons-6085d1a6e1cccacd3af4aaab64ea48a731d5143f.tar.gz tdeaddons-6085d1a6e1cccacd3af4aaab64ea48a731d5143f.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'noatun-plugins')
-rw-r--r-- | noatun-plugins/dub/dub/Makefile.am | 2 | ||||
-rw-r--r-- | noatun-plugins/dub/dub/fileselectorwidget.h | 2 | ||||
-rw-r--r-- | noatun-plugins/oblique/Makefile.am | 2 | ||||
-rw-r--r-- | noatun-plugins/synaescope/Makefile.am | 2 | ||||
-rw-r--r-- | noatun-plugins/tippercanoe/Makefile.am | 2 | ||||
-rw-r--r-- | noatun-plugins/tyler/Makefile.am | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/noatun-plugins/dub/dub/Makefile.am b/noatun-plugins/dub/dub/Makefile.am index 5c6e029..6aff1f7 100644 --- a/noatun-plugins/dub/dub/Makefile.am +++ b/noatun-plugins/dub/dub/Makefile.am @@ -9,7 +9,7 @@ EXTRA_DIST = dubui.rc dub.plugin BUGS \ dub.h dubdoc.h dubview.h fileselectorwidget.h dubplaylist.h dubplaylistitem.h noatundub_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -noatundub_la_LIBADD = $(LIB_KIO) -lnoatun +noatundub_la_LIBADD = $(LIB_TDEIO) -lnoatun noatun_DATA = dub.plugin noatundir = $(kde_datadir)/noatun diff --git a/noatun-plugins/dub/dub/fileselectorwidget.h b/noatun-plugins/dub/dub/fileselectorwidget.h index 2bfc489..e84534b 100644 --- a/noatun-plugins/dub/dub/fileselectorwidget.h +++ b/noatun-plugins/dub/dub/fileselectorwidget.h @@ -1,5 +1,5 @@ /*-*-c++-*-***************************************************************** - * Copyright (C) 2001 by Bernd Gehrmann bernd@tdevelop.org * + * Copyright (C) 2001 by Bernd Gehrmann bernd@kdevelop.org * * Copyright (C) 2002 by Eray Ozkural erayo@cs.bilkent.edu.tr * * * * This program is free software; you can redistribute it and/or modify * diff --git a/noatun-plugins/oblique/Makefile.am b/noatun-plugins/oblique/Makefile.am index b605665..9b9742a 100644 --- a/noatun-plugins/oblique/Makefile.am +++ b/noatun-plugins/oblique/Makefile.am @@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = noatun_oblique.la noatun_oblique_la_SOURCES = base.cpp kbuffer.cpp query.cpp oblique.cpp tree.cpp file.cpp selector.cpp menu.cpp cmodule.cpp kdatacollection.cpp view.cpp noatun_oblique_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined -noatun_oblique_la_LIBADD = $(LIB_KIO) -lnoatun $(BERKELEY_DB_LIBS) +noatun_oblique_la_LIBADD = $(LIB_TDEIO) -lnoatun $(BERKELEY_DB_LIBS) noatun_oblique_la_METASOURCES = AUTO diff --git a/noatun-plugins/synaescope/Makefile.am b/noatun-plugins/synaescope/Makefile.am index 3978433..6108736 100644 --- a/noatun-plugins/synaescope/Makefile.am +++ b/noatun-plugins/synaescope/Makefile.am @@ -11,7 +11,7 @@ noatunsynaescope_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm bin_PROGRAMS = noatunsynaescope.bin noatunsynaescope_bin_SOURCES = core.cpp main.cpp sdlwrap.cpp ui.cpp -noatunsynaescope_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +noatunsynaescope_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor noatunsynaescope_bin_LDADD = $(LIB_TDEUI) -lnoatun $(SDL_LIBS) noatun_DATA = synaescope.plugin diff --git a/noatun-plugins/tippercanoe/Makefile.am b/noatun-plugins/tippercanoe/Makefile.am index a325e1a..4be7a80 100644 --- a/noatun-plugins/tippercanoe/Makefile.am +++ b/noatun-plugins/tippercanoe/Makefile.am @@ -11,7 +11,7 @@ noatuntippecanoe_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm bin_PROGRAMS = noatuntippecanoe.bin noatuntippecanoe_bin_SOURCES = core.cpp main.cpp ui.cpp sdlwrap.cpp -noatuntippecanoe_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +noatuntippecanoe_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor noatuntippecanoe_bin_LDADD = $(LIB_TDEUI) -lm $(SDL_LIBS) noatun_DATA = tippecanoe.plugin diff --git a/noatun-plugins/tyler/Makefile.am b/noatun-plugins/tyler/Makefile.am index 7f24717..985df78 100644 --- a/noatun-plugins/tyler/Makefile.am +++ b/noatun-plugins/tyler/Makefile.am @@ -11,7 +11,7 @@ noatuntyler_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm bin_PROGRAMS = noatuntyler.bin noatuntyler_bin_SOURCES = main.cpp file.cpp compute.c display.c renderer.c -noatuntyler_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor +noatuntyler_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor noatuntyler_bin_LDADD = $(LIB_TDECORE) -lm $(SDL_LIBS) noatun_DATA = tyler.plugin tylerstates |