diff options
Diffstat (limited to 'ksnake/pixServer.cpp')
| -rw-r--r-- | ksnake/pixServer.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ksnake/pixServer.cpp b/ksnake/pixServer.cpp index 244ff17d..08bbb0f0 100644 --- a/ksnake/pixServer.cpp +++ b/ksnake/pixServer.cpp @@ -146,7 +146,7 @@ void PixServer::initbackPixmaps()  	} else if(Settings::bgimage_enabled()) {  		// A bit of a hack.  		TQStringList backgroundPixmaps = -		KGlobal::dirs()->findAllResources("appdata", "backgrounds/*.png"); +		TDEGlobal::dirs()->findAllResources("appdata", "backgrounds/*.png");  	path = backgroundPixmaps[(Settings::bgimage())];  	} | 
