[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Mon Sep 26 15:28:46 CEST 2005
SVN commit 464190 by staikos:
fix compile - missed an export changeover
M +2 -2 kdebugdcopiface.h
--- trunk/extragear/graphics/kst/kst/kdebugdcopiface.h #464189:464190
@@ -22,12 +22,12 @@
#include <dcopobject.h>
#include <dcopref.h>
-#include "kdelibs_export.h"
+#include "kst_export.h"
/**
* @short DCOP interface to KDebug.
**/
-class KDECORE_EXPORT KDebugDCOPIface : virtual public DCOPObject
+class KST_EXPORT KDebugDCOPIface : virtual public DCOPObject
{
K_DCOP
public:
More information about the Kst
mailing list