60 TDEActionCollection *,
61 TQObject *parent = 0L,
const char *name = 0L);
68 bool isReadOnly()
const;
73 void setReadOnly(
bool);
78 TQString parentAddress();
93 void slotBookmarksChanged(
const TQString & );
94 void slotBookmarkSelected();
99 void slotBookmarkSelected( TDEAction::ActivationReason reason, TQt::ButtonState state );
102 void slotRMBActionRemove(
int );
104 void slotRMBActionInsert(
int );
106 void slotRMBActionCopyLocation(
int );
108 void slotRMBActionEditAt(
int );
110 void slotRMBActionProperties(
int );
114 virtual bool eventFilter( TQObject *o, TQEvent *e );
120 TQGuardedPtr<TDEToolBar> m_toolBar;
121 TDEActionCollection *m_actionCollection;
123 TQPtrList<KBookmarkMenu> m_lstSubMenus;
126 class KBookmarkBarPrivate* dptr()
const;