summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/picker.h
Side-by-side diff
Diffstat (limited to 'core/pim/addressbook/picker.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/picker.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/pim/addressbook/picker.h b/core/pim/addressbook/picker.h
index d76d582..d268983 100644
--- a/core/pim/addressbook/picker.h
+++ b/core/pim/addressbook/picker.h
@@ -10,12 +10,13 @@
#ifndef PICKER_H
#define PICKER_H
#include <qlabel.h>
#include <qframe.h>
#include <qevent.h>
+#include <qsizepolicy.h>
class PickerLabel: public QLabel {
Q_OBJECT
public:
PickerLabel( QWidget *parent = 0, const char *name = 0 );
~PickerLabel();
@@ -46,13 +47,14 @@ Q_OBJECT
};
class LetterPicker: public QFrame {
Q_OBJECT
public:
LetterPicker( QWidget *parent = 0, const char *name = 0 );
~LetterPicker();
-
+
+ QSizePolicy sizePolicy () const;
public slots:
void clear();
signals:
void letterClicked( char );