From 69bfbbcba8f18d2466ea3e16691682be004d264b Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Tue, 12 Dec 2006 13:21:44 +0000 Subject: [PATCH] s/KActiveLabel/QLabel/ svn path=/branches/work/kwin_composite/; revision=612724 --- kcmkwin/kwinoptions/windows.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kcmkwin/kwinoptions/windows.cpp b/kcmkwin/kwinoptions/windows.cpp index 89c0df9990..b26b7a46a4 100644 --- a/kcmkwin/kwinoptions/windows.cpp +++ b/kcmkwin/kwinoptions/windows.cpp @@ -39,7 +39,6 @@ #include #include -#include #include #include #include @@ -1244,7 +1243,7 @@ KTranslucencyConfig::KTranslucencyConfig (bool _standAlone, KConfig *_config, KI QVBoxLayout *lay = new QVBoxLayout (this); kompmgrAvailable_ = kompmgrAvailable(); if (!kompmgrAvailable_){ - KActiveLabel *label = new KActiveLabel(i18n("It seems that alpha channel support is not available.

" + QLabel *label = new QLabel(i18n("It seems that alpha channel support is not available.

" "Please make sure you have " "Xorg ≥ 6.8," " and have installed the kompmgr that came with kwin.
"