summaryrefslogtreecommitdiff
path: root/noncore/net/mail/statuswidget.h
Side-by-side diff
Diffstat (limited to 'noncore/net/mail/statuswidget.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/mail/statuswidget.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/noncore/net/mail/statuswidget.h b/noncore/net/mail/statuswidget.h
deleted file mode 100644
index 73f0d75..0000000
--- a/noncore/net/mail/statuswidget.h
+++ b/dev/null
@@ -1,24 +0,0 @@
-#ifndef STATUS_WIDGET_H
-#define STATUS_WIDGET_H
-
-#include <qwidget.h>
-#include "statuswidgetui.h"
-
-class StatusWidget : public StatusWidgetUI {
-
-Q_OBJECT
-
-public:
- StatusWidget( QWidget* parent = 0, const char* name = 0,WFlags fl = 0 );
- ~StatusWidget();
-
-
-public slots:
-
- void setText( const QString& text );
- void setProgress( int progress );
-};
-
-
-#endif
-