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

List:       kde-commits
Subject:    koffice/tools/converter
From:       Fredrik Edemar <f_edemar () linux ! se>
Date:       2006-05-17 21:39:48
Message-ID: 1147901988.198842.3851.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 541988 by fedemar:

Fix warnings


 M  +1 -1      koconverter.cpp  
 M  +1 -1      koconverter.h  


--- trunk/koffice/tools/converter/koconverter.cpp #541987:541988
@@ -55,7 +55,7 @@
 
     manager->setBatchMode( batch );
 
-    QByteArray mime( outputFormat.latin1() );
+    QByteArray mime( outputFormat.toLatin1() );
     KoFilter::ConversionStatus status = manager->exp0rt( uOut.path(), mime );
     progressObj.slotProgress(-1);
 
--- trunk/koffice/tools/converter/koconverter.h #541987:541988
@@ -26,7 +26,7 @@
 {
     Q_OBJECT
 public:
-    ProgressObject() : QObject( 0, 0 ) { }
+    ProgressObject() : QObject( 0 ) { }
 public slots:
     void slotProgress(int);
 };
[prev in list] [next in list] [prev in thread] [next in thread] 

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