summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-write/qstylesheet.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-write/qstylesheet.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-write/qstylesheet.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/noncore/apps/opie-write/qstylesheet.h b/noncore/apps/opie-write/qstylesheet.h
index bb209fa..cb786f5 100644
--- a/noncore/apps/opie-write/qstylesheet.h
+++ b/noncore/apps/opie-write/qstylesheet.h
@@ -117,12 +117,16 @@ public:
bool definesFontItalic() const;
bool fontUnderline() const;
void setFontUnderline( bool );
bool definesFontUnderline() const;
+ bool fontStrikeOut() const;
+ void setFontStrikeOut( bool );
+ bool definesFontStrikeOut() const;
+
bool isAnchor() const;
void setAnchor(bool anc);
enum WhiteSpaceMode { WhiteSpaceNormal, WhiteSpacePre, WhiteSpaceNoWrap };
WhiteSpaceMode whiteSpaceMode() const;
void setWhiteSpaceMode(WhiteSpaceMode m);
@@ -168,16 +172,16 @@ private:
QStyleSheetItemData* d;
};
#if defined(Q_TEMPLATEDLL)
// MOC_SKIP_BEGIN
-template class Q_EXPORT QDict<QStyleSheetItem>;
-template class Q_EXPORT QValueList< QPtrVector<QStyleSheetItem> >;
-template class Q_EXPORT QPtrVector<QStyleSheetItem>;
-template class Q_EXPORT QValueList<QStyleSheetItem::ListStyle>;
+Q_TEMPLATE_EXTERN template class Q_EXPORT QDict<QStyleSheetItem>;
+Q_TEMPLATE_EXTERN template class Q_EXPORT QValueList< QPtrVector<QStyleSheetItem> >;
+Q_TEMPLATE_EXTERN template class Q_EXPORT QPtrVector<QStyleSheetItem>;
+Q_TEMPLATE_EXTERN template class Q_EXPORT QValueList<QStyleSheetItem::ListStyle>;
// MOC_SKIP_END
#endif
class QTextCustomItem;
class Q_EXPORT QStyleSheet : public QObject