diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:29:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:29:42 -0600 |
commit | 159f7e147ac33c924b3ce9050c8f03cbc54916ee (patch) | |
tree | 38565fca708177609da9ddd523d49b9480b10de5 /styles | |
parent | b1b005cf854aad925c2e64c3fc3ece582d4bffcf (diff) | |
download | tdeartwork-159f7e147ac33c924b3ce9050c8f03cbc54916ee.tar.gz tdeartwork-159f7e147ac33c924b3ce9050c8f03cbc54916ee.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'styles')
-rw-r--r-- | styles/phase/config/phasestyleconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/styles/phase/config/phasestyleconfig.h b/styles/phase/config/phasestyleconfig.h index 5b6f8e9c..0c29a52c 100644 --- a/styles/phase/config/phasestyleconfig.h +++ b/styles/phase/config/phasestyleconfig.h @@ -29,7 +29,7 @@ #include "styledialog.h" -class KConfig; +class TDEConfig; class PhaseStyleConfig : public StyleDialog { |