From 322a83c48618b2f58e1014daff6f3956af8070ea Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 2 Jun 2008 13:03:33 +0000 Subject: A large number of small changes in widgets, primarily validation oriented. --- client/widgets/textedit.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'client/widgets/textedit.h') diff --git a/client/widgets/textedit.h b/client/widgets/textedit.h index 0ddb15d..466af0f 100644 --- a/client/widgets/textedit.h +++ b/client/widgets/textedit.h @@ -34,20 +34,13 @@ class TextEdit : public QTextEdit, public Widget { - Q_OBJECT - public: - TextEdit(QDomNode node); - bool isValid(); + TextEdit(QDomNode &node); public slots: void changed(); QString getValue(); - -private: - QRegExp rx; - bool valid; - }; + #endif/*__PRACRO_TEXTEDIT_H__*/ -- cgit v1.2.3