summaryrefslogtreecommitdiffstats
path: root/kaddressbook/viewconfigurefilterpage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/viewconfigurefilterpage.cpp')
-rw-r--r--kaddressbook/viewconfigurefilterpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/viewconfigurefilterpage.cpp b/kaddressbook/viewconfigurefilterpage.cpp
index 7a07b050b..923743f85 100644
--- a/kaddressbook/viewconfigurefilterpage.cpp
+++ b/kaddressbook/viewconfigurefilterpage.cpp
@@ -47,7 +47,7 @@ ViewConfigureFilterPage::ViewConfigureFilterPage( TQWidget *parent,
" this view is displayed. This feature allows you to configure views that only"
" interact with certain types of information based on the filter. Once the view"
" is activated, the filter can be changed at anytime." ), this );
- label->setAlignment( Qt::AlignLeft | Qt::AlignTop | Qt::WordBreak );
+ label->tqsetAlignment( Qt::AlignLeft | Qt::AlignTop | Qt::WordBreak );
topLayout->addWidget( label );
TQWidget *spacer = new TQWidget( this );