summaryrefslogtreecommitdiff
path: root/core/pim/addressbook/addressbook.cpp
authoreilers <eilers>2002-12-16 16:09:51 (UTC)
committer eilers <eilers>2002-12-16 16:09:51 (UTC)
commitc7c8bf3d2fd133fa05ff7a5daed977c05429c4c1 (patch) (unidiff)
treeaf2d61766398115557a84a0f9efee6fb684f5e88 /core/pim/addressbook/addressbook.cpp
parentcdf781e3243601bce6c7bcbb10f38e7a24f04887 (diff)
downloadopie-c7c8bf3d2fd133fa05ff7a5daed977c05429c4c1.zip
opie-c7c8bf3d2fd133fa05ff7a5daed977c05429c4c1.tar.gz
opie-c7c8bf3d2fd133fa05ff7a5daed977c05429c4c1.tar.bz2
not important
Diffstat (limited to 'core/pim/addressbook/addressbook.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/addressbook/addressbook.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/pim/addressbook/addressbook.cpp b/core/pim/addressbook/addressbook.cpp
index 12dc24e..68fcf1e 100644
--- a/core/pim/addressbook/addressbook.cpp
+++ b/core/pim/addressbook/addressbook.cpp
@@ -141,5 +141,5 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name,
141 141
142 // make it possible to go directly to businesscard via qcop call 142 // make it possible to go directly to businesscard via qcop call
143#if defined(Q_WS_QWS) 143 //#if defined(Q_WS_QWS) // Why this ? (se)
144#if !defined(QT_NO_COP) 144#if !defined(QT_NO_COP)
145 QCopChannel *addressChannel = new QCopChannel("QPE/Addressbook" , this ); 145 QCopChannel *addressChannel = new QCopChannel("QPE/Addressbook" , this );
@@ -147,5 +147,5 @@ AddressbookWindow::AddressbookWindow( QWidget *parent, const char *name,
147 this, SLOT ( appMessage(const QCString &, const QByteArray &) ) ); 147 this, SLOT ( appMessage(const QCString &, const QByteArray &) ) );
148#endif 148#endif
149#endif 149 // #endif
150 a = new QAction( tr( "Find" ), Resource::loadPixmap( "mag" ), 150 a = new QAction( tr( "Find" ), Resource::loadPixmap( "mag" ),
151 QString::null, 0, this, 0 ); 151 QString::null, 0, this, 0 );