From fb7ea9da7e78db4214c11128096cf158eb2eaedb Mon Sep 17 00:00:00 2001
From: Jens Bache-Wiig <jens.bache-wiig@nokia.com>
Date: Mon, 10 Jan 2011 10:07:19 +0100
Subject: [PATCH] Rename wrapper -> item and styleplugin to qstyleplugin

---
 examples/desktop/src/{stylewrapper.cpp => qstyleitem.cpp}  | 2 +-
 examples/desktop/src/{stylewrapper.h => qstyleitem.h}      | 0
 examples/desktop/src/{styleplugin.cpp => qstyleplugin.cpp} | 4 ++--
 examples/desktop/src/{styleplugin.h => qstyleplugin.h}     | 0
 4 files changed, 3 insertions(+), 3 deletions(-)
 rename examples/desktop/src/{stylewrapper.cpp => qstyleitem.cpp} (99%)
 rename examples/desktop/src/{stylewrapper.h => qstyleitem.h} (100%)
 rename examples/desktop/src/{styleplugin.cpp => qstyleplugin.cpp} (97%)
 rename examples/desktop/src/{styleplugin.h => qstyleplugin.h} (100%)

diff --git a/examples/desktop/src/stylewrapper.cpp b/examples/desktop/src/qstyleitem.cpp
similarity index 99%
rename from examples/desktop/src/stylewrapper.cpp
rename to examples/desktop/src/qstyleitem.cpp
index 7bb3302ce..49c2daef9 100644
--- a/examples/desktop/src/stylewrapper.cpp
+++ b/examples/desktop/src/qstyleitem.cpp
@@ -37,7 +37,7 @@
 **
 ****************************************************************************/
 
-#include "stylewrapper.h"
+#include "qstyleitem.h"
 
 #include <QtGui/QPainter>
 #include <QtGui/QStyle>
diff --git a/examples/desktop/src/stylewrapper.h b/examples/desktop/src/qstyleitem.h
similarity index 100%
rename from examples/desktop/src/stylewrapper.h
rename to examples/desktop/src/qstyleitem.h
diff --git a/examples/desktop/src/styleplugin.cpp b/examples/desktop/src/qstyleplugin.cpp
similarity index 97%
rename from examples/desktop/src/styleplugin.cpp
rename to examples/desktop/src/qstyleplugin.cpp
index d4c85bcbe..4154b3aa8 100644
--- a/examples/desktop/src/styleplugin.cpp
+++ b/examples/desktop/src/qstyleplugin.cpp
@@ -38,8 +38,8 @@
 ****************************************************************************/
  
 #include <qdeclarative.h>
-#include "styleplugin.h"
-#include "stylewrapper.h"
+#include "qstyleplugin.h"
+#include "qstyleitem.h"
 
 void StylePlugin::registerTypes(const char *uri)
 {
diff --git a/examples/desktop/src/styleplugin.h b/examples/desktop/src/qstyleplugin.h
similarity index 100%
rename from examples/desktop/src/styleplugin.h
rename to examples/desktop/src/qstyleplugin.h
-- 
GitLab