fix indentation
[presencevnc] / src / vncview.h
index 41303a5..e87e84e 100644 (file)
@@ -30,7 +30,6 @@
 class KConfigGroup{};
 
 #include <QClipboard>
-#include <QTextEdit>
 
 extern "C" {
 #include <rfb/rfbclient.h>
@@ -59,7 +58,7 @@ public:
     void showDotCursor(DotCursorState state);
     void useFastTransformations(bool enabled);
     QPoint cursorPosition() { return QPoint(cursor_x, cursor_y); }
-               void setDisplayOff(bool off) { display_off = off; }
+    void setDisplayOff(bool off) { display_off = off; }
     
 public slots:
     void setZoomLevel(int level = -1); //'level' doesn't correspond to actual magnification, though mapping is done here
@@ -94,7 +93,7 @@ private:
     RemoteView::Quality quality;
     int listen_port;
     Qt::TransformationMode transformation_mode;
-               bool display_off;
+    bool display_off;
 
     void keyEventHandler(QKeyEvent *e);
     void unpressModifiers();