SSH: Fix tests to adapt to new location (utils vs. core plugin).

This commit is contained in:
Christian Kandeler
2011-04-01 09:58:29 +02:00
parent b32cddad48
commit afa13623cd
12 changed files with 70 additions and 70 deletions

View File

@@ -34,8 +34,8 @@
#include "argumentscollector.h"
#include "sftptest.h"
#include <coreplugin/ssh/sftpchannel.h>
#include <coreplugin/ssh/sshconnection.h>
#include <utils/ssh/sftpchannel.h>
#include <utils/ssh/sshconnection.h>
#include <QtCore/QCoreApplication>
#include <QtCore/QObject>
@@ -44,7 +44,7 @@
#include <cstdlib>
#include <iostream>
using namespace Core;
using namespace Utils;
int main(int argc, char *argv[])
{