diff options
Diffstat (limited to 'kmail/htmlstatusbar.cpp')
-rw-r--r-- | kmail/htmlstatusbar.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/htmlstatusbar.cpp b/kmail/htmlstatusbar.cpp index 371a48d11..79af65979 100644 --- a/kmail/htmlstatusbar.cpp +++ b/kmail/htmlstatusbar.cpp @@ -48,8 +48,8 @@ #include <tqcolor.h> #include <tqstring.h> -KMail::HtmlStatusBar::HtmlStatusBar( TQWidget * tqparent, const char * name, WFlags f ) - : TQLabel( tqparent, name, f ), +KMail::HtmlStatusBar::HtmlStatusBar( TQWidget * parent, const char * name, WFlags f ) + : TQLabel( parent, name, f ), mMode( Normal ) { tqsetAlignment( AlignHCenter|AlignTop ); |