From 507afe645a86191815a2f85380a452ab6797e383 Mon Sep 17 00:00:00 2001 From: eilers Date: Mon, 21 Oct 2002 16:29:20 +0000 Subject: Some usability updates in picker and find.. --- (limited to 'core/pim/addressbook/addressbook.h') diff --git a/core/pim/addressbook/addressbook.h b/core/pim/addressbook/addressbook.h index 18b083f..299ed70 100644 --- a/core/pim/addressbook/addressbook.h +++ b/core/pim/addressbook/addressbook.h @@ -62,6 +62,8 @@ public slots: void reload(); void appMessage(const QCString &, const QByteArray &); void setDocument( const QString & ); + void slotFindNext(); + void slotFindPrevious(); #ifdef __DEBUG_RELEASE void slotSave(); #endif @@ -87,7 +89,8 @@ private slots: void slotFindOpen(); void slotFindClose(); void slotFind(); - void slotFindNext(); + void slotNotFound(); + void slotWrapAround(); void slotConfig(); @@ -112,7 +115,7 @@ private: OFloatBar* searchBar; QLineEdit* searchEdit; bool useRegExp; - bool DoSignalWrapAround; + bool doNotifyWrapAround; bool caseSensitive; QAction *actionNew, *actionEdit, *actionTrash, *actionFind, *actionBeam, *actionPersonal, *actionMail; -- cgit v0.9.0.2