summaryrefslogtreecommitdiffstats
path: root/tde-i18n-sv/docs/tdewebdev/kommander/extending.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'tde-i18n-sv/docs/tdewebdev/kommander/extending.docbook')
-rw-r--r--tde-i18n-sv/docs/tdewebdev/kommander/extending.docbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/tde-i18n-sv/docs/tdewebdev/kommander/extending.docbook b/tde-i18n-sv/docs/tdewebdev/kommander/extending.docbook
index 8e3978fffac..9f4b1ac4df0 100644
--- a/tde-i18n-sv/docs/tdewebdev/kommander/extending.docbook
+++ b/tde-i18n-sv/docs/tdewebdev/kommander/extending.docbook
@@ -252,7 +252,7 @@ void WidgetDatabase::setupDataBase( int id )
#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")