summaryrefslogtreecommitdiffstats
path: root/src/DragWidget.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-02-11 12:15:48 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-02-11 12:36:09 +0900
commit9ef732aa0682eeb945d8a16839487f30c0e76db5 (patch)
tree74c8ce9c025016446be6f795ca4be50bdddc1bb9 /src/DragWidget.h
parent16e7cd436a26f2c3c401034082e739543ec7860e (diff)
downloadkvkbd-9ef732aa.tar.gz
kvkbd-9ef732aa.zip
Simplified code from previous commit and fixed 'lock on screen' functionality after restoring the keyboard from a previous run.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit b53e33352c2b7de5521b0944b30a0b12afa2f97e)
Diffstat (limited to 'src/DragWidget.h')
-rw-r--r--src/DragWidget.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/DragWidget.h b/src/DragWidget.h
index ed311d3..0b2e988 100644
--- a/src/DragWidget.h
+++ b/src/DragWidget.h
@@ -12,11 +12,7 @@ public:
DragWidget(TQWidget *parent=0, const char *name="", WFlags f=0);
virtual ~DragWidget();
- void setLocked(bool mode);
- const bool isLocked() const;
-
private:
-
bool drag;
protected:
@@ -26,7 +22,6 @@ protected:
TQPoint dragP;
TQPoint gpress;
bool locked;
-
};
#endif