diff options
Diffstat (limited to 'src/common/nokde/nokde_kcmdlineargs.h')
-rw-r--r-- | src/common/nokde/nokde_kcmdlineargs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/nokde/nokde_kcmdlineargs.h b/src/common/nokde/nokde_kcmdlineargs.h index 8808d94..28d7d40 100644 --- a/src/common/nokde/nokde_kcmdlineargs.h +++ b/src/common/nokde/nokde_kcmdlineargs.h @@ -48,7 +48,7 @@ typedef TQValueList<TQCString> QCStringList; * * @see KCmdLineArgs for additional usage information */ -struct KDECORE_EXPORT KCmdLineOptions +struct TDECORE_EXPORT KCmdLineOptions { /** * The name of the argument as it should be called on the command line and @@ -230,7 +230,7 @@ class KCmdLineArgsPrivate; * @author Waldo Bastian * @version 0.0.4 */ -class KDECORE_EXPORT KCmdLineArgs +class TDECORE_EXPORT KCmdLineArgs { friend class KApplication; friend class KUniqueApplication; |