summaryrefslogtreecommitdiffstats
path: root/kchart/kchartBackgroundPixmapConfigPage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kchartBackgroundPixmapConfigPage.cc')
-rw-r--r--kchart/kchartBackgroundPixmapConfigPage.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/kchart/kchartBackgroundPixmapConfigPage.cc b/kchart/kchartBackgroundPixmapConfigPage.cc
index 3d653c311..825bca947 100644
--- a/kchart/kchartBackgroundPixmapConfigPage.cc
+++ b/kchart/kchartBackgroundPixmapConfigPage.cc
@@ -161,13 +161,13 @@ KChartBackgroundPixmapConfigPage::KChartBackgroundPixmapConfigPage( KChartParams
"be used as a background tile. If the image is "
"larger then the selected area, you will only see "
"the upper left part of it." ) );
- TQButtonGroup* tqalignmentBG;
- tqalignmentBG = new TQButtonGroup( right, "GroupBox_Alignment" );
- tqalignmentBG->setFrameStyle( TQFrame::NoFrame );
- tqalignmentBG->insert( stretchedRB );
- tqalignmentBG->insert( scaledRB );
- tqalignmentBG->insert( centeredRB );
- tqalignmentBG->insert( tiledRB );
+ TQButtonGroup* alignmentBG;
+ alignmentBG = new TQButtonGroup( right, "GroupBox_Alignment" );
+ alignmentBG->setFrameStyle( TQFrame::NoFrame );
+ alignmentBG->insert( stretchedRB );
+ alignmentBG->insert( scaledRB );
+ alignmentBG->insert( centeredRB );
+ alignmentBG->insert( tiledRB );
intensitySB->hide(); //the property doesn't work atm
}