From f4fae92b6768541e2952173c3d4b09040f95bf7e Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 16 Feb 2011 20:17:18 +0000 Subject: Moved kpilot from kdepim to applications, as the core Trinity libraries should not contain hardware-dependent software git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1221127 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- korganizer/timelabels.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'korganizer/timelabels.cpp') diff --git a/korganizer/timelabels.cpp b/korganizer/timelabels.cpp index 81b53c1f6..53bc34588 100644 --- a/korganizer/timelabels.cpp +++ b/korganizer/timelabels.cpp @@ -197,7 +197,7 @@ void TimeLabels::updateConfig() sFont.setPointSize( sFont.pointSize()/2 ); TQFontMetrics fmS( sFont ); mMiniWidth += fmS.width( test ) + frameWidth()*2+4 ; - // update geometry restrictions based on new settings + // update tqgeometry restrictions based on new settings setFixedWidth( mMiniWidth ); // update HourSize @@ -237,14 +237,14 @@ void TimeLabels::setAgenda( KOAgenda* agenda ) } -/** This is called in response to repaint() */ +/** This is called in response to tqrepaint() */ void TimeLabels::paintEvent(TQPaintEvent*) { // kdDebug(5850) << "paintevent..." << endl; // this is another hack! // TQPainter painter(this); //TQString c - repaintContents(contentsX(), contentsY(), visibleWidth(), visibleHeight()); + tqrepaintContents(contentsX(), contentsY(), visibleWidth(), visibleHeight()); } #include "timelabels.moc" -- cgit v1.2.1