diff options
Diffstat (limited to 'src/sigtool.h')
-rw-r--r-- | src/sigtool.h | 3 |
1 files changed, 2 insertions, 1 deletions
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_ |