summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-01-05 14:47:52 -0200
committerGustavo Pichorim Boiko <gustavo.boiko@collabora.co.uk>2011-01-14 04:45:51 -0800
commitda3370a49283beed43e747b6b7e55de6d38882d8 (patch)
tree167b23a704bfbd5200bd543163bc7fed1aaef54c /examples
parent11911bb642af2ea174e94b5749b0e2cb8c076741 (diff)
Models binding: Renamed TelepathyQt4/models to TelepathyQt4/Models for consistency.
Diffstat (limited to 'examples')
-rw-r--r--examples/accounts-model/accountwindow.cpp4
-rw-r--r--examples/accounts-model/accountwindow.h2
-rw-r--r--examples/accounts-model/telepathy-initializer.h2
-rw-r--r--examples/accounts-model/tree-view.cpp2
-rw-r--r--examples/accounts-model/tree-view.h2
-rw-r--r--examples/conversation-model/chatwindow.h2
6 files changed, 7 insertions, 7 deletions
diff --git a/examples/accounts-model/accountwindow.cpp b/examples/accounts-model/accountwindow.cpp
index 1dfbb22..356c240 100644
--- a/examples/accounts-model/accountwindow.cpp
+++ b/examples/accounts-model/accountwindow.cpp
@@ -25,8 +25,8 @@
#include <TelepathyQt4/AccountManager>
#include <TelepathyQt4/PendingReady>
-#include <TelepathyQt4/models/FlatModelProxy>
-#include <TelepathyQt4/models/AvatarImageProvider>
+#include <TelepathyQt4/Models/FlatModelProxy>
+#include <TelepathyQt4/Models/AvatarImageProvider>
#include <QAbstractItemModel>
#include <QDeclarativeContext>
diff --git a/examples/accounts-model/accountwindow.h b/examples/accounts-model/accountwindow.h
index 4b407ec..d6b193e 100644
--- a/examples/accounts-model/accountwindow.h
+++ b/examples/accounts-model/accountwindow.h
@@ -24,7 +24,7 @@
#include <QWidget>
#include <TelepathyQt4/Types>
-#include <TelepathyQt4/models/AccountsModel>
+#include <TelepathyQt4/Models/AccountsModel>
class TelepathyInitializer;
class QDeclarativeView;
diff --git a/examples/accounts-model/telepathy-initializer.h b/examples/accounts-model/telepathy-initializer.h
index cf239f3..8719ba5 100644
--- a/examples/accounts-model/telepathy-initializer.h
+++ b/examples/accounts-model/telepathy-initializer.h
@@ -21,7 +21,7 @@
#ifndef _TelepathyQt4_telepathy_initializer_h_HEADER_GUARD_
#define _TelepathyQt4_telepathy_initializer_h_HEADER_GUARD_
-#include <TelepathyQt4/models/AccountsModel>
+#include <TelepathyQt4/Models/AccountsModel>
#include <TelepathyQt4/Types>
class TelepathyInitializer : public QObject
diff --git a/examples/accounts-model/tree-view.cpp b/examples/accounts-model/tree-view.cpp
index 779526c..a82c2d4 100644
--- a/examples/accounts-model/tree-view.cpp
+++ b/examples/accounts-model/tree-view.cpp
@@ -26,7 +26,7 @@
#include <TelepathyQt4/PendingContacts>
#include <TelepathyQt4/ContactManager>
-#include <TelepathyQt4/models/AccountsModel>
+#include <TelepathyQt4/Models/AccountsModel>
#include <QTreeView>
#include <QVBoxLayout>
diff --git a/examples/accounts-model/tree-view.h b/examples/accounts-model/tree-view.h
index d4d3256..770b4af 100644
--- a/examples/accounts-model/tree-view.h
+++ b/examples/accounts-model/tree-view.h
@@ -25,7 +25,7 @@
#include <QWidget>
#include <TelepathyQt4/Types>
-#include <TelepathyQt4/models/AccountsModel>
+#include <TelepathyQt4/Models/AccountsModel>
class TelepathyInitializer;
diff --git a/examples/conversation-model/chatwindow.h b/examples/conversation-model/chatwindow.h
index e7c4e2b..a409946 100644
--- a/examples/conversation-model/chatwindow.h
+++ b/examples/conversation-model/chatwindow.h
@@ -27,7 +27,7 @@
#include <TelepathyQt4/AbstractClientHandler>
#include <TelepathyQt4/Types>
-#include <TelepathyQt4/models/ConversationModel>
+#include <TelepathyQt4/Models/ConversationModel>
class QDeclarativeView;
class QLineEdit;