summaryrefslogtreecommitdiffabout
path: root/kaddressbook
authorulf69 <ulf69>2004-10-28 17:09:29 (UTC)
committer ulf69 <ulf69>2004-10-28 17:09:29 (UTC)
commit5c64eb04c048d7e51f1c71621e1d37c5c0c580a0 (patch) (side-by-side diff)
treec0c3a06395729d25feeb930479bb153d964a71db /kaddressbook
parent709e2793be2dd47dc0a15488f43fd2f058db2036 (diff)
downloadkdepimpi-5c64eb04c048d7e51f1c71621e1d37c5c0c580a0.zip
kdepimpi-5c64eb04c048d7e51f1c71621e1d37c5c0c580a0.tar.gz
kdepimpi-5c64eb04c048d7e51f1c71621e1d37c5c0c580a0.tar.bz2
undo nextView fix. Zautrix did the same already in externalapphandler
Diffstat (limited to 'kaddressbook') (more/less context) (ignore whitespace changes)
-rw-r--r--kaddressbook/kabcore.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/kaddressbook/kabcore.cpp b/kaddressbook/kabcore.cpp
index 9ef97c9..ea103a9 100644
--- a/kaddressbook/kabcore.cpp
+++ b/kaddressbook/kabcore.cpp
@@ -346,15 +346,6 @@ void KABCore::receive( const QCString& cmsg, const QByteArray& data )
recieve( fileName );
return;
}
- else if ( cmsg == "nextView()" )
- {
- //toggle between details/ no details
- bool b = !mActionDetails->isChecked();
- setDetailsVisible( b );
- mActionDetails->setChecked( b );
- }
-
-
}
void KABCore::toggleBeamReceive( )
{