Fix outdated Qt documentation to point to own TQt documentation.

Signed-off-by: Chris <xchrisx@uber.space>
pull/50/head
Chris 5 years ago committed by TDE Gitea
parent aa51497324
commit 2bcf7d84fc

@ -229,7 +229,7 @@ ActionWidget::ActionWidget( const ActionList *list, ConfigDialog* configWidget,
listView = new ListView( configWidget, this, "list view" );
lblAction->setBuddy( listView );
listView->addColumn( i18n("Regular Expression (see http://doc.trolltech.com/tqregexp.html#details)") );
listView->addColumn( i18n("Regular Expression (see https://trinitydesktop.org/docs/qt3/qregexp.html#details)") );
listView->addColumn( i18n("Description") );
listView->setRenameable(0);

Loading…
Cancel
Save