[Kst] branches/work/kst/portto4/kst/src/libkstmath
Adam Treat
treat at kde.org
Fri Feb 16 23:05:14 CET 2007
SVN commit 634336 by treat:
* Using qDebug now...
M +1 -1 kstcplugin.cpp
M +1 -1 kstcurvehint.cpp
M +1 -1 kstdataobject.cpp
M +1 -1 kstpsd.cpp
M +1 -1 kstvcurve.cpp
--- branches/work/kst/portto4/kst/src/libkstmath/kstcplugin.cpp #634335:634336
@@ -24,7 +24,7 @@
#include <Q3ValueList>
// include files for KDE
-#include "ksdebug.h"
+#include <qdebug.h>
#include <klocale.h>
// application specific includes
--- branches/work/kst/portto4/kst/src/libkstmath/kstcurvehint.cpp #634335:634336
@@ -20,7 +20,7 @@
#include "kstdatacollection.h"
#include "kstvcurve.h"
-#include "ksdebug.h"
+#include <qdebug.h>
KstCurveHint::KstCurveHint(const QString& name, const QString& x, const QString& y)
: KstShared(), _curveName(name), _xVectorName(x), _yVectorName(y) {
--- branches/work/kst/portto4/kst/src/libkstmath/kstdataobject.cpp #634335:634336
@@ -18,7 +18,7 @@
#include "kstdataobject.h"
-#include "ksdebug.h"
+#include <qdebug.h>
#include "kstdebug.h"
#include "kstdatacollection.h"
#include "kstdataobjectcollection.h"
--- branches/work/kst/portto4/kst/src/libkstmath/kstpsd.cpp #634335:634336
@@ -26,7 +26,7 @@
#include <kglobal.h>
#include <klocale.h>
-#include "ksdebug.h"
+#include <qdebug.h>
#include "dialoglauncher.h"
#include "kstdatacollection.h"
--- branches/work/kst/portto4/kst/src/libkstmath/kstvcurve.cpp #634335:634336
@@ -22,7 +22,7 @@
// includes for KDE
#include <klocale.h>
-#include "ksdebug.h"
+#include <qdebug.h>
// application specific includes
#include "dialoglauncher.h"
More information about the Kst
mailing list