diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 21:47:12 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 21:47:12 -0600 |
commit | 5feb3a1bc4eaf07b0a44bf84b33117cfbd30ffc2 (patch) | |
tree | 17972760e7300332561b51d366d2324f477cf678 /knewsticker | |
parent | c168a00493fa3252c4ab47e13318298fdd5bdddd (diff) | |
download | tdenetwork-5feb3a1bc4eaf07b0a44bf84b33117cfbd30ffc2.tar.gz tdenetwork-5feb3a1bc4eaf07b0a44bf84b33117cfbd30ffc2.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'knewsticker')
-rw-r--r-- | knewsticker/Makefile.am | 2 | ||||
-rw-r--r-- | knewsticker/common/Makefile.am | 2 | ||||
-rw-r--r-- | knewsticker/knewstickerstub/Makefile.am | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/knewsticker/Makefile.am b/knewsticker/Makefile.am index eea97be4..9ce35000 100644 --- a/knewsticker/Makefile.am +++ b/knewsticker/Makefile.am @@ -13,7 +13,7 @@ knewsticker_panelapplet_la_SOURCES = newsscroller.cpp \ newssourcedlgimpl.cpp newssourcedlg.ui knewsticker_panelapplet_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module knewsticker_panelapplet_la_LIBADD = common/libknewstickercommon.la \ - $(LIB_KIO) $(LIB_KDEUI) + $(LIB_KIO) $(LIB_TDEUI) appdatadir = $(kde_datadir)/knewsticker appdata_DATA = eventsrc diff --git a/knewsticker/common/Makefile.am b/knewsticker/common/Makefile.am index 60fddef7..5e90dabb 100644 --- a/knewsticker/common/Makefile.am +++ b/knewsticker/common/Makefile.am @@ -9,5 +9,5 @@ METASOURCES = AUTO libknewstickercommon_la_SOURCES = newsiconmgr.cpp xmlnewsaccess.cpp \ configaccess.cpp newsiconmgr.skel newsengine.cpp -libknewstickercommon_la_LIBADD = $(LIB_KIO) $(LIB_KDECORE) +libknewstickercommon_la_LIBADD = $(LIB_KIO) $(LIB_TDECORE) libknewstickercommon_la_LDFLAGS = $(all_libraries) -no-undefined diff --git a/knewsticker/knewstickerstub/Makefile.am b/knewsticker/knewstickerstub/Makefile.am index bdfd22ef..c3d57871 100644 --- a/knewsticker/knewstickerstub/Makefile.am +++ b/knewsticker/knewstickerstub/Makefile.am @@ -8,6 +8,6 @@ service_DATA = knewstickerstub.desktop METASOURCES = AUTO knewstickerstub_SOURCES = knewstickerstub.cpp -knewstickerstub_LDADD = $(LIB_KIO) ../common/libknewstickercommon.la $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -knewstickerstub_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) +knewstickerstub_LDADD = $(LIB_KIO) ../common/libknewstickercommon.la $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) +knewstickerstub_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) |