~ubuntu-branches/ubuntu/precise/gwenview/precise-proposed

« back to all changes in this revision

Viewing changes to lib/gwenviewlib_export.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2011-12-15 14:17:54 UTC
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: package-import@ubuntu.com-20111215141754-z043hyx69dulbggf
Tags: upstream-4.7.90
ImportĀ upstreamĀ versionĀ 4.7.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
#ifndef GWENVIEWLIB_EXPORT
27
27
# if defined(MAKE_GWENVIEWLIB_LIB)
28
 
   /* We are building this library */ 
 
28
/* We are building this library */
29
29
#  define GWENVIEWLIB_EXPORT KDE_EXPORT
30
30
# else
31
 
   /* We are using this library */ 
 
31
/* We are using this library */
32
32
#  define GWENVIEWLIB_EXPORT KDE_IMPORT
33
33
# endif
34
34
#endif