Skip to content
Snippets Groups Projects
Commit 06843b4c authored by Bill King's avatar Bill King
Browse files

qt-maemo: Make compile on windows.

parent e6091e78
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,7 @@
#define MAEMOREMOTEPROCESSDIALOG_H
#include <QtGui/QDialog>
#include <coreplugin/ssh/sshconnection.h>
QT_BEGIN_NAMESPACE
namespace Ui {
......@@ -50,8 +51,6 @@ namespace Ui {
class QSortFilterProxyModel;
QT_END_NAMESPACE
namespace Core { class SshConnectionParameters; }
namespace Qt4ProjectManager {
namespace Internal {
class MaemoRemoteProcessList;
......
......@@ -47,11 +47,8 @@
#include <QtCore/QList>
#include <QtCore/QSharedPointer>
#include <QtCore/QString>
namespace Core {
class SshConnectionParameters;
class SshRemoteProcessRunner;
}
#include <coreplugin/ssh/sshconnection.h>
#include <coreplugin/ssh/sshremoteprocessrunner.h>
namespace Qt4ProjectManager {
namespace Internal {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment