diff options
Diffstat (limited to 'tdeio/tdefile/kicondialog.cpp')
-rw-r--r-- | tdeio/tdefile/kicondialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/kicondialog.cpp b/tdeio/tdefile/kicondialog.cpp index 9f38aeb7b..15090b237 100644 --- a/tdeio/tdefile/kicondialog.cpp +++ b/tdeio/tdefile/kicondialog.cpp @@ -119,7 +119,7 @@ void TDEIconCanvas::loadFiles(const TQStringList& files) void TDEIconCanvas::slotLoadFiles() { setResizeMode(Fixed); - TQApplication::setOverrideCursor(tqwaitCursor); + TQApplication::setOverrideCursor(TQt::waitCursor); // disable updates to not trigger paint events when adding child items setUpdatesEnabled( false ); |