From 546d2312d9b4a09110dd2d87fc7f07b330f7ce95 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 7 Feb 2013 17:56:54 -0600 Subject: Rename KComp to avoid conflicts with KDE4 --- tdeio/tdefile/kdiroperator.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'tdeio/tdefile/kdiroperator.h') diff --git a/tdeio/tdefile/kdiroperator.h b/tdeio/tdefile/kdiroperator.h index ca850b733..95bf5c5ba 100644 --- a/tdeio/tdefile/kdiroperator.h +++ b/tdeio/tdefile/kdiroperator.h @@ -319,27 +319,27 @@ class TDEIO_EXPORT KDirOperator : public TQWidget int numFiles() const; /** - * @returns a KCompletion object, containing all filenames and + * @returns a TDECompletion object, containing all filenames and * directories of the current directory/URL. * You can use it to insert it into a KLineEdit or KComboBox * Note: it will only contain files, after prepareCompletionObjects() * has been called. It will be implicitly called from makeCompletion() * or makeDirCompletion() */ - KCompletion * completionObject() const { - return const_cast( &myCompletion ); + TDECompletion * completionObject() const { + return const_cast( &myCompletion ); } /** - * @returns a KCompletion object, containing only all directories of the + * @returns a TDECompletion object, containing only all directories of the * current directory/URL. * You can use it to insert it into a KLineEdit or KComboBox * Note: it will only contain directories, after * prepareCompletionObjects() has been called. It will be implicitly * called from makeCompletion() or makeDirCompletion() */ - KCompletion *dirCompletionObject() const { - return const_cast( &myDirCompletion ); + TDECompletion *dirCompletionObject() const { + return const_cast( &myDirCompletion ); } /** @@ -838,8 +838,8 @@ private: KDirLister *dir; KURL currUrl; - KCompletion myCompletion; - KCompletion myDirCompletion; + TDECompletion myCompletion; + TDECompletion myDirCompletion; bool myCompleteListDirty; TQDir::SortSpec mySorting; -- cgit v1.2.1