summaryrefslogtreecommitdiffstats
path: root/src/MainWindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/MainWindow.cpp')
-rw-r--r--src/MainWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp
index 5c50627..34cc09f 100644
--- a/src/MainWindow.cpp
+++ b/src/MainWindow.cpp
@@ -682,7 +682,7 @@ void MainWindow::updateSourceView()
*/
void MainWindow::callIndenter()
{
- TQApplication::setOverrideCursor(TQCursor(TQt::WaitCursor));
+ TQApplication::setOverrideCursor(TQt::WaitCursor);
///-- m_sourceFormattedContent = m_indentHandler->callIndenter(m_sourceFileContent,
///-- m_currentSourceFileExtension);
updateSourceView();