summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/addressbook.cpp
Side-by-side diff
Diffstat (limited to 'core/pim/addressbook/addressbook.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/addressbook/addressbook.cpp21
1 files changed, 11 insertions, 10 deletions
diff --git a/core/pim/addressbook/addressbook.cpp b/core/pim/addressbook/addressbook.cpp
index beb953a..8229212 100644
--- a/core/pim/addressbook/addressbook.cpp
+++ b/core/pim/addressbook/addressbook.cpp
@@ -192,5 +192,5 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name,
listContainer = new QWidget( this );
-
+
QVBoxLayout *vb = new QVBoxLayout( listContainer );
-
+
abList = new AbTable( &orderedFields, listContainer, "table" );
@@ -235,3 +235,3 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name,
slotSetFont(startFontSize);
-
+
mbList->insertItem( tr("Font"), fontMenu);
@@ -249,3 +249,3 @@ void AddressbookWindow::slotSetFont( int size ) {
QFont *currentFont;
-
+
switch (size) {
@@ -473,3 +473,3 @@ static void parseName( const QString& name, QString *first, QString *middle,
}
-
+
}
@@ -505,3 +505,3 @@ void AddressbookWindow::appMessage(const QCString &msg, const QByteArray &data)
} else {
- abEditor->setEntry( cnt );
+ abEditor->setEntry( cnt );
}
@@ -796,3 +796,3 @@ void AddressbookWindow::initFields()
startFontSize = cfg.readNumEntry( "fontSize", 1 );
-
+
@@ -861,3 +861,3 @@ void AddressbookWindow::slotFind()
showList();
-
+
FindDialog frmFind( "Contacts", this );
@@ -866,5 +866,5 @@ void AddressbookWindow::slotFind()
QObject::connect( abList, SIGNAL(signalWrapAround()), &frmFind, SLOT(slotWrapAround()) );
-
+
frmFind.exec();
-
+
if ( abList->numSelections() )
@@ -908,2 +908,3 @@ void AddressbookWindow::populateCategories()
id = 1;
+ rememberId = 0;
catMenu->insertItem( tr( "All" ), id++ );