• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • kdenetwork
  • Sitemap
  • Contact Us
 

kopete/kopete

behaviorconfig_events.cpp

Go to the documentation of this file.
00001 /*
00002     behaviourconfig_events.cpp
00003 
00004     Copyright (c) 2006       by Thorben Kröger         <thorbenk@gmx.net>
00005 
00006     Kopete    (c) 2002-2007  by the Kopete developers  <kopete-devel@kde.org>
00007 
00008     *************************************************************************
00009     *                                                                       *
00010     * This program is free software; you can redistribute it and/or modify  *
00011     * it under the terms of the GNU General Public License as published by  *
00012     * the Free Software Foundation; either version 2 of the License, or     *
00013     * (at your option) any later version.                                   *
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"

kopete/kopete

Skip menu "kopete/kopete"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

kdenetwork

Skip menu "kdenetwork"
  • kget
  • kopete
  •   kopete
  •   libkopete
  •       libpapillon
  • krfb
Generated for kdenetwork by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal