kopete/kopete
behaviorconfig_general.h
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 #ifndef BEHAVIORCONFIG_GENERAL_H
00019 #define BEHAVIORCONFIG_GENERAL_H
00020
00021 #include "ui_behaviorconfig_general.h"
00022
00023 class BehaviorConfig_General : public QWidget, public Ui::BehaviorConfig_General
00024 {
00025 Q_OBJECT
00026
00027 public:
00028 BehaviorConfig_General(QWidget *parent = 0);
00029
00030 private slots:
00031 void queueToggled(bool checked);
00032 };
00033
00034 #endif // BEHAVIORCONFIG_GENERAL_H