summaryrefslogtreecommitdiff
path: root/client/widgets/frame.h
diff options
context:
space:
mode:
authorsenator <senator>2007-07-18 08:34:53 +0000
committersenator <senator>2007-07-18 08:34:53 +0000
commit453de1629d5088923b83e0954e655ba7d4f10092 (patch)
treeeec0b9415138f0855437b931335126482c05aa13 /client/widgets/frame.h
parent051a5c05212d03123d08a66f00408ed6fb392aee (diff)
applied temp caption to frame
Diffstat (limited to 'client/widgets/frame.h')
-rw-r--r--client/widgets/frame.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/frame.h b/client/widgets/frame.h
index 520891c..73bf704 100644
--- a/client/widgets/frame.h
+++ b/client/widgets/frame.h
@@ -34,7 +34,7 @@ class Frame : public Widget, public QGroupBox
{
public:
- Frame(QWidget *parent);
+ Frame(QWidget *parent, QString caption);
public slots:
QString getValue();