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

List:       kde-commits
Subject:    KDE/kdelibs/phonon
From:       Matthias Kretz <kretz () kde ! org>
Date:       2008-04-21 15:37:45
Message-ID: 1208792265.788839.8507.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 799456 by mkretz:

use Qt-only code where possible

 M  +1 -1      audiooutput.cpp  
 M  +1 -1      effectwidget.cpp  
 M  +1 -1      experimental/tests/audiodataoutputtest.cpp  
 M  +1 -1      medianode_p.h  
 M  +1 -1      volumefadereffect.cpp  


--- trunk/KDE/kdelibs/phonon/audiooutput.cpp #799455:799456
@@ -26,7 +26,7 @@
 #include "phononnamespace_p.h"
 #include "platform_p.h"
 
-#include <qmath.h>
+#include <QtCore/qmath.h>
 
 #define PHONON_CLASSNAME AudioOutput
 #define PHONON_INTERFACENAME AudioOutputInterface
--- trunk/KDE/kdelibs/phonon/effectwidget.cpp #799455:799456
@@ -20,7 +20,7 @@
 #include "effectwidget.h"
 #include "effectwidget_p.h"
 
-#include <QtAlgorithms>
+#include <QtCore/QtAlgorithms>
 #include <QtCore/QList>
 
 #include "effect.h"
--- trunk/KDE/kdelibs/phonon/experimental/tests/audiodataoutputtest.cpp #799455:799456
@@ -23,7 +23,7 @@
 #include "../../audiooutput.h"
 #include "../../tests/loadfakebackend.h"
 
-#include <qtest_kde.h>
+#include <QtTest/QTest>
 #include <cstdlib>
 #include <QtCore/QUrl>
 #include <QtCore/QObject>
--- trunk/KDE/kdelibs/phonon/medianode_p.h #799455:799456
@@ -20,7 +20,7 @@
 #ifndef PHONON_MEDIANODE_P_H
 #define PHONON_MEDIANODE_P_H
 
-#include <qglobal.h>
+#include <QtCore/QtGlobal>
 #include <QtCore/QList>
 #include <QtCore/QObject>
 #include "path.h"
--- trunk/KDE/kdelibs/phonon/volumefadereffect.cpp #799455:799456
@@ -22,7 +22,7 @@
 #include "volumefaderinterface.h"
 #include "factory_p.h"
 
-#include <qmath.h>
+#include <QtCore/qmath.h>
 
 #define PHONON_CLASSNAME VolumeFaderEffect
 #define PHONON_INTERFACENAME VolumeFaderInterface
[prev in list] [next in list] [prev in thread] [next in thread] 

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