kbookmarknotifier.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #ifndef __kbookmarknotifier_h__
00023 #define __kbookmarknotifier_h__
00024
00025 #include <dcopobject.h>
00026
00031 class KBookmarkNotifier : virtual public DCOPObject
00032 {
00033 K_DCOP
00034
00035 public:
00036 KBookmarkNotifier(QCString objId = "KBookmarkNotifier") : DCOPObject(objId) {}
00037
00038 k_dcop_signals:
00039 void addedBookmark( QString filename, QString url, QString text, QString address, QString icon );
00040 void createdNewFolder( QString filename, QString text, QString address );
00041 void updatedAccessMetadata( QString filename, QString url );
00042 };
00043
00044 #endif
00045
This file is part of the documentation for kio Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Apr 21 18:43:44 2004 by
doxygen 1.3.6-20040222 written by
Dimitri van Heesch, © 1997-2003