summaryrefslogtreecommitdiffstats
path: root/kdeaccounts-plugin
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:03:01 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:02:21 +0200
commit5cc26ceed345bb95cb1defab204b631cb79319de (patch)
tree9c80b1750fe99cb93f51a1724a6f32daa53f30fe /kdeaccounts-plugin
parent412ffbefddef8bfe1c454bd9c275e13fd8319ca1 (diff)
downloadtdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.tar.gz
tdesdk-5cc26ceed345bb95cb1defab204b631cb79319de.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'kdeaccounts-plugin')
-rw-r--r--kdeaccounts-plugin/CMakeLists.txt4
-rw-r--r--kdeaccounts-plugin/Makefile.am8
-rw-r--r--kdeaccounts-plugin/kdeaccountsplugin.desktop2
3 files changed, 7 insertions, 7 deletions
diff --git a/kdeaccounts-plugin/CMakeLists.txt b/kdeaccounts-plugin/CMakeLists.txt
index 04fc43e8..6e9d5158 100644
--- a/kdeaccounts-plugin/CMakeLists.txt
+++ b/kdeaccounts-plugin/CMakeLists.txt
@@ -25,9 +25,9 @@ install( FILES kdeaccountsplugin.desktop
DESTINATION ${DATA_INSTALL_DIR}/tdeabc/formats )
-##### kabcformat_kdeaccounts (module) ###########
+##### tdeabcformat_kdeaccounts (module) ###########
-tde_add_kpart( kabcformat_kdeaccounts
+tde_add_kpart( tdeabcformat_kdeaccounts
SOURCES kdeaccountsformat.cpp
LINK tdeabc-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
diff --git a/kdeaccounts-plugin/Makefile.am b/kdeaccounts-plugin/Makefile.am
index 1110c87c..79fb42ff 100644
--- a/kdeaccounts-plugin/Makefile.am
+++ b/kdeaccounts-plugin/Makefile.am
@@ -1,10 +1,10 @@
INCLUDES = $(all_includes)
noinst_HEADERS = kdeaccountsformat.h
-kde_module_LTLIBRARIES = kabcformat_kdeaccounts.la
-kabcformat_kdeaccounts_la_SOURCES = kdeaccountsformat.cpp
-kabcformat_kdeaccounts_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
-kabcformat_kdeaccounts_la_LIBADD = -ltdeabc
+kde_module_LTLIBRARIES = tdeabcformat_kdeaccounts.la
+tdeabcformat_kdeaccounts_la_SOURCES = kdeaccountsformat.cpp
+tdeabcformat_kdeaccounts_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
+tdeabcformat_kdeaccounts_la_LIBADD = -ltdeabc
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
diff --git a/kdeaccounts-plugin/kdeaccountsplugin.desktop b/kdeaccounts-plugin/kdeaccountsplugin.desktop
index f9c40532..a0905691 100644
--- a/kdeaccounts-plugin/kdeaccountsplugin.desktop
+++ b/kdeaccounts-plugin/kdeaccountsplugin.desktop
@@ -41,4 +41,4 @@ Name[zh_TW]=TDE 主目錄帳號
[Plugin]
Type=text
-X-TDE-Library=kabcformat_kdeaccounts
+X-TDE-Library=tdeabcformat_kdeaccounts