summaryrefslogtreecommitdiffstats
path: root/korganizer/kotodoview.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-24 10:56:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-25 15:15:54 +0900
commit22da7013fff03b0a938a6048633369d1b2041a52 (patch)
tree25c501c5d441f3fc2b752c2961f8fc9cc43ef9cf /korganizer/kotodoview.cpp
parent6efcb28ef7795906d41c8bff80b0ef3dd57ae102 (diff)
downloadtdepim-22da7013fff03b0a938a6048633369d1b2041a52.tar.gz
tdepim-22da7013fff03b0a938a6048633369d1b2041a52.zip
Replaced various '#define' with actual strings - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 3b66617d9d5f343c30a87381720db2fc835ce52b)
Diffstat (limited to 'korganizer/kotodoview.cpp')
-rw-r--r--korganizer/kotodoview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/kotodoview.cpp b/korganizer/kotodoview.cpp
index dbae5ceb2..b919602e6 100644
--- a/korganizer/kotodoview.cpp
+++ b/korganizer/kotodoview.cpp
@@ -1065,7 +1065,7 @@ void KOTodoView::itemStateChanged( TQListViewItem *item )
void KOTodoView::setNewPercentageDelayed( KOTodoViewItem *item, int percentage )
{
- mPercentChangedMap.append( tqMakePair( item, percentage ) );
+ mPercentChangedMap.append( qMakePair( item, percentage ) );
TQTimer::singleShot( 0, this, TQT_SLOT( processDelayedNewPercentage() ) );
}