summaryrefslogtreecommitdiffstats
path: root/kchart/kchartColorConfigPage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kchartColorConfigPage.cc')
-rw-r--r--kchart/kchartColorConfigPage.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/kchart/kchartColorConfigPage.cc b/kchart/kchartColorConfigPage.cc
index d5666802..cae1689b 100644
--- a/kchart/kchartColorConfigPage.cc
+++ b/kchart/kchartColorConfigPage.cc
@@ -63,7 +63,7 @@ KChartColorConfigPage::KChartColorConfigPage( KChartParams* params,
{ \
++row; \
TQLabel* l = new TQLabel( title, gb ); \
- l->tqsetAlignment( labelAlign ); \
+ l->setAlignment( labelAlign ); \
grid->addWidget( l, row, 0 ); \
btn = new KColorButton( gb ); \
l->setBuddy( btn ); \
@@ -140,7 +140,7 @@ KChartColorConfigPage::KChartColorConfigPage( KChartParams* params,
/*TQLabel* edgeLA = new TQLabel( i18n( "Edge color (pies only)" ), this );
- edgeLA->tqsetAlignment( AlignRight | AlignVCenter );
+ edgeLA->setAlignment( AlignRight | AlignVCenter );
grid->addWidget( edgeLA, 6, 0 );
_edgeCB = new KColorButton( this );
grid->addWidget( _edgeCB, 6, 1 );*/
@@ -149,11 +149,11 @@ KChartColorConfigPage::KChartColorConfigPage( KChartParams* params,
// TQString labeltext;
// labeltext.sprintf( i18n( "Data color #%d:"), i );
// TQLabel* dataLA = new TQLabel( labeltext, this );
-// dataLA->tqsetAlignment(AlignRight | AlignVCenter);
-// dataLA->resize( dataLA->tqsizeHint() );
+// dataLA->setAlignment(AlignRight | AlignVCenter);
+// dataLA->resize( dataLA->sizeHint() );
// grid->addWidget( dataLA, i, 2 );
// _dataCB[i] = new KColorButton( this );
-// _dataCB[i]->resize( _dataCB[i]->tqsizeHint() );
+// _dataCB[i]->resize( _dataCB[i]->sizeHint() );
// grid->addWidget( _dataCB[i], i, 3 );
// grid->addRowSpacing(i,_textCB->height());
// grid->setRowStretch(i,0);