RemoteLinux: Compile fix.

Change-Id: I34ab895ae35736f6514cc0812751fa2f6d56c2c4
Reviewed-on: http://codereview.qt.nokia.com/622
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
This commit is contained in:
Christian Kandeler
2011-06-22 16:17:27 +02:00
parent 552fb2cdc6
commit 135f64c838
2 changed files with 2 additions and 2 deletions

View File

@@ -34,8 +34,6 @@
#include <QtCore/QSettings>
#include <QtGui/QDesktopServices>
#include <cctype>
typedef Utils::SshConnectionParameters::AuthenticationType AuthType;
namespace RemoteLinux {

View File

@@ -31,6 +31,8 @@
**************************************************************************/
#include "portlist.h"
#include <cctype>
namespace RemoteLinux {
namespace {