diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:03:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 21:03:04 -0600 |
commit | 48d026a1747f74cfbda29cfc573536dd1444dc69 (patch) | |
tree | 25960c104014affe59d9d75338503f48e43dd175 /styles/dotnet/dotnet.h | |
parent | 4df2d2fa4e70ab5d39a227c13a7170210a8287bd (diff) | |
download | tdeartwork-48d026a1747f74cfbda29cfc573536dd1444dc69.tar.gz tdeartwork-48d026a1747f74cfbda29cfc573536dd1444dc69.zip |
Rename kiobuffer and KHTML
Diffstat (limited to 'styles/dotnet/dotnet.h')
-rw-r--r-- | styles/dotnet/dotnet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/dotnet/dotnet.h b/styles/dotnet/dotnet.h index fb02ef3f..416f20ae 100644 --- a/styles/dotnet/dotnet.h +++ b/styles/dotnet/dotnet.h @@ -41,7 +41,7 @@ public: dotNETstyle(); virtual ~dotNETstyle(); - bool inheritsKHTML( const TQWidget* widget ) const; + bool inheritsTDEHTML( const TQWidget* widget ) const; void polish( const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, void * ); void unPolish( const TQStyleControlElementData &ceData, ControlElementFlags elementFlags, void * ); |