X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fremoteview.h;h=4cbed3baea15496e7dcee06959fd7636c5261de2;hb=2901c98efeeb659a35d5df659d1d1208ae8ba69d;hp=b3d734f6699851c23de20005be42ba6e8f4fd51e;hpb=632fee1dbf90da2ee297424ad46b0a2628f67c04;p=presencevnc diff --git a/src/remoteview.h b/src/remoteview.h index b3d734f..4cbed3b 100644 --- a/src/remoteview.h +++ b/src/remoteview.h @@ -26,12 +26,12 @@ #define REMOTEVIEW_H #ifdef QTONLY - #include - #define KUrl QUrl - #define KDE_EXPORT +#include +#define KUrl QUrl +#define KDE_EXPORT #else - #include - #include +#include +#include #endif #include @@ -237,20 +237,20 @@ public: * @see statusChanged() */ virtual bool start() = 0; - + /** * Called when the configuration is changed. * The default implementation does nothing. */ virtual void updateConfiguration(); - + #ifndef QTONLY /** * Returns the current host preferences of this view. */ virtual HostPreferences* hostPreferences() = 0; #endif - + /** * Returns the current status of the connection. * @return the status of the connection @@ -340,7 +340,7 @@ signals: * Emitted when the view has a specific error. */ void errorMessage(const QString &title, const QString &message); - + /** * Emitted when the status of the view changed. * @param s the new status