diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-09 17:17:58 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-10 10:58:36 +0900 |
commit | 3515607e5ac48686510e60e2e67e4bc15ff03e46 (patch) | |
tree | 438d015eaa54fc439546794db480c5b39d42c404 /konqueror/keditbookmarks/actionsimpl.cpp | |
parent | 196b1629b9f5de20f3769eb5ec755a635df3c3e7 (diff) | |
download | tdebase-3515607e5ac48686510e60e2e67e4bc15ff03e46.tar.gz tdebase-3515607e5ac48686510e60e2e67e4bc15ff03e46.zip |
Drop TQT_TQ*_CONST defines
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 67f2b0da2c80c3ee335aecda5dfedf3176edd8b9)
Diffstat (limited to 'konqueror/keditbookmarks/actionsimpl.cpp')
-rw-r--r-- | konqueror/keditbookmarks/actionsimpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konqueror/keditbookmarks/actionsimpl.cpp b/konqueror/keditbookmarks/actionsimpl.cpp index 246cbb0b8..aedf4a74d 100644 --- a/konqueror/keditbookmarks/actionsimpl.cpp +++ b/konqueror/keditbookmarks/actionsimpl.cpp @@ -392,7 +392,7 @@ void ActionsImpl::slotImport() { // kdDebug() << "ActionsImpl::slotImport() where sender()->name() == " // << sender()->name() << endl; ImportCommand* import - = ImportCommand::performImport(TQT_TQOBJECT_CONST(sender())->name()+6, KEBApp::self()); + = ImportCommand::performImport(sender()->name()+6, KEBApp::self()); if (!import) return; CmdHistory::self()->addCommand(import); |