From a04fb898ee09ebab7a955196f9cc60739d9ef2c2 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 30 Jun 2008 12:00:30 +0000 Subject: Moved some methods from public slots to pulbic. --- client/widgets/lineedit.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'client/widgets/lineedit.h') diff --git a/client/widgets/lineedit.h b/client/widgets/lineedit.h index 076bff1..3deb3d1 100644 --- a/client/widgets/lineedit.h +++ b/client/widgets/lineedit.h @@ -38,10 +38,11 @@ Q_OBJECT public: LineEdit(QDomNode &node, MacroWindow *macrowindow); -public slots: - void changed(); QString getValue(); void setValue(QString value); + +public slots: + void changed(); }; #endif/*__PRACRO_LINEEDIT_H__*/ -- cgit v1.2.3