diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-03 04:12:51 +0000 |
commit | 560378aaca1784ba19806a0414a32b20c744de39 (patch) | |
tree | ce0dfd7c3febf2a1adc7603d1019a8be2083c415 /kio/kfile/kurlrequester.h | |
parent | d4d5af1cdbd3cc65d095e0afc5b1f4260091cf5d (diff) | |
download | tdelibs-560378aaca1784ba19806a0414a32b20c744de39.tar.gz tdelibs-560378aaca1784ba19806a0414a32b20c744de39.zip |
Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1
NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/kfile/kurlrequester.h')
-rw-r--r-- | kio/kfile/kurlrequester.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kio/kfile/kurlrequester.h b/kio/kfile/kurlrequester.h index 1bdbeee3e..7322d309b 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 geometry management reasons, the + * (or inherited thereof). Note: for tqgeometry 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 contains the contents of the lineedit. + * The parameter tqcontains 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 contains the contents of the lineedit. + * The parameter tqcontains 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 contains the contents of the lineedit. + * The parameter tqcontains the contents of the lineedit. * // TODO KDE4: Use KURL instead */ void urlSelected( const TQString& ); |