summaryrefslogtreecommitdiffstats
path: root/kwin/killer/killer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kwin/killer/killer.cpp')
-rw-r--r--kwin/killer/killer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kwin/killer/killer.cpp b/kwin/killer/killer.cpp
index ae31fc3e0..36f6fa072 100644
--- a/kwin/killer/killer.cpp
+++ b/kwin/killer/killer.cpp
@@ -55,7 +55,7 @@ int main( int argc, char* argv[] )
bool pid_ok = false;
pid_t pid = args->getOption( "pid" ).toULong( &pid_ok );
TQString caption = TQString::fromUtf8( args->getOption( "windowname" ));
- TQString appname = TQString::fromLatin1( args->getOption( "applicationname" ));
+ TQString appname = TQString::tqfromLatin1( args->getOption( "applicationname" ));
bool id_ok = false;
Window id = args->getOption( "wid" ).toULong( &id_ok );
bool time_ok = false;