From b87fcaba5364f33191401b8554fb98a2880807a8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 30 Sep 2014 10:16:08 -0500 Subject: Fix FTFBS due to commit 54e82466 This resolves Bug 2134 --- styles/dotnet/dotnet.cpp | 2 +- styles/phase/phasestyle.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'styles') 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" -- cgit v1.2.1