diff options
Diffstat (limited to 'libkcddb/config.h')
-rw-r--r-- | libkcddb/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libkcddb/config.h b/libkcddb/config.h index 56fc915b..1f5ec8a4 100644 --- a/libkcddb/config.h +++ b/libkcddb/config.h @@ -30,7 +30,7 @@ #include <tdelibs_export.h> namespace KCDDB { - class KDE_EXPORT Config : public ConfigBase + class TDE_EXPORT Config : public ConfigBase { public: Config(); @@ -42,4 +42,3 @@ namespace KCDDB } #endif // KCDDB_CONFIG_H -// vim:tabstop=2:shiftwidth=2:expandtab:cinoptions=(s,U1,m1 |