src/hbcore/utils/hbfontspec.h
changeset 34 ed14f46c0e55
parent 7 923ff622b8b9
--- a/src/hbcore/utils/hbfontspec.h	Mon Oct 04 17:49:30 2010 +0300
+++ b/src/hbcore/utils/hbfontspec.h	Mon Oct 18 18:23:13 2010 +0300
@@ -53,7 +53,7 @@
     explicit HbFontSpec(HbFontSpec::Role role);
 
     HbFontSpec(const HbFontSpec &other);
-	HbFontSpec(const QString fontName); 
+    HbFontSpec(const QString fontName); 
     HbFontSpec &operator=(const HbFontSpec &other);
 
     ~HbFontSpec();
@@ -72,8 +72,8 @@
     bool operator==(const HbFontSpec &other) const;
     bool operator!=(const HbFontSpec &other) const;
 
-	QString typefaceFamily() const;
-	void setTypefaceFamily(QString fontName);
+    QString typefaceFamily() const;
+    void setTypefaceFamily(QString fontName);
 private:
     HbFontSpecPrivate *d;
 };