diff options
Diffstat (limited to 'doc/kommander/extending.docbook')
-rw-r--r-- | doc/kommander/extending.docbook | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/kommander/extending.docbook b/doc/kommander/extending.docbook index 8006bdef..8c5fce1c 100644 --- a/doc/kommander/extending.docbook +++ b/doc/kommander/extending.docbook @@ -411,7 +411,7 @@ You need to add to the <emphasis>editor/widgetfactory.cpp</emphasis> as well: #include "mywidget.h" ... TQWidget *WidgetFactory::createWidget( const TQString &className, TQWidget *parent, const char *name, bool init, - const QRect *r, Qt::Orientation orient ) + const QRect *r, TQt::Orientation orient ) { ... else if (className == "MyWidgetName") |