diff options
author | David Faure <faure@kde.org> | 2012-12-18 11:26:49 +0100 |
---|---|---|
committer | David Faure (KDE) <faure@kde.org> | 2012-12-18 13:50:48 +0100 |
commit | c71ad953fb86af763c9f8b192abadde87ce4fe6a (patch) | |
tree | 470a884609998fcc55a9446ab81cd2d7bba94c8b /tests/auto/cmake/test_qx11_module/main.cpp | |
parent | 11d677618ddf86851d4ee071bd29454dcaff6be7 (diff) | |
download | qtx11extras-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 'tests/auto/cmake/test_qx11_module/main.cpp')
-rw-r--r-- | tests/auto/cmake/test_qx11_module/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/cmake/test_qx11_module/main.cpp b/tests/auto/cmake/test_qx11_module/main.cpp index 932521f..41f22da 100644 --- a/tests/auto/cmake/test_qx11_module/main.cpp +++ b/tests/auto/cmake/test_qx11_module/main.cpp @@ -1,8 +1,8 @@ #include <QX11Info> -#include <QtX11Support/QX11Info> -#include <QtX11Support/QtX11Support> -#include <QtX11Support> +#include <QtX11Extras/QX11Info> +#include <QtX11Extras/QtX11Extras> +#include <QtX11Extras> int main(int argc, char **argv) { |