diff options
Diffstat (limited to 'autotests')
-rw-r--r-- | autotests/kconfig_compiler/kconfigcompiler_test.cpp | 10 | ||||
-rw-r--r-- | autotests/kconfig_compiler/kconfigcompiler_test.h | 4 | ||||
-rw-r--r-- | autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp | 10 | ||||
-rw-r--r-- | autotests/kconfig_compiler/test9main.cpp | 2 | ||||
-rw-r--r-- | autotests/kconfigguitest.cpp | 2 | ||||
-rw-r--r-- | autotests/kconfigguitest.h | 2 | ||||
-rw-r--r-- | autotests/kconfigloadertest.h | 2 | ||||
-rw-r--r-- | autotests/kconfignokdehometest.cpp | 2 | ||||
-rw-r--r-- | autotests/kconfigskeletontest.cpp | 2 | ||||
-rw-r--r-- | autotests/kconfigtest.cpp | 2 | ||||
-rw-r--r-- | autotests/kconfigtest.h | 2 | ||||
-rw-r--r-- | autotests/kdesktopfiletest.h | 2 | ||||
-rw-r--r-- | autotests/kentrymaptest.h | 2 | ||||
-rw-r--r-- | autotests/ksharedconfig_in_global_object.cpp | 4 | ||||
-rw-r--r-- | autotests/kstandardshortcuttest.cpp | 2 | ||||
-rw-r--r-- | autotests/kstandardshortcuttest.h | 2 | ||||
-rw-r--r-- | autotests/test_kconf_update.cpp | 2 |
17 files changed, 27 insertions, 27 deletions
diff --git a/autotests/kconfig_compiler/kconfigcompiler_test.cpp b/autotests/kconfig_compiler/kconfigcompiler_test.cpp index 752af57f..24854612 100644 --- a/autotests/kconfig_compiler/kconfigcompiler_test.cpp +++ b/autotests/kconfig_compiler/kconfigcompiler_test.cpp @@ -14,11 +14,11 @@ ************************************************************************* */ -#include <QtCore/QDir> -#include <QtCore/QFile> -#include <QtCore/QProcess> -#include <QtCore/QString> -#include <QtTest/QtTest> +#include <QDir> +#include <QFile> +#include <QProcess> +#include <QString> +#include <QtTest> #include <qstandardpaths.h> #include "kconfigcompiler_test.h" diff --git a/autotests/kconfig_compiler/kconfigcompiler_test.h b/autotests/kconfig_compiler/kconfigcompiler_test.h index 3777eaa7..d7de5474 100644 --- a/autotests/kconfig_compiler/kconfigcompiler_test.h +++ b/autotests/kconfig_compiler/kconfigcompiler_test.h @@ -17,8 +17,8 @@ #ifndef KCONFIGCOMPILER_TEST_H #define KCONFIGCOMPILER_TEST_H -#include <QtCore/QFile> -#include <QtCore/QObject> +#include <QFile> +#include <QObject> class QString; diff --git a/autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp b/autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp index 2a26c155..c9943727 100644 --- a/autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp +++ b/autotests/kconfig_compiler/kconfigcompiler_test_signals.cpp @@ -23,11 +23,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #include "signals_test_no_singleton.h" #include "signals_test_singleton_dpointer.h" #include "signals_test_no_singleton_dpointer.h" -#include <QtTest/QtTestGui> -#include <QtTest/QSignalSpy> -#include <QtCore/QSharedPointer> -#include <QtCore/QtGlobal> -#include <QtCore/QDebug> +#include <QtTestGui> +#include <QSignalSpy> +#include <QSharedPointer> +#include <QtGlobal> +#include <QDebug> #include <QTemporaryFile> #include <QFileInfo> #include <functional> diff --git a/autotests/kconfig_compiler/test9main.cpp b/autotests/kconfig_compiler/test9main.cpp index 8ec98adb..56e2c38b 100644 --- a/autotests/kconfig_compiler/test9main.cpp +++ b/autotests/kconfig_compiler/test9main.cpp @@ -19,7 +19,7 @@ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #include "test9.h" -#include <QtCore/QDir> +#include <QDir> #include <QGuiApplication> #include <QDebug> diff --git a/autotests/kconfigguitest.cpp b/autotests/kconfigguitest.cpp index 657c3e16..25fd210c 100644 --- a/autotests/kconfigguitest.cpp +++ b/autotests/kconfigguitest.cpp @@ -17,7 +17,7 @@ Boston, MA 02110-1301, USA. */ -#include <QtTest/QtTestGui> +#include <QtTestGui> #include "kconfigguitest.h" #include <kconfig.h> diff --git a/autotests/kconfigguitest.h b/autotests/kconfigguitest.h index 142f85fb..b842d13b 100644 --- a/autotests/kconfigguitest.h +++ b/autotests/kconfigguitest.h @@ -19,7 +19,7 @@ #ifndef KCONFIGTEST_H #define KCONFIGTEST_H -#include <QtCore/QObject> +#include <QObject> class KConfigTest : public QObject { diff --git a/autotests/kconfigloadertest.h b/autotests/kconfigloadertest.h index b7e7edf6..2eed4fc0 100644 --- a/autotests/kconfigloadertest.h +++ b/autotests/kconfigloadertest.h @@ -20,7 +20,7 @@ #ifndef KCONFIGLOADERTEST_H #define KCONFIGLOADERTEST_H -#include <QtTest/QtTest> +#include <QtTest> class KConfigLoader; diff --git a/autotests/kconfignokdehometest.cpp b/autotests/kconfignokdehometest.cpp index d9712ee1..9080c174 100644 --- a/autotests/kconfignokdehometest.cpp +++ b/autotests/kconfignokdehometest.cpp @@ -19,7 +19,7 @@ #include <QObject> -#include <QtTest/QtTest> +#include <QtTest> #include <QStandardPaths> #include <ksharedconfig.h> diff --git a/autotests/kconfigskeletontest.cpp b/autotests/kconfigskeletontest.cpp index c17aef4a..3e37f6c5 100644 --- a/autotests/kconfigskeletontest.cpp +++ b/autotests/kconfigskeletontest.cpp @@ -21,7 +21,7 @@ #include <kconfig.h> #include <QFont> -#include <QtTest/QtTestGui> +#include <QtTestGui> QTEST_MAIN(KConfigSkeletonTest) diff --git a/autotests/kconfigtest.cpp b/autotests/kconfigtest.cpp index 3e0578f0..bb3245f2 100644 --- a/autotests/kconfigtest.cpp +++ b/autotests/kconfigtest.cpp @@ -23,7 +23,7 @@ #include "kconfigtest.h" #include "helper.h" -#include <QtTest/QtTest> +#include <QtTest> #include <qtemporarydir.h> #include <QStandardPaths> #include <kdesktopfile.h> diff --git a/autotests/kconfigtest.h b/autotests/kconfigtest.h index 8cd5cdb2..367e85de 100644 --- a/autotests/kconfigtest.h +++ b/autotests/kconfigtest.h @@ -19,7 +19,7 @@ #ifndef KCONFIGTEST_H #define KCONFIGTEST_H -#include <QtCore/QObject> +#include <QObject> class KConfigTest : public QObject { diff --git a/autotests/kdesktopfiletest.h b/autotests/kdesktopfiletest.h index f63edd0d..12385f4e 100644 --- a/autotests/kdesktopfiletest.h +++ b/autotests/kdesktopfiletest.h @@ -19,7 +19,7 @@ #ifndef KDESKTOPFILETEST_H #define KDESKTOPFILETEST_H -#include <QtCore/QObject> +#include <QObject> class KDesktopFileTest : public QObject { diff --git a/autotests/kentrymaptest.h b/autotests/kentrymaptest.h index b36ca763..b0e7d7d3 100644 --- a/autotests/kentrymaptest.h +++ b/autotests/kentrymaptest.h @@ -20,7 +20,7 @@ #ifndef KENTRYMAPTEST_H #define KENTRYMAPTEST_H -#include <QtCore/QObject> +#include <QObject> #include "kconfigdata.h" class KEntryMapTest : public QObject diff --git a/autotests/ksharedconfig_in_global_object.cpp b/autotests/ksharedconfig_in_global_object.cpp index 7a4f66bf..ff7f581e 100644 --- a/autotests/ksharedconfig_in_global_object.cpp +++ b/autotests/ksharedconfig_in_global_object.cpp @@ -17,8 +17,8 @@ */ -#include <QtCore/QCoreApplication> -#include <QtCore/QtGlobal> +#include <QCoreApplication> +#include <QtGlobal> #include <QTimer> #include <ksharedconfig.h> #include <kconfiggroup.h> diff --git a/autotests/kstandardshortcuttest.cpp b/autotests/kstandardshortcuttest.cpp index a5bbacde..da1e2d2b 100644 --- a/autotests/kstandardshortcuttest.cpp +++ b/autotests/kstandardshortcuttest.cpp @@ -17,7 +17,7 @@ Boston, MA 02110-1301, USA. */ -#include <QtTest/QtTest> +#include <QtTest> #include "kstandardshortcuttest.h" QTEST_MAIN(KStandardShortcutTest) // GUI needed by KAccel diff --git a/autotests/kstandardshortcuttest.h b/autotests/kstandardshortcuttest.h index 3e52c795..77dd3443 100644 --- a/autotests/kstandardshortcuttest.h +++ b/autotests/kstandardshortcuttest.h @@ -20,7 +20,7 @@ #ifndef KSTDACCELTEST_H #define KSTDACCELTEST_H -#include <QtCore/QObject> +#include <QObject> class KStandardShortcutTest : public QObject { diff --git a/autotests/test_kconf_update.cpp b/autotests/test_kconf_update.cpp index 33530611..c4f5212c 100644 --- a/autotests/test_kconf_update.cpp +++ b/autotests/test_kconf_update.cpp @@ -24,7 +24,7 @@ #include <QFile> #include <QDir> #include <QSharedPointer> -#include <QtCore/QProcess> +#include <QProcess> #include <qtemporaryfile.h> #include <qstandardpaths.h> #include "config-kconf.h" |