krfb
manageinvitationsdialog.h
Go to the documentation of this file.00001 /* This file is part of the KDE project 00002 Copyright (C) 2007 Alessandro Praduroux <pradu@pradu.it> 00003 00004 This program is free software; you can redistribute it and/or 00005 modify it under the terms of the GNU General Public 00006 License as published by the Free Software Foundation; either 00007 version 2 of the License, or (at your option) any later version. 00008 */ 00009 00010 #ifndef MANAGEINVITATIONSDIALOG_H 00011 #define MANAGEINVITATIONSDIALOG_H 00012 00013 #include <KDialog> 00014 #include "ui_manageinvitations.h" 00015 00019 class ManageInvitationsDialog : public KDialog, private Ui::ManageInvitationsDialog 00020 { 00021 Q_OBJECT 00022 public: 00023 ManageInvitationsDialog(QWidget *parent = 0); 00024 00025 ~ManageInvitationsDialog(); 00026 00027 public Q_SLOTS: 00028 void showWhatsthis(); 00029 void inviteManually(); 00030 void inviteByMail(); 00031 void reloadInvitations(); 00032 void showConfiguration(); 00033 void deleteAll(); 00034 void deleteCurrent(); 00035 void selectionChanged(); 00036 00037 private: 00038 00039 }; 00040 00041 #endif
KDE 4.0 API Reference