diff options
Diffstat (limited to 'plugins/src/styles/motif/main.cpp')
-rw-r--r-- | plugins/src/styles/motif/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/src/styles/motif/main.cpp b/plugins/src/styles/motif/main.cpp index 118a577df..f871f21e2 100644 --- a/plugins/src/styles/motif/main.cpp +++ b/plugins/src/styles/motif/main.cpp @@ -30,5 +30,5 @@ TQStyle* MotifStyle::create( const TQString& s ) return 0; } -Q_EXPORT_PLUGIN( MotifStyle ) +TQ_EXPORT_PLUGIN( MotifStyle ) |