summaryrefslogtreecommitdiffstats
path: root/knights
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:57:33 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 19:57:33 +0200
commitbd6e4c28c8a854fc034f34776a84ad127f683fcd (patch)
tree0aa7b466178032598f6a3da0c5d286af319d4334 /knights
parentac70c1a9d7f68906aeebccc38d8dd2ad4e5b7803 (diff)
downloadknights-bd6e4c28c8a854fc034f34776a84ad127f683fcd.tar.gz
knights-bd6e4c28c8a854fc034f34776a84ad127f683fcd.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'knights')
-rw-r--r--knights/Makefile.am2
-rw-r--r--knights/main.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/knights/Makefile.am b/knights/Makefile.am
index 63ea6ff..b2bacbd 100644
--- a/knights/Makefile.am
+++ b/knights/Makefile.am
@@ -38,7 +38,7 @@ INCLUDES= $(all_includes)
METASOURCES = AUTO
# the library search path.
-knights_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -lartskde -lsoundserver_idl -lkmedia2_idl -lartsflow_idl -lmcop
+knights_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -lartskde -lsoundserver_idl -lkmedia2_idl -lartsflow_idl -lmcop
# Uncomment the following two lines if you add a ui.rc file for your application to make use of
# KDE´s XML GUI builing
diff --git a/knights/main.cpp b/knights/main.cpp
index 2880e44..0b60729 100644
--- a/knights/main.cpp
+++ b/knights/main.cpp
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
"");
aboutData.addCredit("Harald Fernengel",
I18N_NOOP("KDE3 Compatability Patch"),
- "harry@tdevelop.org",
+ "harry@kdevelop.org",
"");
aboutData.addCredit("Tim Mann",
I18N_NOOP("XBoard protocol"),