22 #ifndef SENDSMSDIALOG_H
23 #define SENDSMSDIALOG_H
25 #include <kdialogbase.h>
30 class SendSMSDialog : public KDialogBase
36 SendSMSDialog( const TQString &recipientName, TQWidget *parent, const char *name = 0 );
38 TQString text() const;
41 void updateMessageLength();
45 TQLabel *mMessageLength;
|