diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:18 -0600 |
commit | 2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch) | |
tree | ae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /parts/astyle | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'parts/astyle')
-rw-r--r-- | parts/astyle/CMakeLists.txt | 2 | ||||
-rw-r--r-- | parts/astyle/Makefile.am | 2 | ||||
-rw-r--r-- | parts/astyle/README.dox | 2 | ||||
-rw-r--r-- | parts/astyle/astyle_part.cpp | 2 | ||||
-rw-r--r-- | parts/astyle/kdevastyle.desktop | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/parts/astyle/CMakeLists.txt b/parts/astyle/CMakeLists.txt index cd2f0eb0..bac3e50a 100644 --- a/parts/astyle/CMakeLists.txt +++ b/parts/astyle/CMakeLists.txt @@ -38,6 +38,6 @@ tde_add_kpart( libkdevastyle AUTOMOC SOURCES astyle_part.cpp astyleconfig.ui astyle_widget.cpp astyle_adaptor.cpp - LINK astyle-static kdevelop-shared + LINK astyle-static tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/astyle/Makefile.am b/parts/astyle/Makefile.am index dc3712b2..739ba2b8 100644 --- a/parts/astyle/Makefile.am +++ b/parts/astyle/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/lib/astyle -I$(top_srcdir)/lib/interfaces \ kde_module_LTLIBRARIES = libkdevastyle.la libkdevastyle_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevastyle_la_LIBADD = $(top_builddir)/lib/libkdevelop.la \ +libkdevastyle_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ $(top_builddir)/lib/astyle/libastyle.la libkdevastyle_la_SOURCES = astyle_part.cpp astyleconfig.ui astyle_widget.cpp astyle_adaptor.cpp diff --git a/parts/astyle/README.dox b/parts/astyle/README.dox index 4b7d4778..735d3d90 100644 --- a/parts/astyle/README.dox +++ b/parts/astyle/README.dox @@ -5,6 +5,6 @@ A plugin for formatting of sourcecode according to a specified set of rules. \feature formats source code according to a specified set of rules -\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=kdevelop&component=astyle&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">astyle component at Bugzilla database</a> +\bug bugs in <a href="http://bugs.kde.org/buglist.cgi?product=tdevelop&component=astyle&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&order=Bug+Number">astyle component at Bugzilla database</a> */ diff --git a/parts/astyle/astyle_part.cpp b/parts/astyle/astyle_part.cpp index c8ff8dda..6a478982 100644 --- a/parts/astyle/astyle_part.cpp +++ b/parts/astyle/astyle_part.cpp @@ -4,7 +4,7 @@ #include <tqvbox.h> #include <tqtextstream.h> #include <tqpopupmenu.h> -#include <kdeversion.h> +#include <tdeversion.h> #include <kdebug.h> #include <kdialogbase.h> #include <kdevgenericfactory.h> diff --git a/parts/astyle/kdevastyle.desktop b/parts/astyle/kdevastyle.desktop index 261e2edf..79de6db8 100644 --- a/parts/astyle/kdevastyle.desktop +++ b/parts/astyle/kdevastyle.desktop @@ -74,7 +74,7 @@ GenericName[tg]=Қолабгузори коди берунӣ GenericName[tr]=Kaynak Kodu Biçimlendirici GenericName[zh_CN]=源代码格式化 GenericName[zh_TW]=程式源碼格式器 -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/SourceFormatter X-KDE-Library=libkdevastyle X-KDevelop-Version=5 |