author | Michael Krelin <hacker@klever.net> | 2007-07-04 11:23:42 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-07-04 11:23:42 (UTC) |
commit | a08aff328d4393031d5ba7d622c2b05705a89d73 (patch) (unidiff) | |
tree | 8ee90d686081c52e7c69b5ce946e9b1a7d690001 /kmicromail/statuswidget.h | |
parent | 11edc920afe4f274c0964436633aa632c8288a40 (diff) | |
download | kdepimpi-p1.zip kdepimpi-p1.tar.gz kdepimpi-p1.tar.bz2 |
initial public commit of qt4 portp1
-rw-r--r-- | kmicromail/statuswidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmicromail/statuswidget.h b/kmicromail/statuswidget.h index 73f0d75..1d29daf 100644 --- a/kmicromail/statuswidget.h +++ b/kmicromail/statuswidget.h | |||
@@ -1,24 +1,24 @@ | |||
1 | #ifndef STATUS_WIDGET_H | 1 | #ifndef STATUS_WIDGET_H |
2 | #define STATUS_WIDGET_H | 2 | #define STATUS_WIDGET_H |
3 | 3 | ||
4 | #include <qwidget.h> | 4 | #include <qwidget.h> |
5 | #include "statuswidgetui.h" | 5 | #include "statuswidgetui.h" |
6 | 6 | ||
7 | class StatusWidget : public StatusWidgetUI { | 7 | class StatusWidget : public StatusWidgetUI { |
8 | 8 | ||
9 | Q_OBJECT | 9 | Q_OBJECT |
10 | 10 | ||
11 | public: | 11 | public: |
12 | StatusWidget( QWidget* parent = 0, const char* name = 0,WFlags fl = 0 ); | 12 | StatusWidget( QWidget* parent = 0, const char* name = 0,Qt::WFlags fl = 0 ); |
13 | ~StatusWidget(); | 13 | ~StatusWidget(); |
14 | 14 | ||
15 | 15 | ||
16 | public slots: | 16 | public slots: |
17 | 17 | ||
18 | void setText( const QString& text ); | 18 | void setText( const QString& text ); |
19 | void setProgress( int progress ); | 19 | void setProgress( int progress ); |
20 | }; | 20 | }; |
21 | 21 | ||
22 | 22 | ||
23 | #endif | 23 | #endif |
24 | 24 | ||