From 7d94c9b04f8702d0f94c6c64454d159a186a2576 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 18 Jan 2004 13:26:43 +0000 Subject: Comit the "Mono" patch by Brad Campbell --- (limited to 'inputmethods/handwriting/qimpenprofile.h') diff --git a/inputmethods/handwriting/qimpenprofile.h b/inputmethods/handwriting/qimpenprofile.h index 4ce4367..adfa866 100644 --- a/inputmethods/handwriting/qimpenprofile.h +++ b/inputmethods/handwriting/qimpenprofile.h @@ -33,6 +33,7 @@ public: enum Style { ToggleCases, BothCases }; Style style() const { return pstyle; } + bool mono() const { return pmono; } void setStyle( Style s ); bool canSelectStyle() const { return tstyle; } @@ -65,6 +66,7 @@ private: bool tstyle; int msTimeout; bool wordMatch; + bool pmono; }; #endif -- cgit v0.9.0.2