From 43c18630840a98aed8deb96b454957c40f0a4344 Mon Sep 17 00:00:00 2001 From: tille Date: Sun, 11 May 2003 19:19:30 +0000 Subject: improved applnk and doclnk searching clean up: - mainwindow: handling of searchgroups - searchgroups: introduced load, search and insertItem functions - flexible actions handling - doclnksearch inherits applnksearch --- (limited to 'core/pim/osearch/applnksearch.h') diff --git a/core/pim/osearch/applnksearch.h b/core/pim/osearch/applnksearch.h index e283cd3..d88a8ce 100644 --- a/core/pim/osearch/applnksearch.h +++ b/core/pim/osearch/applnksearch.h @@ -2,7 +2,7 @@ // // C++ Interface: $MODULE$ // -// Description: +// Description: // // // Author: Patrick S. Vogt , (C) 2003 @@ -27,9 +27,12 @@ public: ~AppLnkSearch(); - virtual void expand(); -private: - AppLnkSet *_apps; +protected: + virtual void load(); + virtual int search(); + virtual void insertItem( void* ); + + AppLnkSet *_apps; }; #endif -- cgit v0.9.0.2