summaryrefslogtreecommitdiffstats
path: root/ksplashml/themeengine/themeengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksplashml/themeengine/themeengine.cpp')
-rw-r--r--ksplashml/themeengine/themeengine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ksplashml/themeengine/themeengine.cpp b/ksplashml/themeengine/themeengine.cpp
index 0f4ae2720..79e47bfe1 100644
--- a/ksplashml/themeengine/themeengine.cpp
+++ b/ksplashml/themeengine/themeengine.cpp
@@ -87,7 +87,7 @@ void ThemeEngine::addSplashWindow( TQWidget* w )
{
if( !w->isTopLevel())
return;
- if( d->mSplashWindows.tqcontains( w->winId()))
+ if( d->mSplashWindows.contains( w->winId()))
return;
if( !w->testWFlags( WX11BypassWM ))
{ // All toplevel widgets should be probably required to be WX11BypassWM