[Kst] kdeextragear-2/kst/kst/extensions/js/kjsembed

George Staikos staikos at kde.org
Fri Apr 8 06:12:47 CEST 2005


CVS commit by staikos: 

visibility changes


  M +2 -48     global.h   1.4


--- kdeextragear-2/kst/kst/extensions/js/kjsembed/global.h  #1.3:1.4
@@ -23,29 +23,4 @@
 #define KJSEMBED_GLOBAL_H
 
-#include <kdemacros.h>
-
-#ifdef WIN32
-# ifdef KJSEMBED_DLL
-#  ifdef KJSEMBED_MAKE_DLL
-#     define KJSEMBED_EXPORT __declspec(dllexport)
-#  else
-#     define KJSEMBED_EXPORT __declspec(dllimport)
-#  endif // KJSEMBED_MAKE_DLL
-# else
-#  define KJSEMBED_EXPORT
-# endif // KJSEMBED_DLL
-#else
-# ifdef KDE_EXPORT
-#  define KJSEMBED_EXPORT KDE_EXPORT
-# else
-#  define KJSEMBED_EXPORT
-# endif
-#endif // WIN32
-
-#ifdef WIN32
-#include <stdlib.h>
-KJSEMBED_EXPORT void RedirectIOToConsole();
-#endif
-
 #ifndef WIN32
 #include <ctype.h>
@@ -54,4 +29,6 @@ char *itoa(int num, char *str, int radix
 #endif
 
+#include "../../../kst_export.h"
+
 #include <qtextstream.h>
 namespace KJSEmbed {
@@ -61,30 +38,7 @@ KJSEMBED_EXPORT QTextStream *conerr();
 }
 
-#ifndef QT_ONLY
-
-/*
- * These are the normal definitions used when KDE is available.
- */
-
 #include <kdebug.h>
 #include <klocale.h>
 
-#else // QT_ONLY
-
-/*
- * These are the custom definitions used when we only have Qt.
- */
-
-KJSEMBED_EXPORT QTextStream &kdDebug( int area=0 );
-KJSEMBED_EXPORT QTextStream &kdWarning( int area=0 );
-
-#ifndef NO_I18N
-KJSEMBED_EXPORT QString i18n( const char *string );
-#else
-#define i18n(x) QString(x)
-#endif // NO_I18N
-
-#endif // QT_ONLY
-
 #endif // KJSEMBED_GLOBAL_H
 




More information about the Kst mailing list