diff options
Diffstat (limited to 'tests/manual/ssh/shell/shell.h')
-rw-r--r-- | tests/manual/ssh/shell/shell.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/ssh/shell/shell.h b/tests/manual/ssh/shell/shell.h index c2ecd285a5..e6eb318061 100644 --- a/tests/manual/ssh/shell/shell.h +++ b/tests/manual/ssh/shell/shell.h @@ -29,8 +29,8 @@ ** Nokia at qt-info@nokia.com. ** **************************************************************************/ -#include <QtCore/QObject> -#include <QtCore/QSharedPointer> +#include <QObject> +#include <QSharedPointer> namespace Utils { class SshConnection; |