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 7bb3302cefc5dcdce47e16359bdac1e46f71dcce..49c2daef91a79c96f41af7f503feff30e18d19be 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 d4c85bcbedbf8712358232d23766ba1646231fc3..4154b3aa84d0c1cf9360728fb17c9f228ce0b32f 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