aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorImran Zaman <imran.zaman@tieto.com>2010-03-11 16:23:43 +0200
committerImran Zaman <imran.zaman@tieto.com>2010-03-11 16:23:43 +0200
commitd6f0ce8670e1ecd02873a1a51669c0cb8cf6e37b (patch)
tree0730b5524354bd143b69737808c09276b4a479cd /src/include
parentd7b3266a6c6d42809b40e544ea25b52433841753 (diff)
Changes: Introduces tab bar view to the DuiToolBar widget
RevBy: Daniel d'Andrada Details: This patch adds a new tab bar view to the DuiToolBar widget. Unit tests, documentation and WG page has been updated accordingly.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/DuiToolBarTabView2
-rw-r--r--src/include/duitoolbartabview.h21
2 files changed, 23 insertions, 0 deletions
diff --git a/src/include/DuiToolBarTabView b/src/include/DuiToolBarTabView
new file mode 100644
index 00000000..ac41083d
--- /dev/null
+++ b/src/include/DuiToolBarTabView
@@ -0,0 +1,2 @@
+#include "duitoolbartabview.h"
+
diff --git a/src/include/duitoolbartabview.h b/src/include/duitoolbartabview.h
new file mode 100644
index 00000000..59a010c0
--- /dev/null
+++ b/src/include/duitoolbartabview.h
@@ -0,0 +1,21 @@
+/***************************************************************************
+**
+** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** All rights reserved.
+** Contact: Nokia Corporation (directui@nokia.com)
+**
+** This file is part of libdui.
+**
+** If you have questions regarding the use of this file, please contact
+** Nokia at directui@nokia.com.
+**
+** This library is free software; you can redistribute it and/or
+** modify it under the terms of the GNU Lesser General Public
+** License version 2.1 as published by the Free Software Foundation
+** and appearing in the file LICENSE.LGPL included in the packaging
+** of this file.
+**
+****************************************************************************/
+
+#include "../widgets/views/duitoolbartabview.h"
+