Commit 7a143d03232decc5971d34afe2694119a49612c5

opie-eye: remove frame on image view to prevent unnecessary scrolling

  The 1 pixel frame on the image view widget was causing scrolling to occur
  when dragging even if the image was scaled to the view size. Removing the
  frame was the easiest way to fix this.
  
2323 m_isFullScreen = false;
2424 m_ignore_next_in = false;
2525 m_slideTimer = 0;
26 setFrameStyle( QFrame::NoFrame );
2627 QPEApplication::setStylusOperation(viewport(),QPEApplication::RightOnHold);
2728 initKeys();
2829 m_slideValue = 5;