cvsdist 7eabdd3
--- qt-x11-free-3.0.5/src/tools/qgpluginmanager.cpp.bero	2002-08-21 15:16:19.000000000 +0200
cvsdist 7eabdd3
+++ qt-x11-free-3.0.5/src/tools/qgpluginmanager.cpp	2002-08-21 15:16:41.000000000 +0200
cvsdist 7eabdd3
@@ -501,10 +501,10 @@
cvsdist 7eabdd3
 			     (*f).latin1(),
cvsdist 7eabdd3
 			     (const char*) QFile::encodeName( old->library() ) );
cvsdist 7eabdd3
 		} else {
cvsdist 7eabdd3
-		    qWarning("%s: Feature %s already defined in %s!",
cvsdist 7eabdd3
+/*		    qWarning("%s: Feature %s already defined in %s!",
cvsdist 7eabdd3
 			     (const char*) QFile::encodeName( old->library() ),
cvsdist 7eabdd3
 			     (*f).latin1(),
cvsdist 7eabdd3
-			     (const char*) QFile::encodeName( plugin->library() ) );
cvsdist 7eabdd3
+			     (const char*) QFile::encodeName( plugin->library() ) ); */
cvsdist 7eabdd3
 		}
cvsdist 7eabdd3
 	    }
cvsdist 7eabdd3
 	}