summaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
Diffstat (limited to 'styles')
-rw-r--r--styles/dotnet/dotnet.cpp2
-rw-r--r--styles/phase/phasestyle.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/styles/dotnet/dotnet.cpp b/styles/dotnet/dotnet.cpp
index 3c4aa487..00add309 100644
--- a/styles/dotnet/dotnet.cpp
+++ b/styles/dotnet/dotnet.cpp
@@ -70,7 +70,7 @@ class dotNETstylePlugin : public TQStylePlugin
}
};
-TDE_Q_EXPORT_PLUGIN( dotNETstylePlugin )
+KDE_Q_EXPORT_PLUGIN( dotNETstylePlugin )
// ---------------------------------------------------
diff --git a/styles/phase/phasestyle.cpp b/styles/phase/phasestyle.cpp
index 952ade00..782116a6 100644
--- a/styles/phase/phasestyle.cpp
+++ b/styles/phase/phasestyle.cpp
@@ -2485,6 +2485,6 @@ TQStyle* PhaseStylePlugin::create(const TQString& key)
return 0;
}
-TDE_Q_EXPORT_PLUGIN(PhaseStylePlugin)
+KDE_Q_EXPORT_PLUGIN(PhaseStylePlugin)
#include "phasestyle.moc"