From 10308be19ef7fa44699562cc75946e7ea1fdf6b9 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 7 Jan 2011 03:45:53 +0000 Subject: Revert automated changes Sorry guys, they are just not ready for prime time Work will continue as always git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1212479 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kio/kfile/kurlrequester.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kio/kfile/kurlrequester.h') diff --git a/kio/kfile/kurlrequester.h b/kio/kfile/kurlrequester.h index 7322d309b..1bdbeee3e 100644 --- a/kio/kfile/kurlrequester.h +++ b/kio/kfile/kurlrequester.h @@ -76,7 +76,7 @@ public: /** * Special constructor, which creates a KURLRequester widget with a custom * edit-widget. The edit-widget can be either a KComboBox or a KLineEdit - * (or inherited thereof). Note: for tqgeometry management reasons, the + * (or inherited thereof). Note: for geometry management reasons, the * edit-widget is reparented to have the KURLRequester as parent. */ KURLRequester( TQWidget *editWidget, TQWidget *parent, const char *name=0 ); @@ -218,7 +218,7 @@ signals: // forwards from LineEdit /** * Emitted when the text in the lineedit changes. - * The parameter tqcontains the contents of the lineedit. + * The parameter contains the contents of the lineedit. * @since 3.1 */ void textChanged( const TQString& ); @@ -230,7 +230,7 @@ signals: /** * Emitted when return or enter was pressed in the lineedit. - * The parameter tqcontains the contents of the lineedit. + * The parameter contains the contents of the lineedit. */ void returnPressed( const TQString& ); @@ -249,7 +249,7 @@ signals: /** * Emitted when the user changed the URL via the file dialog. - * The parameter tqcontains the contents of the lineedit. + * The parameter contains the contents of the lineedit. * // TODO KDE4: Use KURL instead */ void urlSelected( const TQString& ); -- cgit v1.2.1