directoryservicesconfigurationdialogimpl.h
00001 #ifndef DIRECTORYSERVICESCONFIGURATIONDIALOGIMPL_H
00002 #define DIRECTORYSERVICESCONFIGURATIONDIALOGIMPL_H
00003 #include "directoryservicesconfigurationdialog.h"
00004
00005 class CryptPlugWrapper;
00006
00007 class DirectoryServicesConfigurationDialogImpl : public DirectoryServicesConfigurationDialog
00008 {
00009 Q_OBJECT
00010
00011 public:
00012 DirectoryServicesConfigurationDialogImpl( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00013 ~DirectoryServicesConfigurationDialogImpl();
00014
00015 void enableDisable( CryptPlugWrapper* wrapper );
00016
00017 protected slots:
00018 void slotServiceChanged( QListViewItem* );
00019 void slotServiceSelected( QListViewItem* );
00020 void slotAddService();
00021 void slotDeleteService();
00022 };
00023
00024 #endif // DIRECTORYSERVICESCONFIGURATIONDIALOGIMPL_H
This file is part of the documentation for kmail Library Version 3.2.2.