diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:44:49 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 21:44:49 -0600 |
commit | 1677e06cb01b7b147c696bfb0ad6db6695ac8d44 (patch) | |
tree | 382f03f66e3beab61192c5a8005781feeffee213 /kstars | |
parent | 39cc6243b65c2b4f7f5d745f1ff08b09b4cd8c67 (diff) | |
download | tdeedu-1677e06cb01b7b147c696bfb0ad6db6695ac8d44.tar.gz tdeedu-1677e06cb01b7b147c696bfb0ad6db6695ac8d44.zip |
Rename additional instances of KDE to TDE
Diffstat (limited to 'kstars')
-rw-r--r-- | kstars/kstars.kdevprj | 2 | ||||
-rw-r--r-- | kstars/kstars/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars.kdevprj b/kstars/kstars.kdevprj index b5a8fc09..91038fe2 100644 --- a/kstars/kstars.kdevprj +++ b/kstars/kstars.kdevprj @@ -22,7 +22,7 @@ bin_program=kstars cflags= cppflags= cxxflags=\s-O0 -g3 -Wall -ldadd=-lkio -ltdeprint -lm $(LIB_KFILE) $(LIB_KDEUI) $(LIB_KDECORE) $(LIB_QT) +ldadd=-lkio -ltdeprint -lm $(LIB_KFILE) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) ldflags=\s\s [General] diff --git a/kstars/kstars/Makefile.am b/kstars/kstars/Makefile.am index e3b7fb6d..e064c326 100644 --- a/kstars/kstars/Makefile.am +++ b/kstars/kstars/Makefile.am @@ -54,7 +54,7 @@ INCLUDES= -I$(top_srcdir) -Itools -I$(srcdir)/tools $(all_includes) METASOURCES = AUTO # the library search path. -kstars_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kstars_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor # Uncomment the following two lines if you add a ui.rc file for your application to make use of # KDE |