diff options
Diffstat (limited to 'kchart/kchartBackgroundPixmapConfigPage.cpp')
-rw-r--r-- | kchart/kchartBackgroundPixmapConfigPage.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kchart/kchartBackgroundPixmapConfigPage.cpp b/kchart/kchartBackgroundPixmapConfigPage.cpp index 01e7a67f..d4bb9fb8 100644 --- a/kchart/kchartBackgroundPixmapConfigPage.cpp +++ b/kchart/kchartBackgroundPixmapConfigPage.cpp @@ -100,7 +100,7 @@ KChartBackgroundPixmapConfigPage::KChartBackgroundPixmapConfigPage( KChartParams TQWhatsThis::add( browsePB, i18n( "Click this button to select a background " "image not yet present in the list above. " ) ); center->addWidget( browsePB ); - connect( browsePB, TQT_SIGNAL( clicked() ), TQT_SLOT( slotBrowse() ) ); + connect( browsePB, TQ_SIGNAL( clicked() ), TQ_SLOT( slotBrowse() ) ); wallWidget = new TQWidget( this ); TQWhatsThis::add( wallWidget, i18n( "This area will always display the " @@ -110,8 +110,8 @@ KChartBackgroundPixmapConfigPage::KChartBackgroundPixmapConfigPage( KChartParams "it originally had." ) ); center->addWidget( wallWidget ); - connect( wallCB, TQT_SIGNAL( activated( int ) ), - this, TQT_SLOT( slotWallPaperChanged( int ) ) ); + connect( wallCB, TQ_SIGNAL( activated( int ) ), + this, TQ_SLOT( slotWallPaperChanged( int ) ) ); right = new TQVGroupBox( i18n( "Wallpaper Configuration" ), this ); TQWhatsThis::add( right, i18n( "In this box, you can set various settings " |