diff options
author | deva <deva> | 2008-06-30 12:00:30 +0000 |
---|---|---|
committer | deva <deva> | 2008-06-30 12:00:30 +0000 |
commit | a04fb898ee09ebab7a955196f9cc60739d9ef2c2 (patch) | |
tree | 6eb8e5551845c6bfe96cd049f21f147f916623a8 | |
parent | 1c190bfef95d9c48e10bd8e2168692c84b4b4558 (diff) |
Moved some methods from public slots to pulbic.
-rw-r--r-- | client/widgets/lineedit.h | 5 |
1 files changed, 3 insertions, 2 deletions
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__*/ |