aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/MAbstractItemModel1
-rw-r--r--src/include/MBubbleItem1
-rw-r--r--src/include/MListFilter2
-rw-r--r--src/include/MListItem1
-rw-r--r--src/include/MSortFilterProxyModel1
-rw-r--r--src/include/mabstractitemmodel.h20
-rw-r--r--src/include/mbubbleitem.h20
-rw-r--r--src/include/mlistfilter.h21
-rw-r--r--src/include/mlistitem.h20
-rw-r--r--src/include/msortfilterproxymodel.h20
10 files changed, 107 insertions, 0 deletions
diff --git a/src/include/MAbstractItemModel b/src/include/MAbstractItemModel
new file mode 100644
index 00000000..3401afc8
--- /dev/null
+++ b/src/include/MAbstractItemModel
@@ -0,0 +1 @@
+#include "mabstractitemmodel.h" \ No newline at end of file
diff --git a/src/include/MBubbleItem b/src/include/MBubbleItem
new file mode 100644
index 00000000..4c713274
--- /dev/null
+++ b/src/include/MBubbleItem
@@ -0,0 +1 @@
+#include "mbubbleitem.h" \ No newline at end of file
diff --git a/src/include/MListFilter b/src/include/MListFilter
new file mode 100644
index 00000000..8849ff39
--- /dev/null
+++ b/src/include/MListFilter
@@ -0,0 +1,2 @@
+#include "mlistfilter.h"
+
diff --git a/src/include/MListItem b/src/include/MListItem
new file mode 100644
index 00000000..97a327cd
--- /dev/null
+++ b/src/include/MListItem
@@ -0,0 +1 @@
+#include "mlistitem.h"
diff --git a/src/include/MSortFilterProxyModel b/src/include/MSortFilterProxyModel
new file mode 100644
index 00000000..e7f5ae7f
--- /dev/null
+++ b/src/include/MSortFilterProxyModel
@@ -0,0 +1 @@
+#include "msortfilterproxymodel.h" \ No newline at end of file
diff --git a/src/include/mabstractitemmodel.h b/src/include/mabstractitemmodel.h
new file mode 100644
index 00000000..b8104851
--- /dev/null
+++ b/src/include/mabstractitemmodel.h
@@ -0,0 +1,20 @@
+/***************************************************************************
+**
+** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** All rights reserved.
+** Contact: Nokia Corporation (directui@nokia.com)
+**
+** This file is part of libmeegotouch.
+**
+** 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 "../corelib/widgets/mabstractitemmodel.h"
diff --git a/src/include/mbubbleitem.h b/src/include/mbubbleitem.h
new file mode 100644
index 00000000..467e03bd
--- /dev/null
+++ b/src/include/mbubbleitem.h
@@ -0,0 +1,20 @@
+/***************************************************************************
+**
+** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** All rights reserved.
+** Contact: Nokia Corporation (directui@nokia.com)
+**
+** This file is part of libmeegotouch.
+**
+** 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 "../corelib/widgets/mbubbleitem.h"
diff --git a/src/include/mlistfilter.h b/src/include/mlistfilter.h
new file mode 100644
index 00000000..380f7b9c
--- /dev/null
+++ b/src/include/mlistfilter.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 libmeegotouch.
+**
+** 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 "../corelib/widgets/mlistfilter.h"
+
diff --git a/src/include/mlistitem.h b/src/include/mlistitem.h
new file mode 100644
index 00000000..6394f2d5
--- /dev/null
+++ b/src/include/mlistitem.h
@@ -0,0 +1,20 @@
+/***************************************************************************
+**
+** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** All rights reserved.
+** Contact: Nokia Corporation (directui@nokia.com)
+**
+** This file is part of libmeegotouch.
+**
+** 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 "../corelib/widgets/mlistitem.h"
diff --git a/src/include/msortfilterproxymodel.h b/src/include/msortfilterproxymodel.h
new file mode 100644
index 00000000..94def391
--- /dev/null
+++ b/src/include/msortfilterproxymodel.h
@@ -0,0 +1,20 @@
+/***************************************************************************
+**
+** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** All rights reserved.
+** Contact: Nokia Corporation (directui@nokia.com)
+**
+** This file is part of libmeegotouch.
+**
+** 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 "../corelib/widgets/msortfilterproxymodel.h" \ No newline at end of file