summaryrefslogtreecommitdiffstats
path: root/knotes/knoteprinter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knotes/knoteprinter.cpp')
-rw-r--r--knotes/knoteprinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knotes/knoteprinter.cpp b/knotes/knoteprinter.cpp
index 69ddb35b..6b286817 100644
--- a/knotes/knoteprinter.cpp
+++ b/knotes/knoteprinter.cpp
@@ -117,7 +117,7 @@ void KNotePrinter::printNote( const TQString& name, const TQString& content ) co
KPrinter printer;
printer.setFullPage( true );
- if ( !printer.setup( 0, i18n("Print %1").arg(name) ) )
+ if ( !printer.setup( 0, i18n("Print %1").tqarg(name) ) )
return;
TQPainter painter;
painter.begin( &printer );