diff options
Diffstat (limited to 'parts/distpart')
-rw-r--r-- | parts/distpart/CMakeLists.txt | 2 | ||||
-rw-r--r-- | parts/distpart/Makefile.am | 2 | ||||
-rw-r--r-- | parts/distpart/README | 2 | ||||
-rw-r--r-- | parts/distpart/distpart_ui.ui | 2 | ||||
-rw-r--r-- | parts/distpart/kdevdistpart.desktop | 2 | ||||
-rw-r--r-- | parts/distpart/specsupport.cpp | 4 |
6 files changed, 7 insertions, 7 deletions
diff --git a/parts/distpart/CMakeLists.txt b/parts/distpart/CMakeLists.txt index 9e936c53..15fcb85e 100644 --- a/parts/distpart/CMakeLists.txt +++ b/parts/distpart/CMakeLists.txt @@ -37,6 +37,6 @@ tde_add_kpart( libkdevdistpart AUTOMOC SOURCES distpart_ui.ui distpart_part.cpp distpart_widget.cpp packagebase.cpp lsmsupport.cpp specsupport.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/distpart/Makefile.am b/parts/distpart/Makefile.am index 0a1d949f..52f4a5ba 100644 --- a/parts/distpart/Makefile.am +++ b/parts/distpart/Makefile.am @@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \ kde_module_LTLIBRARIES = libkdevdistpart.la libkdevdistpart_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevdistpart_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevdistpart_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevdistpart_la_SOURCES = distpart_ui.ui distpart_part.cpp distpart_widget.cpp packagebase.cpp lsmsupport.cpp specsupport.cpp diff --git a/parts/distpart/README b/parts/distpart/README index 731741e1..7df3c4b5 100644 --- a/parts/distpart/README +++ b/parts/distpart/README @@ -1,3 +1,3 @@ Please read the on-line, automaticaly updated KDevelop API documentation at: -http://www.kdevelop.org +http://www.tdevelop.org or read the README.dox file. diff --git a/parts/distpart/distpart_ui.ui b/parts/distpart/distpart_ui.ui index 76d21693..cbe1e172 100644 --- a/parts/distpart/distpart_ui.ui +++ b/parts/distpart/distpart_ui.ui @@ -104,7 +104,7 @@ </size> </property> <property name="pixmap"> - <pixmap>"kdevelop"</pixmap> + <pixmap>"tdevelop"</pixmap> </property> <property name="scaledContents"> <bool>true</bool> diff --git a/parts/distpart/kdevdistpart.desktop b/parts/distpart/kdevdistpart.desktop index 8eaf44ee..018ce687 100644 --- a/parts/distpart/kdevdistpart.desktop +++ b/parts/distpart/kdevdistpart.desktop @@ -62,7 +62,7 @@ GenericName[tg]=Ҷамъкунӣ ва ҷорӣ намудани пакетҳо GenericName[tr]=Son Paketleme Desteği GenericName[zh_CN]=最终打包支持 GenericName[zh_TW]=最終包裝支援 -Icon=kdevelop +Icon=tdevelop ServiceTypes=KDevelop/Plugin X-KDE-Library=libkdevdistpart X-KDevelop-Version=5 diff --git a/parts/distpart/specsupport.cpp b/parts/distpart/specsupport.cpp index 63bfa59a..259ac301 100644 --- a/parts/distpart/specsupport.cpp +++ b/parts/distpart/specsupport.cpp @@ -37,7 +37,7 @@ #include <tqtabwidget.h> #include <tqmessagebox.h> -/// \FIXME This is at least the fifth place in the kdevelop code something like this exists +/// \FIXME This is at least the fifth place in the tdevelop code something like this exists TQString TQRegExp_escape(const TQString& str ) { return TQRegExp::escape(str); @@ -242,7 +242,7 @@ TQString SpecSupport::generatePackage( ) { TQString spec; spec += "# This spec file was generated by KDevelop \n"; - spec += "# Please report any problem to KDevelop Team <kdevelop-devel@kdevelop.org> \n"; + spec += "# Please report any problem to KDevelop Team <tdevelop-devel@tdevelop.org> \n"; spec += "# Thanks to Matthias Saou for his explanations on http://freshrpms.net/docs/fight.html\n\n"; spec += "Name: " + getAppName() + "\n"; |