diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-03 22:59:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-03 22:59:55 -0600 |
commit | 4f841fbbbc5d3399535ade061699cc76363c7a3f (patch) | |
tree | 1d036f7ddb4294acb7bbad8d16ae30d8509222b5 /kpersonalizer/kpersonalizer.h | |
parent | 3e5506b29bb8d45ab067d3a4623af70a56abb990 (diff) | |
download | tdebase-4f841fbbbc5d3399535ade061699cc76363c7a3f.tar.gz tdebase-4f841fbbbc5d3399535ade061699cc76363c7a3f.zip |
Rename KStyle to TDEStyle to avoid conflicts with KDE4
Diffstat (limited to 'kpersonalizer/kpersonalizer.h')
-rw-r--r-- | kpersonalizer/kpersonalizer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpersonalizer/kpersonalizer.h b/kpersonalizer/kpersonalizer.h index e4db63aad..20b1ffd9e 100644 --- a/kpersonalizer/kpersonalizer.h +++ b/kpersonalizer/kpersonalizer.h @@ -32,7 +32,7 @@ class TDELocale; class KCountryPage; class KOSPage; class KEyeCandyPage; -class KStylePage; +class TDEStylePage; class KRefinePage; /** KPersonalizer is the base class of the project */ @@ -77,7 +77,7 @@ private: KCountryPage* countrypage; KOSPage* ospage; KEyeCandyPage* eyecandy; - KStylePage* stylepage; + TDEStylePage* stylepage; KRefinePage* refinepage; TDELocale* locale; bool os_dirty, eye_dirty, style_dirty; |