From 3f7deb35938a8993ee835e05de9bc2cddfe05744 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Sat, 30 Jan 2021 21:51:14 +0200 Subject: SigTool: Replaced TQLabel with TQTextBrowser for the instructions area. This gives us a scrollable widget better suited for long text. Signed-off-by: Mavridis Philippe --- src/sigtool.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/sigtool.h') diff --git a/src/sigtool.h b/src/sigtool.h index d76cf50..f1a6696 100644 --- a/src/sigtool.h +++ b/src/sigtool.h @@ -23,6 +23,7 @@ class TQCheckBox; class TQListBox; class TQPushButton; class TQLabel; +class TQTextBrowser; class TDEProcess; class TDEConfig; class KURLRequester; @@ -131,7 +132,7 @@ private: TQStringList lastSearchItems; TQStringList lastSearchPaths; TQComboBox *check_combo; - TQLabel *notes_label; + TQTextBrowser *notes_browser; }; #endif // _Sigtool_H_ -- cgit v1.2.1