diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 13:53:18 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 13:53:18 -0600 |
commit | 2ecab1a194b0dc551b478820e1aaa3b8713354cc (patch) | |
tree | ae4df71ed26f3dc2dd605970d8d455165a1c8ab3 /parts/diff | |
parent | 549fec618f0b15c9316fc0a5ebe93c2829bc0b1b (diff) | |
download | tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.tar.gz tdevelop-2ecab1a194b0dc551b478820e1aaa3b8713354cc.zip |
Additional renaming of kde to tde
Diffstat (limited to 'parts/diff')
-rw-r--r-- | parts/diff/CMakeLists.txt | 2 | ||||
-rw-r--r-- | parts/diff/Makefile.am | 2 | ||||
-rw-r--r-- | parts/diff/README | 2 | ||||
-rw-r--r-- | parts/diff/README.dox | 4 | ||||
-rw-r--r-- | parts/diff/diffdlg.cpp | 2 | ||||
-rw-r--r-- | parts/diff/diffdlg.h | 2 | ||||
-rw-r--r-- | parts/diff/diffpart.cpp | 2 | ||||
-rw-r--r-- | parts/diff/diffpart.h | 2 | ||||
-rw-r--r-- | parts/diff/diffwidget.cpp | 2 | ||||
-rw-r--r-- | parts/diff/diffwidget.h | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/parts/diff/CMakeLists.txt b/parts/diff/CMakeLists.txt index 00671533..09987fd7 100644 --- a/parts/diff/CMakeLists.txt +++ b/parts/diff/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES kdevdiff.rc DESTINATION ${DATA_INSTALL_DIR}/kdevdiff ) tde_add_kpart( libkdevdiff AUTOMOC SOURCES diffpart.cpp diffwidget.cpp - LINK kdevelop-shared + LINK tdevelop-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/parts/diff/Makefile.am b/parts/diff/Makefile.am index 300e2deb..ea521442 100644 --- a/parts/diff/Makefile.am +++ b/parts/diff/Makefile.am @@ -5,7 +5,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces \ kde_module_LTLIBRARIES = libkdevdiff.la libkdevdiff_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -libkdevdiff_la_LIBADD = $(top_builddir)/lib/libkdevelop.la +libkdevdiff_la_LIBADD = $(top_builddir)/lib/libtdevelop.la libkdevdiff_la_SOURCES = diffpart.cpp diffwidget.cpp diff --git a/parts/diff/README b/parts/diff/README index 731741e1..7df3c4b5 100644 --- a/parts/diff/README +++ b/parts/diff/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/diff/README.dox b/parts/diff/README.dox index 6659ac71..72cbfb3a 100644 --- a/parts/diff/README.dox +++ b/parts/diff/README.dox @@ -7,9 +7,9 @@ in a QTextEdit with simple highlighting Just right-click on a CVS or Perforce file and select "diff to repository" to see it in action. -\authors <a href="mailto:harry AT kdevelop.org">Harald Fernengel</a> +\authors <a href="mailto:harry AT tdevelop.org">Harald Fernengel</a> -\maintainer <a href="mailto:harry AT kdevelop.org">Harald Fernengel</a> +\maintainer <a href="mailto:harry AT tdevelop.org">Harald Fernengel</a> \feature Shows "diffs" between files \feature If "kompare" from KDESDK is installed, it'll use its widget to display the diff otherwise in a QTextEdit with simple highlighting diff --git a/parts/diff/diffdlg.cpp b/parts/diff/diffdlg.cpp index f461182e..16e84b9e 100644 --- a/parts/diff/diffdlg.cpp +++ b/parts/diff/diffdlg.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Harald Fernengel * - * [email protected] * + * [email protected] * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/diff/diffdlg.h b/parts/diff/diffdlg.h index 15f997f8..1e5b54c0 100644 --- a/parts/diff/diffdlg.h +++ b/parts/diff/diffdlg.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Harald Fernengel * - * [email protected] * + * [email protected] * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/diff/diffpart.cpp b/parts/diff/diffpart.cpp index 932ea86e..133a29f3 100644 --- a/parts/diff/diffpart.cpp +++ b/parts/diff/diffpart.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Harald Fernengel * - * [email protected] * + * [email protected] * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/diff/diffpart.h b/parts/diff/diffpart.h index be238399..eec6e930 100644 --- a/parts/diff/diffpart.h +++ b/parts/diff/diffpart.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Harald Fernengel * - * [email protected] * + * [email protected] * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/diff/diffwidget.cpp b/parts/diff/diffwidget.cpp index 4ed1f807..b2a14518 100644 --- a/parts/diff/diffwidget.cpp +++ b/parts/diff/diffwidget.cpp @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Harald Fernengel * - * [email protected] * + * [email protected] * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * diff --git a/parts/diff/diffwidget.h b/parts/diff/diffwidget.h index abab5a8f..df4b296b 100644 --- a/parts/diff/diffwidget.h +++ b/parts/diff/diffwidget.h @@ -1,6 +1,6 @@ /*************************************************************************** * Copyright (C) 2001 by Harald Fernengel * - * [email protected] * + * [email protected] * * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * |