From dd53a68602f625e02188411d4469f2ec13e1dae8 Mon Sep 17 00:00:00 2001 From: conber Date: Wed, 19 Jun 2002 20:34:10 +0000 Subject: attachdiag is not needed anymore --- (limited to 'noncore/unsupported/mail2/attachdiag.h') diff --git a/noncore/unsupported/mail2/attachdiag.h b/noncore/unsupported/mail2/attachdiag.h deleted file mode 100644 index 88686bc..0000000 --- a/noncore/unsupported/mail2/attachdiag.h +++ b/dev/null @@ -1,26 +0,0 @@ -#ifndef ATTACHDIAG_H -#define ATTACHDIAG_H - -#include - -class DocLnk; -class FileSelector; - -class AttachDiag : public QDialog -{ - Q_OBJECT - -public: - DocLnk selectedFile(); - static DocLnk getFile(QWidget *parent); - -protected: - AttachDiag(QWidget *parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0); - -private: - FileSelector *_fileSelector; - -}; - -#endif - -- cgit v0.9.0.2