diff options
Diffstat (limited to 'tdeparts/dockmainwindow.h')
-rw-r--r-- | tdeparts/dockmainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeparts/dockmainwindow.h b/tdeparts/dockmainwindow.h index 5f9209092..4974390de 100644 --- a/tdeparts/dockmainwindow.h +++ b/tdeparts/dockmainwindow.h @@ -44,7 +44,7 @@ class DockMainWindowPrivate; * It implements all internal interfaces in the case of a KDockMainWindow as host: * the builder and servant interface (for menu merging). */ -class KPARTS_EXPORT DockMainWindow : public KDockMainWindow, virtual public PartBase +class TDEPARTS_EXPORT DockMainWindow : public KDockMainWindow, virtual public PartBase { Q_OBJECT public: |