s/KActiveLabel/QLabel/
svn path=/branches/work/kwin_composite/; revision=612724
This commit is contained in:
parent
d0eabbffc3
commit
69bfbbcba8
1 changed files with 1 additions and 2 deletions
|
@ -39,7 +39,6 @@
|
||||||
#include <QVBoxLayout>
|
#include <QVBoxLayout>
|
||||||
#include <kmessagebox.h>
|
#include <kmessagebox.h>
|
||||||
|
|
||||||
#include <kactivelabel.h>
|
|
||||||
#include <klocale.h>
|
#include <klocale.h>
|
||||||
#include <kcolorbutton.h>
|
#include <kcolorbutton.h>
|
||||||
#include <kconfig.h>
|
#include <kconfig.h>
|
||||||
|
@ -1244,7 +1243,7 @@ KTranslucencyConfig::KTranslucencyConfig (bool _standAlone, KConfig *_config, KI
|
||||||
QVBoxLayout *lay = new QVBoxLayout (this);
|
QVBoxLayout *lay = new QVBoxLayout (this);
|
||||||
kompmgrAvailable_ = kompmgrAvailable();
|
kompmgrAvailable_ = kompmgrAvailable();
|
||||||
if (!kompmgrAvailable_){
|
if (!kompmgrAvailable_){
|
||||||
KActiveLabel *label = new KActiveLabel(i18n("<qt><b>It seems that alpha channel support is not available.</b><br><br>"
|
QLabel *label = new QLabel(i18n("<qt><b>It seems that alpha channel support is not available.</b><br><br>"
|
||||||
"Please make sure you have "
|
"Please make sure you have "
|
||||||
"<a href=\"http://www.freedesktop.org/\">Xorg ≥ 6.8</a>,"
|
"<a href=\"http://www.freedesktop.org/\">Xorg ≥ 6.8</a>,"
|
||||||
" and have installed the kompmgr that came with kwin.<br>"
|
" and have installed the kompmgr that came with kwin.<br>"
|
||||||
|
|
Loading…
Reference in a new issue