From b00a91b065f6efa0c1b88e7317fe49f6926cf0a6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 7 Nov 2023 19:27:43 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit 818c8f1cd1fd849f857201eb8911434c514d6c3e) --- doc/kommander/extending.docbook | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 editor/widgetfactory.cpp 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") -- cgit v1.2.1