summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrGotoPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrGotoPage.cpp')
-rw-r--r--kpresenter/KPrGotoPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrGotoPage.cpp b/kpresenter/KPrGotoPage.cpp
index d5d0ed246..c170f1597 100644
--- a/kpresenter/KPrGotoPage.cpp
+++ b/kpresenter/KPrGotoPage.cpp
@@ -60,7 +60,7 @@ KPrGotoPage::KPrGotoPage( const KPrDocument *doc,
t.truncate(30);
t+="...";
}
- spinbox->insertItem( TQString( "%1 - %2" ).tqarg( *it ).tqarg( t ), -1 );
+ spinbox->insertItem( TQString( "%1 - %2" ).arg( *it ).arg( t ), -1 );
if ( *it == start )
spinbox->setCurrentItem( spinbox->count()-1 );
}