diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:30:28 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:30:28 -0600 |
commit | 6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e (patch) | |
tree | 8080429757735c3d44ba751e27cdd5eae9a0086e /kbattleship | |
parent | 63ff55ddadbe2163282315b121104b7202ace784 (diff) | |
download | tdegames-6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e.tar.gz tdegames-6c8fc8ddd81bcb8ff1828dbffbd181b905c6331e.zip |
Additional kde to tde renaming
Diffstat (limited to 'kbattleship')
-rw-r--r-- | kbattleship/NEWS | 2 | ||||
-rw-r--r-- | kbattleship/kbattleship/Makefile.am | 2 | ||||
-rw-r--r-- | kbattleship/kbattleship/dialogs/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kbattleship/NEWS b/kbattleship/NEWS index 579e06db..639c2ec9 100644 --- a/kbattleship/NEWS +++ b/kbattleship/NEWS @@ -19,7 +19,7 @@ Sat Apr 14 10:56:20 CEST 2001 (ship-placing preview working) Tue Mar 26 22:57:08 CEST 2001 - o Moved into kdegames (WildFox) + o Moved into tdegames (WildFox) (paaarty :) Sat Mar 24 01:57:31 CET 2001 diff --git a/kbattleship/kbattleship/Makefile.am b/kbattleship/kbattleship/Makefile.am index 55be2a45..5413d3b3 100644 --- a/kbattleship/kbattleship/Makefile.am +++ b/kbattleship/kbattleship/Makefile.am @@ -15,7 +15,7 @@ kbattleship_SOURCES = kbaiplayer.cpp kbstrategy.cpp kbverticalstepstrategy.cpp\ kbchooserstrategy.cpp kbattleship.cpp main.cpp kbattleship_LDADD = $(LIB_KDEGAMES) ./dialogs/libkbattleshipdialogs.la $(LIB_KFILE) $(LIB_KDNSSD) kbattleship_COMPILE_FIRST = dialogs/infoDlg.h dialogs/chatDlg.h dialogs/connectDlg.h dialogs/serverDlg.h dialogs/statDlg.h -kbattleship_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kbattleship_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kbattleship_DEPENDENCIES = $(LIB_KDEGAMES_DEP) services_DATA = _kbattleship._tcp diff --git a/kbattleship/kbattleship/dialogs/Makefile.am b/kbattleship/kbattleship/dialogs/Makefile.am index cae41a55..d2399a43 100644 --- a/kbattleship/kbattleship/dialogs/Makefile.am +++ b/kbattleship/kbattleship/dialogs/Makefile.am @@ -4,7 +4,7 @@ METASOURCES = AUTO noinst_LTLIBRARIES = libkbattleshipdialogs.la libkbattleshipdialogs_la_SOURCES = dummy.cpp connectDlg.ui serverDlg.ui \ chatDlg.ui statDlg.ui infoDlg.ui -libkbattleshipdialogs_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +libkbattleshipdialogs_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor libkbattleshipdialogs_la_LIBADD = $(LIB_KDEUI) dummy.cpp: |