summaryrefslogtreecommitdiffabout
path: root/korganizer/koagendaitem.cpp
authorzautrix <zautrix>2005-03-21 09:12:37 (UTC)
committer zautrix <zautrix>2005-03-21 09:12:37 (UTC)
commitcd02f3880c5567a4bbb7b56e7034787005df7da8 (patch) (side-by-side diff)
treee55e325b4688733b59232363c1d9c8e1eddb691d /korganizer/koagendaitem.cpp
parent9707cf053ab0e64949518ebd2729d432435f583c (diff)
downloadkdepimpi-cd02f3880c5567a4bbb7b56e7034787005df7da8.zip
kdepimpi-cd02f3880c5567a4bbb7b56e7034787005df7da8.tar.gz
kdepimpi-cd02f3880c5567a4bbb7b56e7034787005df7da8.tar.bz2
agenda mouse fix
Diffstat (limited to 'korganizer/koagendaitem.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/koagendaitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/koagendaitem.cpp b/korganizer/koagendaitem.cpp
index 042a789..0ea2860 100644
--- a/korganizer/koagendaitem.cpp
+++ b/korganizer/koagendaitem.cpp
@@ -76,5 +76,5 @@ KOAgendaItem::KOAgendaItem(Incidence *incidence, QDate qd, QWidget *parent,bool
{
#ifndef DESKTOP_VERSION
- QPEApplication::setStylusOperation( this, QPEApplication::RightOnHold );
+ //QPEApplication::setStylusOperation( this, QPEApplication::RightOnHold );
#endif
new KOAgendaItemWhatsThis(this);
@@ -83,5 +83,5 @@ KOAgendaItem::KOAgendaItem(Incidence *incidence, QDate qd, QWidget *parent,bool
mAllDay = allday;
init ( incidence, qd );
- setMouseTracking(true);
+ //setMouseTracking(true);
//setAcceptDrops(true);
xPaintCoord = -1;