public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-sound/amarok/files: amarok-qtscriptcheck.patch
@ 2009-11-14 15:20 Theo Chatzimichos (tampakrap)
  0 siblings, 0 replies; only message in thread
From: Theo Chatzimichos (tampakrap) @ 2009-11-14 15:20 UTC (permalink / raw
  To: gentoo-commits

tampakrap    09/11/14 15:20:32

  Added:                amarok-qtscriptcheck.patch
  Log:
  after a long time, fix qtscript check, bug 270923, kde bug 189367
  (Portage version: 2.2_rc49/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  media-sound/amarok/files/amarok-qtscriptcheck.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/files/amarok-qtscriptcheck.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amarok/files/amarok-qtscriptcheck.patch?rev=1.1&content-type=text/plain

Index: amarok-qtscriptcheck.patch
===================================================================
--- a/cmake/modules/bindingstest/QtScriptBindingsTest.cpp	2009-11-14 15:07:20.400971341 +0200
+++ b/cmake/modules/bindingstest/QtScriptBindingsTest.cpp	2009-11-14 16:13:48.156222032 +0200
@@ -16,9 +16,7 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  */
 
-#include <KDE/KApplication>
-#include <KDE/KAboutData>
-#include <KDE/KCmdLineArgs>
+#include <qt4/QtCore/QCoreApplication>
 #include <QtScript/QScriptEngine>
 #include <QtCore/QStringList>
 #include <QtCore/QDebug>
@@ -27,9 +25,7 @@
 
 int main(int argc, char **argv)
 {
-    KAboutData about( "findgeneratorplugins", "", ki18n("Generator Exists?"), "1.0", ki18n("Find if the QtScript Plugins Are Installed"), KAboutData::License_LGPL_V2 );
-    KCmdLineArgs::init( argc, argv, &about );
-    KApplication app( false ); //no gui pls
+    QCoreApplication app( argc, argv ); //no gui pls
     
     QStringList allowedBindings;
     allowedBindings << "qt.core" << "qt.gui" << "qt.sql" << "qt.xml" << "qt.uitools" << "qt.network";






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-14 15:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-14 15:20 [gentoo-commits] gentoo-x86 commit in media-sound/amarok/files: amarok-qtscriptcheck.patch Theo Chatzimichos (tampakrap)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox