diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-07 03:45:53 +0000 |
commit | 10308be19ef7fa44699562cc75946e7ea1fdf6b9 (patch) | |
tree | 4bc444c00a79e88105f2cfce5b6209994c413ca0 /kio/kfile/kurlcombobox.h | |
parent | 307136d8eef0ba133b78ceee8e901138d4c996a1 (diff) | |
download | tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.tar.gz tdelibs-10308be19ef7fa44699562cc75946e7ea1fdf6b9.zip |
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
Diffstat (limited to 'kio/kfile/kurlcombobox.h')
-rw-r--r-- | kio/kfile/kurlcombobox.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kio/kfile/kurlcombobox.h b/kio/kfile/kurlcombobox.h index 60db16dce..d65cd91f5 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 tqreplace the previous one + * setURL() as often as you want, it will always replace 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 tqcontains more items than maxItems, the first items + * If the list of urls contains 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 tqcontains more items than maxItems, the @p remove + * If the list of urls contains 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 tqcontains at most + * @returns a list of all urls currently handled. The list contains at most * maxItems() items. * Use this to save the list of urls in a config-file and reinsert them * via setURLs() next time. |