kopete/kopete
behaviorconfig_events.h
Go to the documentation of this file.00001 /* 00002 behaviourconfig_events.h 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 #ifndef BEHAVIORCONFIG_EVENTS_H 00019 #define BEHAVIORCONFIG_EVENTS_H 00020 00021 #include "ui_behaviorconfig_events.h" 00022 00023 class BehaviorConfig_Events : public QWidget, public Ui::BehaviorConfig_Events 00024 { 00025 Q_OBJECT 00026 00027 public: 00028 BehaviorConfig_Events(QWidget *parent = 0); 00029 }; 00030 00031 #endif // BEHAVIORCONFIG_EVENTS_H
KDE 4.0 API Reference