summaryrefslogtreecommitdiffstats
path: root/kview/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kview/main.cpp')
-rw-r--r--kview/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kview/main.cpp b/kview/main.cpp
index e84bc65d..80e752be 100644
--- a/kview/main.cpp
+++ b/kview/main.cpp
@@ -56,7 +56,7 @@ extern "C" KDE_EXPORT int kdemain( int argc, char ** argv )
// to tell the presenter plugin to add those urls to it's list
if( args->count() > 0 )
{
- if( args->url( 0 ) == QString( "-" ) )
+ if( args->url( 0 ) == TQString( "-" ) )
kview->loadFromStdin();
else
kview->load( args->url( 0 ) );