summaryrefslogtreecommitdiffabout
path: root/korganizer/komonthview.cpp
Side-by-side diff
Diffstat (limited to 'korganizer/komonthview.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/komonthview.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/korganizer/komonthview.cpp b/korganizer/komonthview.cpp
index b819eec..437debe 100644
--- a/korganizer/komonthview.cpp
+++ b/korganizer/komonthview.cpp
@@ -63,2 +63,3 @@ public:
KNOWhatsThis( KNoScrollListBox* sbox ) : QWhatsThis( sbox ), _wid( sbox) { };
+ //~KNOWhatsThis( ) {qDebug("~KNOWhatsThis( ) "); };
@@ -85,3 +86,3 @@ KNoScrollListBox::~KNoScrollListBox()
{
- delete mWT;
+
}
@@ -661,2 +662,3 @@ void MonthViewCell::resizeEvent ( QResizeEvent * )
return;
+#ifndef DESKTOP_VERSION
if ( !isVisible() ){
@@ -664,2 +666,3 @@ void MonthViewCell::resizeEvent ( QResizeEvent * )
}
+#endif
int size = height() - mLabel->height();
@@ -739,3 +742,4 @@ KOMonthView::KOMonthView(Calendar *calendar, QWidget *parent, const char *name)
{
- updatePossible = false;
+
+ updatePossible = false;
mCells.setAutoDelete( true );