summaryrefslogtreecommitdiffstats
path: root/kommander/editor/messagelog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-20 19:39:12 +0900
committerMichele Calgaro <[email protected]>2025-01-20 21:02:39 +0900
commitf989443912807e83607d0bb08a6ff7889632cf17 (patch)
treed58e2ad3c6caae9e0105b30c6a80b0c2cd17c0b4 /kommander/editor/messagelog.cpp
parentba0eac4558cc2044486988c42039afa274a7db87 (diff)
downloadtdewebdev-f989443912807e83607d0bb08a6ff7889632cf17.tar.gz
tdewebdev-f989443912807e83607d0bb08a6ff7889632cf17.zip
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kommander/editor/messagelog.cpp')
-rw-r--r--kommander/editor/messagelog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kommander/editor/messagelog.cpp b/kommander/editor/messagelog.cpp
index 31af80f0..28c33c33 100644
--- a/kommander/editor/messagelog.cpp
+++ b/kommander/editor/messagelog.cpp
@@ -108,12 +108,12 @@ void MessageLog::clearContent()
void MessageLog::copyLine()
{
if (m_lists[currentPageIndex()]->count())
- kapp->clipboard()->setText(m_lists[currentPageIndex()]->currentText(), TQClipboard::Clipboard);
+ tdeApp->clipboard()->setText(m_lists[currentPageIndex()]->currentText(), TQClipboard::Clipboard);
}
void MessageLog::copyContent()
{
- kapp->clipboard()->setText(content(), TQClipboard::Clipboard);
+ tdeApp->clipboard()->setText(content(), TQClipboard::Clipboard);
}
void MessageLog::saveToFile()