diff options
Diffstat (limited to 'korganizer/koagenda.cpp')
-rw-r--r-- | korganizer/koagenda.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/koagenda.cpp b/korganizer/koagenda.cpp index 346bb9d80..6c1c79521 100644 --- a/korganizer/koagenda.cpp +++ b/korganizer/koagenda.cpp @@ -1300,11 +1300,11 @@ void KOAgenda::placeAgendaItem( KOAgendaItem *item, double subCellWidth ) xpos = pt.x() + int( subCellPos ); ypos = pt.y(); } - if ( KOGlobals::self()->reverseLayout() ) { // RTL language/tqlayout + if ( KOGlobals::self()->reverseLayout() ) { // RTL language/layout xpos += width; width = -width; } - if ( height<0 ) { // BTT (bottom-to-top) tqlayout ?!? + if ( height<0 ) { // BTT (bottom-to-top) layout ?!? ypos += height; height = -height; } |