kopete/kopete
behaviorconfig_events.cpp
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #include "behaviorconfig_events.h"
00019
00020 #include <QMovie>
00021
00022 BehaviorConfig_Events::BehaviorConfig_Events(QWidget *parent)
00023 : QWidget(parent)
00024 {
00025 setupUi(this);
00026
00027 if ( !QMovie::supportedFormats().contains("mng") )
00028 {
00029 kcfg_trayflashNotify->setEnabled(false);
00030 kcfg_trayflashNotify->setToolTip(i18n("Animation is not possible as your Qt version does not support the mng video format."));
00031 }
00032 }
00033
00034 #include "behaviorconfig_events.moc"