summaryrefslogtreecommitdiffstats
path: root/src/profileengine/editor
diff options
context:
space:
mode:
Diffstat (limited to 'src/profileengine/editor')
-rw-r--r--src/profileengine/editor/CMakeLists.txt4
-rw-r--r--src/profileengine/editor/Makefile.am8
-rw-r--r--src/profileengine/editor/main.cpp2
3 files changed, 7 insertions, 7 deletions
diff --git a/src/profileengine/editor/CMakeLists.txt b/src/profileengine/editor/CMakeLists.txt
index 443da696..cfd7c59c 100644
--- a/src/profileengine/editor/CMakeLists.txt
+++ b/src/profileengine/editor/CMakeLists.txt
@@ -21,9 +21,9 @@ link_directories(
)
-##### tdevprofileeditor (executable) ############
+##### kdevprofileeditor (executable) ############
-tde_add_executable( tdevprofileeditor
+tde_add_executable( kdevprofileeditor
SOURCES main.cpp
LINK profileeditor-static profileengine-shared tdeio-shared
DESTINATION ${BIN_INSTALL_DIR}
diff --git a/src/profileengine/editor/Makefile.am b/src/profileengine/editor/Makefile.am
index fae89b48..26f69be6 100644
--- a/src/profileengine/editor/Makefile.am
+++ b/src/profileengine/editor/Makefile.am
@@ -12,11 +12,11 @@ libprofileeditor_la_SOURCES = profileeditorbase.ui profileeditor.cpp \
noinst_HEADERS = profileeditor.h
-bin_PROGRAMS = tdevprofileeditor
-tdevprofileeditor_LDFLAGS = $(all_libraries)
-tdevprofileeditor_LDADD = \
+bin_PROGRAMS = kdevprofileeditor
+kdevprofileeditor_LDFLAGS = $(all_libraries)
+kdevprofileeditor_LDADD = \
$(top_builddir)/src/profileengine/lib/libprofileengine.la libprofileeditor.la \
$(LIB_TDEUI) $(LIB_TDEIO)
-tdevprofileeditor_SOURCES = main.cpp
+kdevprofileeditor_SOURCES = main.cpp
diff --git a/src/profileengine/editor/main.cpp b/src/profileengine/editor/main.cpp
index 68e942d7..46d128f3 100644
--- a/src/profileengine/editor/main.cpp
+++ b/src/profileengine/editor/main.cpp
@@ -30,7 +30,7 @@ static TDECmdLineOptions options[] =
int main(int argc, char **argv)
{
- TDEAboutData about("tdevprofileeditor", I18N_NOOP("TDevelop Profile Editor"), "1", "",
+ TDEAboutData about("kdevprofileeditor", I18N_NOOP("TDevelop Profile Editor"), "1", "",
TDEAboutData::License_GPL, I18N_NOOP("(c) 2004, The KDevelop Developers"), 0, 0, "");
about.addAuthor("Alexander Dymo", 0, "adymo@kdevelop.org");
TDECmdLineArgs::init(argc, argv, &about);