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/kfiledialog.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/kfiledialog.h')
-rw-r--r-- | kio/kfile/kfiledialog.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kio/kfile/kfiledialog.h b/kio/kfile/kfiledialog.h index 1fd4f7b7f..33e0c9b12 100644 --- a/kio/kfile/kfiledialog.h +++ b/kio/kfile/kfiledialog.h @@ -57,7 +57,7 @@ struct KFileDialogPrivate; * Provides a user (and developer) friendly way to * select files and directories. * - * The widget can be used as a drop in tqreplacement for the + * The widget can be used as a drop in replacement for the * TQFileDialog widget, but has greater functionality and a nicer GUI. * * You will usually want to use one of the static methods @@ -65,8 +65,8 @@ struct KFileDialogPrivate; * or for multiple files getOpenFileNames() or getOpenURLs(). * * The dialog has been designed to allow applications to customise it - * by subclassing. It uses tqgeometry management to ensure that subclasses - * can easily add children that will be incorporated into the tqlayout. + * by subclassing. It uses geometry management to ensure that subclasses + * can easily add children that will be incorporated into the layout. * * \image html kfiledialog.png "KDE File Dialog" * @@ -276,7 +276,7 @@ public: * want to show the suffix to select by a specific filter, you must * repeat it. * - * If the filter tqcontains an unescaped '/', a mimetype-filter is assumed. + * If the filter contains an unescaped '/', a mimetype-filter is assumed. * If you would like a '/' visible in your filter it can be escaped with * a '\'. You can specify multiple mimetypes like this (separated with * space): @@ -356,7 +356,7 @@ public: * Add a preview widget and enter the preview mode. * * In this mode - * the dialog is split and the right part tqcontains your widget. + * the dialog is split and the right part contains your widget. * This widget has to inherit TQWidget and it has to implement * a slot showPreview(const KURL &); which is called * every time the file changes. You may want to look at @@ -370,7 +370,7 @@ public: /** * Adds a preview widget and enters the preview mode. * - * In this mode the dialog is split and the right part tqcontains your + * In this mode the dialog is split and the right part contains your * preview widget. * * Ownership is transferred to KFileDialog. You need to create the @@ -811,7 +811,7 @@ signals: * Emitted when the filter changed, i.e. the user entered an own filter * or chose one of the predefined set via setFilter(). * - * @param filter tqcontains the new filter (only the extension part, + * @param filter contains the new filter (only the extension part, * not the explanation), i.e. "*.cpp" or "*.cpp *.cc". * * @see setFilter() @@ -840,7 +840,7 @@ protected: void init(const TQString& startDir, const TQString& filter, TQWidget* widget); /** - * rebuild tqgeometry management. + * rebuild geometry management. * */ virtual void initGUI(); @@ -946,7 +946,7 @@ protected slots: /** * @deprecated */ - virtual void updatetqStatusLine(int dirs, int files); + virtual void updateStatusLine(int dirs, int files); virtual void slotOk(); virtual void accept(); |