summaryrefslogtreecommitdiffstats
path: root/kommander/executor
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:03:18 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:03:38 +0200
commitd17de25b7fe2200ed60b15ec6801e3458b2c1046 (patch)
treef8d177d2e951eab368c0491c24837836ef41470b /kommander/executor
parent9b520883661b34a40beb46cedb80355fbe6587ad (diff)
downloadtdewebdev-d17de25b7fe2200ed60b15ec6801e3458b2c1046.tar.gz
tdewebdev-d17de25b7fe2200ed60b15ec6801e3458b2c1046.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'kommander/executor')
-rw-r--r--kommander/executor/Makefile.am6
-rw-r--r--kommander/executor/instance.cpp2
-rw-r--r--kommander/executor/instance.h2
-rw-r--r--kommander/executor/main.cpp6
-rw-r--r--kommander/executor/register.cpp2
5 files changed, 9 insertions, 9 deletions
diff --git a/kommander/executor/Makefile.am b/kommander/executor/Makefile.am
index 2f05c16e..4d7d22cb 100644
--- a/kommander/executor/Makefile.am
+++ b/kommander/executor/Makefile.am
@@ -3,11 +3,11 @@ bin_PROGRAMS = kmdr-executor
noinst_LTLIBRARIES = libinstance.la
libinstance_la_SOURCES = instance.cpp dcopkommanderif.skel
-libinstance_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+libinstance_la_LDFLAGS = $(KDE_RPATH) $(all_libraries) -no-undefined $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kmdr_executor_SOURCES = main.cpp
-kmdr_executor_LDADD = libinstance.la $(top_builddir)/kommander/widget/libkommanderwidget.la $(top_builddir)/kommander/widgets/libkommanderwidgets.la $(top_builddir)/kommander/factory/libkommanderfactory.la $(LIB_KIO)
+kmdr_executor_LDADD = libinstance.la $(top_builddir)/kommander/widget/libkommanderwidget.la $(top_builddir)/kommander/widgets/libkommanderwidgets.la $(top_builddir)/kommander/factory/libkommanderfactory.la $(LIB_TDEIO)
#KDE_ICON = kmdr_executor
@@ -20,6 +20,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/kommander/plugin -I$(top_srcdir)/kommander/widgets
METASOURCES = AUTO
# the library search path.
-kmdr_executor_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
+kmdr_executor_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
noinst_HEADERS = dcopkommanderif.h
diff --git a/kommander/executor/instance.cpp b/kommander/executor/instance.cpp
index bd3ea25d..863b0153 100644
--- a/kommander/executor/instance.cpp
+++ b/kommander/executor/instance.cpp
@@ -4,7 +4,7 @@
begin : Tue Aug 13 2002
copyright : (C) 2002 by Marc Britton <consume@optushome.com.au>
(C) 2004 by Andras Mantia <amantia@kde.org>
- (C) 2004 by Michal Rudolf <mrudolf@tdewebdev.org>
+ (C) 2004 by Michal Rudolf <mrudolf@kdewebdev.org>
***************************************************************************/
/***************************************************************************
diff --git a/kommander/executor/instance.h b/kommander/executor/instance.h
index c4573510..f7af3103 100644
--- a/kommander/executor/instance.h
+++ b/kommander/executor/instance.h
@@ -4,7 +4,7 @@
begin : Tue Aug 13 2002
copyright : (C) 2002 by Marc Britton <consume@optushome.com.au>
(C) 2004 by Andras Mantia <amantia@kde.org>
- (C) 2004 by Michal Rudolf <mrudolf@tdewebdev.org>
+ (C) 2004 by Michal Rudolf <mrudolf@kdewebdev.org>
***************************************************************************/
/***************************************************************************
diff --git a/kommander/executor/main.cpp b/kommander/executor/main.cpp
index a82479b3..ecd9bfac 100644
--- a/kommander/executor/main.cpp
+++ b/kommander/executor/main.cpp
@@ -57,9 +57,9 @@ int main(int argc, char *argv[])
{
TDEAboutData aboutData( "kmdr-executor", I18N_NOOP("Kommander Executor"),
KOMMANDER_VERSION, description, TDEAboutData::License_GPL,
- "(c) 2002, Marc Britton, (C) 2008 Andras Mantia", 0, 0, "http://kommander.tdewebdev.org");
- aboutData.addAuthor("Andras Mantia", I18N_NOOP("Current maintainer"), "amantia@tdewebdev.org");
- aboutData.addAuthor("Michal Rudolf", I18N_NOOP("Previous maintainer"), "mrudolf@tdewebdev.org");
+ "(c) 2002, Marc Britton, (C) 2008 Andras Mantia", 0, 0, "http://kommander.kdewebdev.org");
+ aboutData.addAuthor("Andras Mantia", I18N_NOOP("Current maintainer"), "amantia@kdewebdev.org");
+ aboutData.addAuthor("Michal Rudolf", I18N_NOOP("Previous maintainer"), "mrudolf@kdewebdev.org");
aboutData.addAuthor("Marc Britton", I18N_NOOP("Original author"), "consume@optusnet.com.au");
TDECmdLineArgs::init( argc, argv, &aboutData );
TDECmdLineArgs::addCmdLineOptions( options ); // Add our own options.
diff --git a/kommander/executor/register.cpp b/kommander/executor/register.cpp
index b4a8c259..9f3c3cee 100644
--- a/kommander/executor/register.cpp
+++ b/kommander/executor/register.cpp
@@ -1,7 +1,7 @@
/***************************************************************************
register.cpp - registration of functions/specials for intance
-------------------
- copyright : (C) 2004 by Michal Rudolf <mrudolf@tdewebdev.org>
+ copyright : (C) 2004 by Michal Rudolf <mrudolf@kdewebdev.org>
***************************************************************************/
/***************************************************************************