summaryrefslogtreecommitdiffstats
path: root/ktux/spritepm.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:37:58 -0600
commit9ea931fb1bda0802797c1d38fd903b5451b91a5a (patch)
tree52871b68f40404504f789e2abefc24080510e51e /ktux/spritepm.cpp
parent2178da111f72dc574457d5242d120b4d10ea5edd (diff)
downloadtdetoys-9ea931fb1bda0802797c1d38fd903b5451b91a5a.tar.gz
tdetoys-9ea931fb1bda0802797c1d38fd903b5451b91a5a.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'ktux/spritepm.cpp')
-rw-r--r--ktux/spritepm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ktux/spritepm.cpp b/ktux/spritepm.cpp
index d933144..ca11f56 100644
--- a/ktux/spritepm.cpp
+++ b/ktux/spritepm.cpp
@@ -112,7 +112,7 @@ SpriteSequenceManager::~SpriteSequenceManager()
// Returns:
// pointer to sprite if loaded successfully, 0 otherwise.
//
-SpritePixmapSequence *SpriteSequenceManager::load(KConfigBase &config,
+SpritePixmapSequence *SpriteSequenceManager::load(TDEConfigBase &config,
const TQString & name)
{
SpritePixmapSequence *sprite = mSprites.find(name);
@@ -133,7 +133,7 @@ SpritePixmapSequence *SpriteSequenceManager::load(KConfigBase &config,
//---------------------------------------------------------------------------
//
-SpritePixmapSequence *SpriteSequenceManager::read(KConfigBase &config)
+SpritePixmapSequence *SpriteSequenceManager::read(TDEConfigBase &config)
{
TQStrList strImages;
TQStrList strDelays;