summaryrefslogtreecommitdiffstats
path: root/kfax/kfax.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kfax/kfax.cpp')
-rw-r--r--kfax/kfax.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfax/kfax.cpp b/kfax/kfax.cpp
index 3a3e0b9f..1a97400c 100644
--- a/kfax/kfax.cpp
+++ b/kfax/kfax.cpp
@@ -735,7 +735,7 @@ void TopLevel::printIt( KPrinter &printer, TQPainter &painter )
++currentpage;
// should this page be printed ?
- if (printer.pageList().tqfindIndex(currentpage) < 0)
+ if (printer.pageList().findIndex(currentpage) < 0)
continue;
XImage *Image = Pimage(pn);