diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 15:54:26 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 15:54:26 -0600 |
commit | 7427e438358d44c37e3c8b0a9cfbb225ffd60e79 (patch) | |
tree | d977f1d23d324f23aadee0ad50acb94d7436ba80 /tdehtml/tdehtml_settings.h | |
parent | 72eecb041bf15bf64b748fc062d55f6ec860ac60 (diff) | |
download | tdelibs-7427e438358d44c37e3c8b0a9cfbb225ffd60e79.tar.gz tdelibs-7427e438358d44c37e3c8b0a9cfbb225ffd60e79.zip |
Rename KHTML and kiobuffer
Diffstat (limited to 'tdehtml/tdehtml_settings.h')
-rw-r--r-- | tdehtml/tdehtml_settings.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tdehtml/tdehtml_settings.h b/tdehtml/tdehtml_settings.h index 4d68845f7..c2dd2684c 100644 --- a/tdehtml/tdehtml_settings.h +++ b/tdehtml/tdehtml_settings.h @@ -30,12 +30,12 @@ class TDEConfig; #include <tdelibs_export.h> struct KPerDomainSettings; -class KHTMLSettingsPrivate; +class TDEHTMLSettingsPrivate; /** * Settings for the HTML view. */ -class KHTML_EXPORT KHTMLSettings +class TDEHTML_EXPORT TDEHTMLSettings { public: @@ -99,8 +99,8 @@ public: /** * @internal Constructor */ - KHTMLSettings(); - KHTMLSettings(const KHTMLSettings &other); + TDEHTMLSettings(); + TDEHTMLSettings(const TDEHTMLSettings &other); /** * Called by constructor and reparseConfiguration @@ -117,7 +117,7 @@ public: /** * Destructor. Don't delete any instance by yourself. */ - virtual ~KHTMLSettings(); + virtual ~TDEHTMLSettings(); // Behavior settings bool changeCursor() const; @@ -135,7 +135,7 @@ public: TQString cursiveFontName() const; TQString fantasyFontName() const; - // these two can be set. Mainly for historical reasons (the method in KHTMLPart exists...) + // these two can be set. Mainly for historical reasons (the method in TDEHTMLPart exists...) void setStdFontName(const TQString &n); void setFixedFontName(const TQString &n); @@ -222,10 +222,10 @@ public: bool jsPopupBlockerPassivePopup() const; private: - friend class KHTMLFactory; + friend class TDEHTMLFactory; TQString lookupFont(int i) const; - KHTMLSettingsPrivate *d; + TDEHTMLSettingsPrivate *d; static TQString *avFamilies; }; |