summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/TEWidget.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/opie-console/TEWidget.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/opie-console/TEWidget.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/TEWidget.h b/noncore/apps/opie-console/TEWidget.h
index f03a16e..6ff731b 100644
--- a/noncore/apps/opie-console/TEWidget.h
+++ b/noncore/apps/opie-console/TEWidget.h
@@ -71,2 +71,4 @@ public:
+ void setWrapAt(int columns);
+
public:
@@ -156,2 +158,3 @@ protected slots:
void scrollChanged(int value);
+ void hscrollChanged(int value);
void blinkEvent();
@@ -190,4 +193,5 @@ private:
QClipboard* cb;
- QScrollBar* scrollbar;
+ QScrollBar* scrollbar, *hscrollbar;
int scrollLoc;
+ int hposition, vcolumns;