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

List:       kde-commits
Subject:    [kdelibs/frameworks] staging/kde4support/src/kdecore: Remove references for kdecore_export.h
From:       Kevin Ottens <ervin+bluesystems () kde ! org>
Date:       2013-08-20 9:18:43
Message-ID: E1VBi5L-0003iV-1B () scm ! kde ! org
[Download RAW message or body]

Git commit 15a47420e8621c8cd1a92bb40f3098bddfcd9dfc by Kevin Ottens.
Committed on 20/08/2013 at 08:51.
Pushed by ervin into branch 'frameworks'.

Remove references for kdecore_export.h

M  +0    -1    staging/kde4support/src/kdecore/kdebugdbusiface_p.h
M  +4    -4    staging/kde4support/src/kdecore/kkernel_mac.h
M  +5    -5    staging/kde4support/src/kdecore/kkernel_win.h

http://commits.kde.org/kdelibs/15a47420e8621c8cd1a92bb40f3098bddfcd9dfc

diff --git a/staging/kde4support/src/kdecore/kdebugdbusiface_p.h b/staging/=
kde4support/src/kdecore/kdebugdbusiface_p.h
index 7749447..2c83dfb 100644
--- a/staging/kde4support/src/kdecore/kdebugdbusiface_p.h
+++ b/staging/kde4support/src/kdecore/kdebugdbusiface_p.h
@@ -21,7 +21,6 @@
 #ifndef KDEBUGDBUSIFACE_H
 #define KDEBUGDBUSIFACE_H
 =

-#include <kdecore_export.h>
 #include <QtCore/qobject.h>
 =

 /**
diff --git a/staging/kde4support/src/kdecore/kkernel_mac.h b/staging/kde4su=
pport/src/kdecore/kkernel_mac.h
index ef594c0..95c780b 100644
--- a/staging/kde4support/src/kdecore/kkernel_mac.h
+++ b/staging/kde4support/src/kdecore/kkernel_mac.h
@@ -23,7 +23,7 @@
 =

 #ifdef Q_OS_MACX
 =

-#include <kdecore_export.h>
+#include <kde4support_export.h>
 #include <QtCore/QString>
 =

 #include <CoreFoundation/CFString.h>
@@ -45,17 +45,17 @@ QString convert_CFString_to_QString(CFStringRef str);
 /**
  * Fork and reexec to work around CoreFoundation issues.
   */
-KDECORE_EXPORT void mac_fork_and_reexec_self();
+KDE4SUPPORT_EXPORT void mac_fork_and_reexec_self();
 =

 /**
   * Initialize D-Bus Mac-specific stuff if necessary.
   */
-KDECORE_EXPORT void mac_initialize_dbus();
+KDE4SUPPORT_EXPORT void mac_initialize_dbus();
 =

 /**
   * Get the application name.
   */
-KDECORE_EXPORT QString mac_app_filename();
+KDE4SUPPORT_EXPORT QString mac_app_filename();
 =

 #endif  // Q_OS_MACX
 #endif  // KKERNEL_MAC_H
diff --git a/staging/kde4support/src/kdecore/kkernel_win.h b/staging/kde4su=
pport/src/kdecore/kkernel_win.h
index f26c668..fda5c6f 100644
--- a/staging/kde4support/src/kdecore/kkernel_win.h
+++ b/staging/kde4support/src/kdecore/kkernel_win.h
@@ -24,7 +24,7 @@
 #ifdef Q_OS_WIN
 =

 #include <windows.h>
-#include <kdecore_export.h>
+#include <kde4support_export.h>
 =

 /**
  * @short Windows-specific functions needed in kdecore
@@ -37,26 +37,26 @@
 /**
  \return a value from MS Windows native registry for shell folder \a folde=
r.
 */
-KDECORE_EXPORT QString getWin32ShellFoldersPath(const QString& folder);
+KDE4SUPPORT_EXPORT QString getWin32ShellFoldersPath(const QString& folder);
 =

 /**
  Shows native MS Windows file property dialog for a file \a fileName.
  Return true on success. Only works for local absolute paths.
  Used by KPropertiesDialog, if possible.
 */
-KDECORE_EXPORT bool showWin32FilePropertyDialog(const QString& fileName);
+KDE4SUPPORT_EXPORT bool showWin32FilePropertyDialog(const QString& fileNam=
e);
 =

 /**
  \return two-letter locale name (like "en" or "pl") taken from MS Windows =
native registry.
  Useful when we don't want to rely on KSyCoCa.
  Used e.g. by kbuildsycoca application.
 */
-KDECORE_EXPORT QByteArray getWin32LocaleName();
+KDE4SUPPORT_EXPORT QByteArray getWin32LocaleName();
 =

 /**
  \return true when the file is an executable on windows.
 */
-KDECORE_EXPORT bool isExecutable(const QString &filename);
+KDE4SUPPORT_EXPORT bool isExecutable(const QString &filename);
 =

 /**
  \return a value from MS Windows native registry.

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

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