[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/certmanager/kwatchgnupg
From:       Marc Mutz <Marc.Mutz () uni-bielefeld ! de>
Date:       2004-10-13 15:50:17
Message-ID: 20041013155017.9689616D25 () office ! kde ! org
[Download RAW message or body]

CVS commit by mutz: 

Werner Koch says use utf-8, so we do.


  M +2 -1      kwatchgnupgmainwin.cpp   1.18


--- kdepim/certmanager/kwatchgnupg/kwatchgnupgmainwin.cpp  #1.17:1.18
@@ -52,4 +52,5 @@
 #include <qeventloop.h>
 #include <qtimer.h>
+#include <qtextcodec.h>
 
 #define WATCHGNUPGBINARY "watchgnupg"
@@ -66,5 +67,5 @@ KWatchGnuPGMainWindow::KWatchGnuPGMainWi
   setCentralWidget( mCentralWidget );
 
-  mWatcher = new KProcIO();
+  mWatcher = new KProcIO( QTextCodec::codecForMib( 106 /*utf8*/ ) );
   connect( mWatcher, SIGNAL( processExited(KProcess*) ),
                    this, SLOT( slotWatcherExited() ) );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic