summaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-30 10:16:08 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-30 10:16:08 -0500
commitb87fcaba5364f33191401b8554fb98a2880807a8 (patch)
treede67cdfb7cf7ef2ccb06ade5368c37147ac96c11 /styles
parent46617d1b58051938224ea197fdd4c34a39b4724c (diff)
downloadtdeartwork-b87fcaba5364f33191401b8554fb98a2880807a8.tar.gz
tdeartwork-b87fcaba5364f33191401b8554fb98a2880807a8.zip
Fix FTFBS due to commit 54e82466
This resolves Bug 2134
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"