summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrEffectDia.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrEffectDia.cpp')
-rw-r--r--kpresenter/KPrEffectDia.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpresenter/KPrEffectDia.cpp b/kpresenter/KPrEffectDia.cpp
index abddeb68..979df309 100644
--- a/kpresenter/KPrEffectDia.cpp
+++ b/kpresenter/KPrEffectDia.cpp
@@ -514,7 +514,7 @@ TQString KPrEffectDia::getSoundFileFilter() const
if ( comma )
str += '\n';
comma = true;
- str += TQString( i18n( "*.%1|%2 Files" ) ).tqarg( *it ).tqarg( (*it).upper() );
+ str += TQString( i18n( "*.%1|%2 Files" ) ).arg( *it ).arg( (*it).upper() );
full += TQString( "*.") + (*it) + ' ';
}