kio Library API Documentation

misc/ksendbugmail/main.h

00001 #ifndef BUG_MAILER_H
00002 #define BUG_MAILER_H "$Id: main.h,v 1.2 2001/01/16 02:33:21 garbanzo Exp $"
00003 
00004 #include <qobject.h>
00005 
00006 class SMTP;
00007 
00008 class BugMailer : public QObject {
00009     Q_OBJECT
00010 public:
00011     BugMailer(SMTP* s) : QObject(0, "mailer"), sm(s) {}
00012 
00013 public slots:
00014     void slotError(int);
00015     void slotSend();
00016 private:
00017     SMTP *sm;
00018 };
00019 
00020 #endif
KDE Logo
This file is part of the documentation for kio Library Version 3.4.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Sat May 7 22:07:52 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003