summaryrefslogtreecommitdiffstats
path: root/quanta/parts/kafka
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/parts/kafka')
-rw-r--r--quanta/parts/kafka/DESIGN2
-rw-r--r--quanta/parts/kafka/configure.in.in2
-rw-r--r--quanta/parts/kafka/cursors.cpp2
-rw-r--r--quanta/parts/kafka/cursors.h2
-rw-r--r--quanta/parts/kafka/htmldocumentproperties.cpp2
-rw-r--r--quanta/parts/kafka/htmldocumentproperties.h2
-rw-r--r--quanta/parts/kafka/htmlenhancer.cpp2
-rw-r--r--quanta/parts/kafka/htmlenhancer.h2
-rw-r--r--quanta/parts/kafka/kafkacommon.cpp2
-rw-r--r--quanta/parts/kafka/kafkacommon.h2
-rw-r--r--quanta/parts/kafka/kafkadragobject.cpp2
-rw-r--r--quanta/parts/kafka/kafkadragobject.h2
-rw-r--r--quanta/parts/kafka/kafkahtmlpart.cpp2
-rw-r--r--quanta/parts/kafka/kafkahtmlpart.h2
-rw-r--r--quanta/parts/kafka/kafkasyncoptions.cpp2
-rw-r--r--quanta/parts/kafka/kafkasyncoptions.h2
-rw-r--r--quanta/parts/kafka/nodeenhancer.h2
-rw-r--r--quanta/parts/kafka/nodeproperties.cpp2
-rw-r--r--quanta/parts/kafka/nodeproperties.h2
-rw-r--r--quanta/parts/kafka/undoredo.cpp2
-rw-r--r--quanta/parts/kafka/undoredo.h2
-rw-r--r--quanta/parts/kafka/wkafkapart.cpp2
-rw-r--r--quanta/parts/kafka/wkafkapart.h2
23 files changed, 23 insertions, 23 deletions
diff --git a/quanta/parts/kafka/DESIGN b/quanta/parts/kafka/DESIGN
index d983309f..eabfd4e1 100644
--- a/quanta/parts/kafka/DESIGN
+++ b/quanta/parts/kafka/DESIGN
@@ -57,7 +57,7 @@ HTML
The Node class handle the pointers to the parent, next, previous and first child Node. *Each* Node has a valid pointer to a Tag. The Tag takes care to remember all the information concerning the Tag itself, like the attributes, the type, etc...)
One QTag per Element is created from the .tag files when Quanta is started. Each QTag contains all the DTD information about the Tag. E.g. the "IMG" Qtag says that it is a single Tag, and what are its attributes. You can get a QTag with QuantaCommon::tagFromDTD, but don't delete the QTag!
-Now to khtml. The class KHTMLPart is the HTML renderer widget of konqueror. It internally works with a Node Tree (another? Yep!) but these Nodes are real DOM::Nodes. (From now, I will call it the DOM::Node tree) Each of the DOM Nodes is khtml-internally linked to a rendering Node i.e. a change made to one DOM::Node will update the HTML rendering cf /path/to/kde/include/dom/*.h and also in the kdelibs cvs module, cf the nice kdelibs/khtml/DESIGN.html. WARNING about DOM::Nodes, they are just interfaces!!
+Now to khtml. The class KHTMLPart is the HTML renderer widget of konqueror. It internally works with a Node Tree (another? Yep!) but these Nodes are real DOM::Nodes. (From now, I will call it the DOM::Node tree) Each of the DOM Nodes is khtml-internally linked to a rendering Node i.e. a change made to one DOM::Node will update the HTML rendering cf /path/to/kde/include/dom/*.h and also in the tdelibs cvs module, cf the nice tdelibs/khtml/DESIGN.html. WARNING about DOM::Nodes, they are just interfaces!!
diff --git a/quanta/parts/kafka/configure.in.in b/quanta/parts/kafka/configure.in.in
index 7d4624c2..9bb811d9 100644
--- a/quanta/parts/kafka/configure.in.in
+++ b/quanta/parts/kafka/configure.in.in
@@ -12,7 +12,7 @@ AC_DEFUN([QUANTA_CHECK_VPL],
CXXFLAGS="$KDE_INCLUDES $QT_INCLUDES"
AC_TRY_LINK([
- #include <kdeversion.h>
+ #include <tdeversion.h>
],
[
#if TDE_VERSION < ((3<<16) | (1<<8) | (90))
diff --git a/quanta/parts/kafka/cursors.cpp b/quanta/parts/kafka/cursors.cpp
index c70d6f78..970dfd05 100644
--- a/quanta/parts/kafka/cursors.cpp
+++ b/quanta/parts/kafka/cursors.cpp
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2004 - Nicolas Deschildre
- email : ndeschildre@kdewebdev.org
+ email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/cursors.h b/quanta/parts/kafka/cursors.h
index 6ff94439..01a8bae4 100644
--- a/quanta/parts/kafka/cursors.h
+++ b/quanta/parts/kafka/cursors.h
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2004 - Nicolas Deschildre
- email : ndeschildre@kdewebdev.org
+ email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/htmldocumentproperties.cpp b/quanta/parts/kafka/htmldocumentproperties.cpp
index 9d23cada..dbe6ae53 100644
--- a/quanta/parts/kafka/htmldocumentproperties.cpp
+++ b/quanta/parts/kafka/htmldocumentproperties.cpp
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
- email : ndeschildre@kdewebdev.org
+ email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/htmldocumentproperties.h b/quanta/parts/kafka/htmldocumentproperties.h
index 799e75db..572a4586 100644
--- a/quanta/parts/kafka/htmldocumentproperties.h
+++ b/quanta/parts/kafka/htmldocumentproperties.h
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
- email : ndeschildre@kdewebdev.org
+ email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/htmlenhancer.cpp b/quanta/parts/kafka/htmlenhancer.cpp
index 4a1d7c38..b2647423 100644
--- a/quanta/parts/kafka/htmlenhancer.cpp
+++ b/quanta/parts/kafka/htmlenhancer.cpp
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
- email : ndeschildre@kdewebdev.org
+ email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/htmlenhancer.h b/quanta/parts/kafka/htmlenhancer.h
index 29ebe82f..ac3753c0 100644
--- a/quanta/parts/kafka/htmlenhancer.h
+++ b/quanta/parts/kafka/htmlenhancer.h
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
- email : ndeschildre@kdewebdev.org
+ email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/kafkacommon.cpp b/quanta/parts/kafka/kafkacommon.cpp
index 94569fe2..5d7e8cdb 100644
--- a/quanta/parts/kafka/kafkacommon.cpp
+++ b/quanta/parts/kafka/kafkacommon.cpp
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
- email : ndeschildre@kdewebdev.org
+ email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/kafkacommon.h b/quanta/parts/kafka/kafkacommon.h
index c3d76488..80a82122 100644
--- a/quanta/parts/kafka/kafkacommon.h
+++ b/quanta/parts/kafka/kafkacommon.h
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
- email : ndeschildre@kdewebdev.org
+ email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/kafkadragobject.cpp b/quanta/parts/kafka/kafkadragobject.cpp
index 4b609998..40aeac9a 100644
--- a/quanta/parts/kafka/kafkadragobject.cpp
+++ b/quanta/parts/kafka/kafkadragobject.cpp
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2004 - Paulo Moura Guedes
- email : moura@kdewebdev.org
+ email : moura@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/kafkadragobject.h b/quanta/parts/kafka/kafkadragobject.h
index f9c0b540..65cf24a5 100644
--- a/quanta/parts/kafka/kafkadragobject.h
+++ b/quanta/parts/kafka/kafkadragobject.h
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2004 - Paulo Moura Guedes
- email : moura@kdewebdev.org
+ email : moura@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/kafkahtmlpart.cpp b/quanta/parts/kafka/kafkahtmlpart.cpp
index 20a583e8..52195d83 100644
--- a/quanta/parts/kafka/kafkahtmlpart.cpp
+++ b/quanta/parts/kafka/kafkahtmlpart.cpp
@@ -4,7 +4,7 @@
copyright : (C) 2001 - The Kafka Team
(C) 2003, 2004 - Nicolas Deschildre
- email : kde-kafka@master.kde.org && ndeschildre@kdewebdev.org
+ email : kde-kafka@master.kde.org && ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/kafkahtmlpart.h b/quanta/parts/kafka/kafkahtmlpart.h
index c8ff05f0..17c25ddf 100644
--- a/quanta/parts/kafka/kafkahtmlpart.h
+++ b/quanta/parts/kafka/kafkahtmlpart.h
@@ -4,7 +4,7 @@
copyright : (C) 2001 - The Kafka Team
(C) 2003, 2004 - Nicolas Deschildre
- email : kde-kafka@master.kde.org && ndeschildre@kdewebdev.org
+ email : kde-kafka@master.kde.org && ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/kafkasyncoptions.cpp b/quanta/parts/kafka/kafkasyncoptions.cpp
index e7066187..26013c25 100644
--- a/quanta/parts/kafka/kafkasyncoptions.cpp
+++ b/quanta/parts/kafka/kafkasyncoptions.cpp
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003 - Nicolas Deschildre
- email : ndeschildre@kdewebdev.org
+ email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/kafkasyncoptions.h b/quanta/parts/kafka/kafkasyncoptions.h
index 63e58552..a37cd4fe 100644
--- a/quanta/parts/kafka/kafkasyncoptions.h
+++ b/quanta/parts/kafka/kafkasyncoptions.h
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003 - Nicolas Deschildre
- email : ndeschildre@kdewebdev.org
+ email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/nodeenhancer.h b/quanta/parts/kafka/nodeenhancer.h
index 376379f1..44fd2e59 100644
--- a/quanta/parts/kafka/nodeenhancer.h
+++ b/quanta/parts/kafka/nodeenhancer.h
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
- email : ndeschildre@kdewebdev.org
+ email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/nodeproperties.cpp b/quanta/parts/kafka/nodeproperties.cpp
index 8ce8a29d..7c6125e2 100644
--- a/quanta/parts/kafka/nodeproperties.cpp
+++ b/quanta/parts/kafka/nodeproperties.cpp
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
- email : ndeschildre@kdewebdev.org
+ email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/nodeproperties.h b/quanta/parts/kafka/nodeproperties.h
index 592e69d7..b41fccfd 100644
--- a/quanta/parts/kafka/nodeproperties.h
+++ b/quanta/parts/kafka/nodeproperties.h
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
- email : ndeschildre@kdewebdev.org
+ email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/undoredo.cpp b/quanta/parts/kafka/undoredo.cpp
index 647709b1..1e177b0c 100644
--- a/quanta/parts/kafka/undoredo.cpp
+++ b/quanta/parts/kafka/undoredo.cpp
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
- email : ndeschildre@kdewebdev.org
+ email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/undoredo.h b/quanta/parts/kafka/undoredo.h
index 1bd0cff5..6280a67f 100644
--- a/quanta/parts/kafka/undoredo.h
+++ b/quanta/parts/kafka/undoredo.h
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
- email : ndeschildre@kdewebdev.org
+ email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/wkafkapart.cpp b/quanta/parts/kafka/wkafkapart.cpp
index 3ed2c464..f51327a7 100644
--- a/quanta/parts/kafka/wkafkapart.cpp
+++ b/quanta/parts/kafka/wkafkapart.cpp
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
- email : ndeschildre@kdewebdev.org
+ email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************
diff --git a/quanta/parts/kafka/wkafkapart.h b/quanta/parts/kafka/wkafkapart.h
index bdab7ede..32274eaf 100644
--- a/quanta/parts/kafka/wkafkapart.h
+++ b/quanta/parts/kafka/wkafkapart.h
@@ -3,7 +3,7 @@
-------------------
copyright : (C) 2003, 2004 - Nicolas Deschildre
- email : ndeschildre@kdewebdev.org
+ email : ndeschildre@tdewebdev.org
***************************************************************************/
/***************************************************************************