summaryrefslogtreecommitdiffstats
path: root/kaddressbook/printing/printstyle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaddressbook/printing/printstyle.cpp')
-rw-r--r--kaddressbook/printing/printstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaddressbook/printing/printstyle.cpp b/kaddressbook/printing/printstyle.cpp
index 02e563ee..1c0c7971 100644
--- a/kaddressbook/printing/printstyle.cpp
+++ b/kaddressbook/printing/printstyle.cpp
@@ -76,7 +76,7 @@ PrintingWizard *PrintStyle::wizard()
void PrintStyle::addPage( TQWidget *page, const TQString &title )
{
- if ( mPageList.tqfind( page ) == -1 ) { // not yet in the list
+ if ( mPageList.find( page ) == -1 ) { // not yet in the list
mPageList.append( page );
mPageTitles.append( title );
}