diff options
author | Timothy Pearson <[email protected]> | 2013-02-07 17:56:54 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-07 17:56:54 -0600 |
commit | 546d2312d9b4a09110dd2d87fc7f07b330f7ce95 (patch) | |
tree | 4cab8f565db447b9898a3ea9e6f606aca6ded84e /tdeio/tdefile/kurlrequester.cpp | |
parent | 696e36a06178f50483432b9a8e806c4a1c530921 (diff) | |
download | tdelibs-546d2312d9b4a09110dd2d87fc7f07b330f7ce95.tar.gz tdelibs-546d2312d9b4a09110dd2d87fc7f07b330f7ce95.zip |
Rename KComp to avoid conflicts with KDE4
Diffstat (limited to 'tdeio/tdefile/kurlrequester.cpp')
-rw-r--r-- | tdeio/tdefile/kurlrequester.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/kurlrequester.cpp b/tdeio/tdefile/kurlrequester.cpp index 1d5bf009e..9a76a69a6 100644 --- a/tdeio/tdefile/kurlrequester.cpp +++ b/tdeio/tdefile/kurlrequester.cpp @@ -124,7 +124,7 @@ public: receiver, TQT_SIGNAL( returnPressed( const TQString& ) )); } - void setCompletionObject( KCompletion *comp ) { + void setCompletionObject( TDECompletion *comp ) { if ( combo ) combo->setCompletionObject( comp ); else |