summaryrefslogtreecommitdiffstats
path: root/kghostview/kgvfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kghostview/kgvfactory.cpp')
-rw-r--r--kghostview/kgvfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kghostview/kgvfactory.cpp b/kghostview/kgvfactory.cpp
index 0f11e563..c7024c59 100644
--- a/kghostview/kgvfactory.cpp
+++ b/kghostview/kgvfactory.cpp
@@ -64,7 +64,7 @@ KParts::Part *KGVFactory::createPartObject( TQWidget *parentWidget, const char *
*
* as we did before.
*/
- args << TQString::tqfromLatin1( className );
+ args << TQString::fromLatin1( className );
if ( !strcmp( className, "Browser/View" ) ) {
className = "KParts::ReadOnlyPart";
}