diff options
m--------- | admin | 0 | ||||
-rw-r--r-- | styles/dotnet/dotnet.cpp | 2 | ||||
-rw-r--r-- | styles/phase/phasestyle.cpp | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/admin b/admin -Subproject 36c8888e40e73634035e5bed05e401664d3ee54 +Subproject afaec96a4101e0771fb9969690e20ce5f6df90e diff --git a/styles/dotnet/dotnet.cpp b/styles/dotnet/dotnet.cpp index e939cfc2..51070690 100644 --- a/styles/dotnet/dotnet.cpp +++ b/styles/dotnet/dotnet.cpp @@ -70,7 +70,7 @@ class dotNETstylePlugin : public TQStylePlugin } }; -KDE_Q_EXPORT_PLUGIN( dotNETstylePlugin ) +TDE_EXPORT_PLUGIN( dotNETstylePlugin ) // --------------------------------------------------- diff --git a/styles/phase/phasestyle.cpp b/styles/phase/phasestyle.cpp index 69a90749..a00e08fe 100644 --- a/styles/phase/phasestyle.cpp +++ b/styles/phase/phasestyle.cpp @@ -2485,6 +2485,6 @@ TQStyle* PhaseStylePlugin::create(const TQString& key) return 0; } -KDE_Q_EXPORT_PLUGIN(PhaseStylePlugin) +TDE_EXPORT_PLUGIN(PhaseStylePlugin) #include "phasestyle.moc" |