Diffstat (limited to 'kaddressbook/incsearchwidget.h') (more/less context) (show whitespace changes)
-rw-r--r-- | kaddressbook/incsearchwidget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kaddressbook/incsearchwidget.h b/kaddressbook/incsearchwidget.h index 5c95438..1546a51 100644 --- a/kaddressbook/incsearchwidget.h +++ b/kaddressbook/incsearchwidget.h @@ -45,12 +45,14 @@ class IncSearchWidget : public QWidget KABC::Field *currentField() const; void setCurrentItem( int pos ); int currentItem() const; signals: + void scrollUP(); + void scrollDOWN(); /** This signal is emmited whenever the text in the input widget is changed. You can get the sorting field by @ref currentField. */ void doSearch( const QString& text ); |