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

List:       kde-commits
Subject:    koffice/tools/kfile-plugins
From:       Laurent Montel <montel () kde ! org>
Date:       2006-03-29 12:52:42
Message-ID: 1143636762.159498.10521.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 523897 by mlaurent:

minor fix

 M  +1 -1      abiword/kfile_abiword.cpp  
 M  +1 -1      gnumeric/kfile_gnumeric.cpp  
 M  +1 -1      koffice/kfile_koffice.cpp  


--- trunk/koffice/tools/kfile-plugins/abiword/kfile_abiword.cpp #523896:523897
@@ -36,7 +36,7 @@
 AbiwordPlugin::AbiwordPlugin(QObject *parent, const char *name,
                        const QStringList &args)
 
-    : KFilePlugin(parent, name, args)
+    : KFilePlugin(parent, args)
 {
     init();
 }
--- trunk/koffice/tools/kfile-plugins/gnumeric/kfile_gnumeric.cpp #523896:523897
@@ -36,7 +36,7 @@
 GnumericPlugin::GnumericPlugin(QObject *parent, const char *name,
                        const QStringList &args)
 
-    : KFilePlugin(parent, name, args)
+    : KFilePlugin(parent, args)
 {
     init();
 }
--- trunk/koffice/tools/kfile-plugins/koffice/kfile_koffice.cpp #523896:523897
@@ -36,7 +36,7 @@
 KOfficePlugin::KOfficePlugin(QObject *parent, const char *name,
                        const QStringList &args)
 
-    : KFilePlugin(parent, name, args)
+    : KFilePlugin(parent, args)
 {
     makeMimeTypeInfo( "application/x-kword" );
     makeMimeTypeInfo( "application/x-kpresenter" );
[prev in list] [next in list] [prev in thread] [next in thread] 

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