21 #include <tqscrollview.h>
23 #include <tdelibs_export.h>
35 KScrollView( TQWidget *parent = 0,
const char *name = 0, TQt::WFlags f = 0 );
40 void scrollBy(
int dx,
int dy);
44 virtual void wheelEvent( TQWheelEvent *e );
46 void startScrolling();
54 static const int SCROLL_TIME = 240;
56 static const int SCROLL_TICK = 20;
58 struct KScrollViewPrivate;
59 KScrollViewPrivate *d;