2 * Copyright 2003-2010 Haiku Inc.
3 * Distributed under the terms of the MIT License.
8 #ifndef _PASSWORD_ALERT_H
9 #define _PASSWORD_ALERT_H
14 #include <TextControl.h>
18 class PasswordAlert
: public BWindow
{
20 PasswordAlert(const char* title
,
22 virtual ~PasswordAlert();
24 void Go(BString
& password
);
25 virtual void MessageReceived(BMessage
* message
);
29 BTextControl
* fTextControl
;
34 #endif // _PASSWORD_ALERT_H