diff options
Diffstat (limited to 'tdewidgets/maketdewidgets.cpp')
-rw-r--r-- | tdewidgets/maketdewidgets.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdewidgets/maketdewidgets.cpp b/tdewidgets/maketdewidgets.cpp index d890433c3..b46e6d669 100644 --- a/tdewidgets/maketdewidgets.cpp +++ b/tdewidgets/maketdewidgets.cpp @@ -104,7 +104,7 @@ static const char widgetCreate[] = " if (key == TQString::fromLatin1(\"% " return new %ImplClass%ConstructorArgs;\n"; static const char endCreate[] = " return 0;\n" "}\n" - "KDE_Q_EXPORT_PLUGIN(%PluginName)\n"; + "TDE_EXPORT_PLUGIN(%PluginName)\n"; static TDECmdLineOptions options[] = |