diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:37:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:37:58 -0600 |
commit | 9ea931fb1bda0802797c1d38fd903b5451b91a5a (patch) | |
tree | 52871b68f40404504f789e2abefc24080510e51e /amor/amoranim.cpp | |
parent | 2178da111f72dc574457d5242d120b4d10ea5edd (diff) | |
download | tdetoys-9ea931fb1bda0802797c1d38fd903b5451b91a5a.tar.gz tdetoys-9ea931fb1bda0802797c1d38fd903b5451b91a5a.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'amor/amoranim.cpp')
-rw-r--r-- | amor/amoranim.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amor/amoranim.cpp b/amor/amoranim.cpp index b4e595b..a87bdf1 100644 --- a/amor/amoranim.cpp +++ b/amor/amoranim.cpp @@ -34,7 +34,7 @@ // // Constructor // -AmorAnim::AmorAnim(KConfigBase &config) +AmorAnim::AmorAnim(TDEConfigBase &config) : mMaximumSize(0, 0) { mCurrent = 0; @@ -69,7 +69,7 @@ const TQPixmap *AmorAnim::frame() // Read a single animation's parameters. The config class should already // have its group set to the animation that is to be read. // -void AmorAnim::readConfig(KConfigBase &config) +void AmorAnim::readConfig(TDEConfigBase &config) { // Read the list of frames to display and load them into the pixmap // manager. |