summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authordeva <deva>2008-06-30 12:00:30 +0000
committerdeva <deva>2008-06-30 12:00:30 +0000
commita04fb898ee09ebab7a955196f9cc60739d9ef2c2 (patch)
tree6eb8e5551845c6bfe96cd049f21f147f916623a8 /client
parent1c190bfef95d9c48e10bd8e2168692c84b4b4558 (diff)
Moved some methods from public slots to pulbic.
Diffstat (limited to 'client')
-rw-r--r--client/widgets/lineedit.h5
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__*/