diff options
Diffstat (limited to 'src/kmplayer_smil.h')
| -rw-r--r-- | src/kmplayer_smil.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kmplayer_smil.h b/src/kmplayer_smil.h index ab34703..0629c60 100644 --- a/src/kmplayer_smil.h +++ b/src/kmplayer_smil.h @@ -471,13 +471,13 @@ protected: }; /** - * Defines region tqlayout, should reside below 'head' element + * Defines region layout, should reside below 'head' element */ class KMPLAYER_NO_EXPORT Layout : public RegionBase { public: Layout (NodePtr & d); NodePtr childFromTag (const TQString & tag); - KDE_NO_EXPORT const char * nodeName () const { return "tqlayout"; } + KDE_NO_EXPORT const char * nodeName () const { return "layout"; } void activate (); void closed (); virtual void accept (Visitor *); @@ -517,7 +517,7 @@ class KMPLAYER_NO_EXPORT RootLayout : public RegionBase { public: KDE_NO_CDTOR_EXPORT RootLayout (NodePtr & d) : RegionBase (d, id_node_root_layout) {} - KDE_NO_EXPORT const char * nodeName () const { return "root-tqlayout"; } + KDE_NO_EXPORT const char * nodeName () const { return "root-layout"; } }; /** |
