summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoStyleStack.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoStyleStack.h')
-rw-r--r--lib/kofficecore/KoStyleStack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/KoStyleStack.h b/lib/kofficecore/KoStyleStack.h
index 4e6cfa7e..4fbc1793 100644
--- a/lib/kofficecore/KoStyleStack.h
+++ b/lib/kofficecore/KoStyleStack.h
@@ -98,7 +98,7 @@ public:
/**
* Check if any of the styles on the stack has an attribute called 'name'-'detail'
* where detail is e.g. left, right, top or bottom.
- * This allows to also tqfind 'name' alone (e.g. padding implies padding-left, padding-right etc.)
+ * This allows to also find 'name' alone (e.g. padding implies padding-left, padding-right etc.)
*/
bool hasAttribute( const TQString& name, const TQString& detail = TQString() ) const KDE_DEPRECATED;
@@ -111,7 +111,7 @@ public:
/**
* Check if any of the styles on the stack has an attribute called 'name'-'detail'
* where detail is e.g. left, right, top or bottom.
- * This allows to also tqfind 'name' alone (e.g. padding implies padding-left, padding-right etc.)
+ * This allows to also find 'name' alone (e.g. padding implies padding-left, padding-right etc.)
*/
bool hasAttributeNS( const char* nsURI, const char* localName, const char* detail = 0 ) const;