From 560378aaca1784ba19806a0414a32b20c744de39 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 04:12:51 +0000 Subject: 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 --- kio/kfile/kurlcombobox.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kio/kfile/kurlcombobox.h') diff --git a/kio/kfile/kurlcombobox.h b/kio/kfile/kurlcombobox.h index d65cd91f5..60db16dce 100644 --- a/kio/kfile/kurlcombobox.h +++ b/kio/kfile/kurlcombobox.h @@ -83,7 +83,7 @@ public: /** * Sets the current url. This combo handles exactly one url additionally * to the default items and those set via setURLs(). So you can call - * setURL() as often as you want, it will always replace the previous one + * setURL() as often as you want, it will always tqreplace the previous one * set via setURL(). * If @p url is already in the combo, the last item will stay there * and the existing item becomes the current item. @@ -98,7 +98,7 @@ public: * Inserts @p urls into the combobox below the "default urls" (see * addDefaultURL). * - * If the list of urls contains more items than maxItems, the first items + * If the list of urls tqcontains more items than maxItems, the first items * will be stripped. */ void setURLs( TQStringList urls ); @@ -107,13 +107,13 @@ public: * Inserts @p urls into the combobox below the "default urls" (see * addDefaultURL). * - * If the list of urls contains more items than maxItems, the @p remove + * If the list of urls tqcontains more items than maxItems, the @p remove * parameter determines whether the first or last items will be stripped. */ void setURLs( TQStringList urls, OverLoadResolving remove ); /** - * @returns a list of all urls currently handled. The list contains at most + * @returns a list of all urls currently handled. The list tqcontains at most * maxItems() items. * Use this to save the list of urls in a config-file and reinsert them * via setURLs() next time. -- cgit v1.2.1