summaryrefslogtreecommitdiffstats
path: root/kchart/kchartPageLayout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kchart/kchartPageLayout.cpp')
-rw-r--r--kchart/kchartPageLayout.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kchart/kchartPageLayout.cpp b/kchart/kchartPageLayout.cpp
index e2587b9ff..434a5d2fd 100644
--- a/kchart/kchartPageLayout.cpp
+++ b/kchart/kchartPageLayout.cpp
@@ -37,7 +37,7 @@ KChartPageLayout::KChartPageLayout( KChartParams* _params, TQWidget* parent, con
#if 0
TQWidget *page = new TQWidget( this );
#else
- TQGroupBox* page = new TQGroupBox( 2, Qt::Horizontal, i18n("Margins"),
+ TQGroupBox* page = new TQGroupBox( 2, TQt::Horizontal, i18n("Margins"),
this );
#endif
setMainWidget(page);