diff options
Diffstat (limited to 'style/qtc_tdestyle.cpp')
-rw-r--r-- | style/qtc_tdestyle.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/style/qtc_tdestyle.cpp b/style/qtc_tdestyle.cpp index abe7bf4..a7ca77f 100644 --- a/style/qtc_tdestyle.cpp +++ b/style/qtc_tdestyle.cpp @@ -130,7 +130,7 @@ void TQtCTDEStyle::polish( TQStyleControlElementData ceData, ControlElementFlags TQFrame::Shape shape = frame->frameShape(); if (shape == TQFrame::ToolBarPanel || shape == TQFrame::MenuBarPanel) installObjectEventHandler(ceData, elementFlags, ptr, this); - } + } } } } @@ -147,7 +147,7 @@ void TQtCTDEStyle::unPolish( TQStyleControlElementData ceData, ControlElementFla TQFrame::Shape shape = frame->frameShape(); if (shape == TQFrame::ToolBarPanel || shape == TQFrame::MenuBarPanel) removeObjectEventHandler(ceData, elementFlags, ptr, this); - } + } } } } @@ -884,7 +884,7 @@ static TQListViewItem* nextVisibleSibling(TQListViewItem* item) sibling = sibling->nextSibling(); } while (sibling && !sibling->isVisible()); - + return sibling; } |