diff --git a/lib/Filter.h b/lib/Filter.h index e94195d..084f583 100644 --- a/lib/Filter.h +++ b/lib/Filter.h @@ -52,7 +52,7 @@ namespace Konsole * When processing the text they should create instances of Filter::HotSpot subclasses for sections of interest * and add them to the filter's list of hotspots using addHotSpot() */ -class Filter +class Filter : public QObject { public: /**