diff options
Diffstat (limited to 'tdehtml/dom')
| -rw-r--r-- | tdehtml/dom/css_value.cpp | 2 | ||||
| -rw-r--r-- | tdehtml/dom/css_value.h | 8 | ||||
| -rw-r--r-- | tdehtml/dom/dom2_events.h | 4 | ||||
| -rw-r--r-- | tdehtml/dom/dom_node.h | 4 | ||||
| -rw-r--r-- | tdehtml/dom/html_form.h | 6 | ||||
| -rw-r--r-- | tdehtml/dom/html_image.h | 6 | ||||
| -rw-r--r-- | tdehtml/dom/html_misc.h | 4 | ||||
| -rw-r--r-- | tdehtml/dom/html_object.h | 18 |
8 files changed, 26 insertions, 26 deletions
diff --git a/tdehtml/dom/css_value.cpp b/tdehtml/dom/css_value.cpp index 4e365644a..edbf15075 100644 --- a/tdehtml/dom/css_value.cpp +++ b/tdehtml/dom/css_value.cpp @@ -483,7 +483,7 @@ RGBColor::RGBColor(const RGBColor &other) m_color = other.m_color; } -RGBColor::RGBColor(QRgb color) +RGBColor::RGBColor(TQRgb color) { m_color = color; } diff --git a/tdehtml/dom/css_value.h b/tdehtml/dom/css_value.h index e2028feac..563d09cd1 100644 --- a/tdehtml/dom/css_value.h +++ b/tdehtml/dom/css_value.h @@ -31,7 +31,7 @@ #include <tqcolor.h> -#include <kdemacros.h> +#include <tdemacros.h> namespace DOM { @@ -596,7 +596,7 @@ public: * @deprecated */ RGBColor(const TQColor& c) { m_color = c.rgb(); } - RGBColor(QRgb color); + RGBColor(TQRgb color); RGBColor(const RGBColor &other); RGBColor & operator = (const RGBColor &other); @@ -624,9 +624,9 @@ public: /** * @internal */ - QRgb color() const { return m_color; } + TQRgb color() const { return m_color; } protected: - QRgb m_color; + TQRgb m_color; }; class RectImpl; diff --git a/tdehtml/dom/dom2_events.h b/tdehtml/dom/dom2_events.h index 3b68eafaa..79bd26385 100644 --- a/tdehtml/dom/dom2_events.h +++ b/tdehtml/dom/dom2_events.h @@ -624,7 +624,7 @@ public: * keys below represents the allowable modifier parameters for this * method (note: this was not documented properly in earlier versions): * - * Qt::ShiftButton, Qt::AltButton, Qt::ControlButton, Qt::MetaButton + * TQt::ShiftButton, TQt::AltButton, TQt::ControlButton, TQt::MetaButton * * Parameters: * @@ -709,7 +709,7 @@ public: * return false. The list of keys below represents the allowable * modifier parameters for this method (warning: this was not documented * properly in earlier versions): - * Qt::ShiftButton, Qt::AltButton, Qt::ControlButton, Qt::MetaButton + * TQt::ShiftButton, TQt::AltButton, TQt::ControlButton, TQt::MetaButton * * Parameters: * diff --git a/tdehtml/dom/dom_node.h b/tdehtml/dom/dom_node.h index b87997547..47f3ba9ef 100644 --- a/tdehtml/dom/dom_node.h +++ b/tdehtml/dom/dom_node.h @@ -900,12 +900,12 @@ public: * @internal returns the index of a node */ unsigned long index() const; - TQString toHTML() KDE_DEPRECATED; + TQString toHTML() TDE_DEPRECATED; void applyChanges(); /** * @deprecated without substitution since 3.2 */ - void getCursor(int offset, int &_x, int &_y, int &height) KDE_DEPRECATED; + void getCursor(int offset, int &_x, int &_y, int &height) TDE_DEPRECATED; /** * not part of the DOM. * @returns the exact coordinates and size of this element. diff --git a/tdehtml/dom/html_form.h b/tdehtml/dom/html_form.h index d0e20da73..7533a29de 100644 --- a/tdehtml/dom/html_form.h +++ b/tdehtml/dom/html_form.h @@ -33,7 +33,7 @@ #include <dom/html_element.h> #include <dom/html_misc.h> -#include <kdemacros.h> +#include <tdemacros.h> namespace DOM { @@ -534,12 +534,12 @@ public: /** * @deprecated */ - DOMString size() const KDE_DEPRECATED; + DOMString size() const TDE_DEPRECATED; /** * @deprecated */ - void setSize( const DOMString & ) KDE_DEPRECATED; + void setSize( const DOMString & ) TDE_DEPRECATED; /** * Size information. The precise meaning is specific to each type diff --git a/tdehtml/dom/html_image.h b/tdehtml/dom/html_image.h index 8258d7a63..ec2ab819e 100644 --- a/tdehtml/dom/html_image.h +++ b/tdehtml/dom/html_image.h @@ -31,7 +31,7 @@ #include <dom/html_element.h> -#include <kdemacros.h> +#include <tdemacros.h> namespace DOM { @@ -256,12 +256,12 @@ public: /** * @deprecated */ - long border() const KDE_DEPRECATED; + long border() const TDE_DEPRECATED; /** * @deprecated */ - void setBorder( long ) KDE_DEPRECATED; + void setBorder( long ) TDE_DEPRECATED; /** * Override height. See the <a diff --git a/tdehtml/dom/html_misc.h b/tdehtml/dom/html_misc.h index 9cb6dc976..d10ea6af0 100644 --- a/tdehtml/dom/html_misc.h +++ b/tdehtml/dom/html_misc.h @@ -105,12 +105,12 @@ public: /** * @deprecated */ - DOMString size() const KDE_DEPRECATED; + DOMString size() const TDE_DEPRECATED; /** * @deprecated */ - void setSize( const DOMString & ) KDE_DEPRECATED; + void setSize( const DOMString & ) TDE_DEPRECATED; }; // -------------------------------------------------------------------------- diff --git a/tdehtml/dom/html_object.h b/tdehtml/dom/html_object.h index 56c592fa3..22d5b002b 100644 --- a/tdehtml/dom/html_object.h +++ b/tdehtml/dom/html_object.h @@ -34,7 +34,7 @@ #include <dom/html_element.h> #include <dom/html_form.h> -#include <kdemacros.h> +#include <tdemacros.h> namespace DOM { @@ -167,12 +167,12 @@ public: /** * @deprecated */ - DOMString hspace() const KDE_DEPRECATED; + DOMString hspace() const TDE_DEPRECATED; /** * @deprecated */ - void setHspace( const DOMString &value ) KDE_DEPRECATED; + void setHspace( const DOMString &value ) TDE_DEPRECATED; /** * The name of the applet. See the <a @@ -220,12 +220,12 @@ public: /** * @deprecated */ - DOMString vspace() const KDE_DEPRECATED; + DOMString vspace() const TDE_DEPRECATED; /** * @deprecated */ - void setVspace( const DOMString & ) KDE_DEPRECATED; + void setVspace( const DOMString & ) TDE_DEPRECATED; /** * Override width. See the <a @@ -419,12 +419,12 @@ public: /** * @deprecated */ - DOMString hspace() const KDE_DEPRECATED; + DOMString hspace() const TDE_DEPRECATED; /** * @deprecated */ - void setHspace( const DOMString & ) KDE_DEPRECATED; + void setHspace( const DOMString & ) TDE_DEPRECATED; /** * Form control or object name when submitted with a form. See the @@ -512,12 +512,12 @@ public: /** * @deprecated */ - DOMString vspace() const KDE_DEPRECATED; + DOMString vspace() const TDE_DEPRECATED; /** * @deprecated */ - void setVspace( const DOMString & ) KDE_DEPRECATED; + void setVspace( const DOMString & ) TDE_DEPRECATED; /** * Override width. See the <a |
