diff options
Diffstat (limited to 'quanta/project')
-rw-r--r-- | quanta/project/projectupload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/project/projectupload.cpp b/quanta/project/projectupload.cpp index dd88ab5c..5502198f 100644 --- a/quanta/project/projectupload.cpp +++ b/quanta/project/projectupload.cpp @@ -235,7 +235,7 @@ void ProjectUpload::slotBuildTree() totalText->setText(i18n("Total:")); totalProgress->setTotalSteps(1); totalProgress->setValue(0); - //hack to force tqrepainting of the treeview + //hack to force repainting of the treeview resize(width() + 1, height()); resize(width() - 1, height()); if (m_quickUpload) |