summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Faure <faure@kde.org>2012-12-18 11:26:49 +0100
committerDavid Faure (KDE) <faure@kde.org>2012-12-18 13:50:48 +0100
commitc71ad953fb86af763c9f8b192abadde87ce4fe6a (patch)
tree470a884609998fcc55a9446ab81cd2d7bba94c8b /src
parent11d677618ddf86851d4ee071bd29454dcaff6be7 (diff)
downloadqtx11extras-c71ad953fb86af763c9f8b192abadde87ce4fe6a.tar.gz
Rename "support" to "extras" everywhere, to match the new module name
Change-Id: Ic089aa287b38b756bb9f0bc252c4120859afcefa Reviewed-by: Richard J. Moore <rich@kde.org>
Diffstat (limited to 'src')
-rw-r--r--src/src.pro2
-rw-r--r--src/x11extras/doc/qtx11extras.qdocconf (renamed from src/x11support/doc/qtx11support.qdocconf)20
-rw-r--r--src/x11extras/qtx11extrasglobal.h (renamed from src/x11support/qtx11supportglobal.h)14
-rw-r--r--src/x11extras/qx11info_x11.cpp (renamed from src/x11support/qx11info_x11.cpp)0
-rw-r--r--src/x11extras/qx11info_x11.h (renamed from src/x11support/qx11info_x11.h)4
-rw-r--r--src/x11extras/x11extras.pro (renamed from src/x11support/x11support.pro)4
6 files changed, 22 insertions, 22 deletions
diff --git a/src/src.pro b/src/src.pro
index 97de7b0..184bfd5 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -1,2 +1,2 @@
TEMPLATE = subdirs
-SUBDIRS += x11support
+SUBDIRS += x11extras
diff --git a/src/x11support/doc/qtx11support.qdocconf b/src/x11extras/doc/qtx11extras.qdocconf
index ba5db5c..da6fd58 100644
--- a/src/x11support/doc/qtx11support.qdocconf
+++ b/src/x11extras/doc/qtx11extras.qdocconf
@@ -1,7 +1,7 @@
include($QT_INSTALL_DOCS/global/qt-module-defaults.qdocconf)
# Name of the project which must match the outputdir. Determines the .index file
-project = qtx11support
+project = qtx11extras
# Directories in which to search for files to document and images.
# By default set to the root directory of the project for sources
@@ -25,22 +25,22 @@ depends += qtcore qtwidgets
# Defines the name of the project. You cannot use operators (+, =, -) in
# the name. Properties for this project are set using a qhp.<projectname>.property
# format.
-qhp.projects = qtx11support
+qhp.projects = qtx11extras
# Sets the name of the output qhp file.
-qhp.qtx11support.file = qtx11support.qhp
+qhp.qtx11extras.file = qtx11extras.qhp
# Namespace for the output file. This namespace is used to distinguish between
# different documentation files in Creator/Assistant.
-qhp.qtx11support.namespace = org.qt-project.qtx11support.500
+qhp.qtx11extras.namespace = org.qt-project.qtx11extras.500
# Title for the package, will be the main title for the package in
# Assistant/Creator.
-qhp.qtx11support.indexTitle = Qt X11 Support Documentation
+qhp.qtx11extras.indexTitle = Qt X11 Extra Classes Documentation
# Only update the name of the project for the next variables.
-qhp.qtx11support.virtualFolder = qtx11support
-qhp.qtx11support.subprojects = classes
-qhp.qtx11support.subprojects.classes.title = Qt X11 Support C++ Classes
-qhp.qtx11support.subprojects.classes.selectors = class fake:headerfile
-qhp.qtx11support.subprojects.classes.sortPages = true
+qhp.qtx11extras.virtualFolder = qtx11extras
+qhp.qtx11extras.subprojects = classes
+qhp.qtx11extras.subprojects.classes.title = Qt X11 Extras C++ Classes
+qhp.qtx11extras.subprojects.classes.selectors = class fake:headerfile
+qhp.qtx11extras.subprojects.classes.sortPages = true
diff --git a/src/x11support/qtx11supportglobal.h b/src/x11extras/qtx11extrasglobal.h
index 054f9a0..0e4b1c4 100644
--- a/src/x11support/qtx11supportglobal.h
+++ b/src/x11extras/qtx11extrasglobal.h
@@ -39,8 +39,8 @@
**
****************************************************************************/
-#ifndef QTX11SUPPORTGLOBAL_H
-#define QTX11SUPPORTGLOBAL_H
+#ifndef QTX11EXTRASGLOBAL_H
+#define QTX11EXTRASGLOBAL_H
#include <QtCore/qglobal.h>
@@ -49,17 +49,17 @@ QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
#ifndef QT_STATIC
-# if defined(QT_BUILD_X11SUPPORT_LIB)
-# define Q_X11SUPPORT_EXPORT Q_DECL_EXPORT
+# if defined(QT_BUILD_X11EXTRAS_LIB)
+# define Q_X11EXTRAS_EXPORT Q_DECL_EXPORT
# else
-# define Q_X11SUPPORT_EXPORT Q_DECL_IMPORT
+# define Q_X11EXTRAS_EXPORT Q_DECL_IMPORT
# endif
#else
-# define Q_X11SUPPORT_EXPORT
+# define Q_X11EXTRAS_EXPORT
#endif
QT_END_NAMESPACE
QT_END_HEADER
-#endif // QTX11SUPPORTGLOBAL_H
+#endif // QTX11EXTRASGLOBAL_H
diff --git a/src/x11support/qx11info_x11.cpp b/src/x11extras/qx11info_x11.cpp
index db3c0a1..db3c0a1 100644
--- a/src/x11support/qx11info_x11.cpp
+++ b/src/x11extras/qx11info_x11.cpp
diff --git a/src/x11support/qx11info_x11.h b/src/x11extras/qx11info_x11.h
index 68cb6a8..224d9d4 100644
--- a/src/x11support/qx11info_x11.h
+++ b/src/x11extras/qx11info_x11.h
@@ -43,7 +43,7 @@
#define QX11INFO_X11_H
#include <QtCore/qnamespace.h>
-#include "QtX11Support/qtx11supportglobal.h"
+#include "QtX11Extras/qtx11extrasglobal.h"
typedef struct _XDisplay Display;
struct xcb_connection_t;
@@ -52,7 +52,7 @@ QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
-class Q_X11SUPPORT_EXPORT QX11Info
+class Q_X11EXTRAS_EXPORT QX11Info
{
public:
static int appDpiX(int screen=-1);
diff --git a/src/x11support/x11support.pro b/src/x11extras/x11extras.pro
index fed7d00..80dc421 100644
--- a/src/x11support/x11support.pro
+++ b/src/x11extras/x11extras.pro
@@ -1,8 +1,8 @@
-TARGET = QtX11Support
+TARGET = QtX11Extras
DEFINES += QT_NO_USING_NAMESPACE
-QMAKE_DOCS = $$PWD/doc/qtx11support.qdocconf
+QMAKE_DOCS = $$PWD/doc/qtx11extras.qdocconf
load(qt_module)