summaryrefslogtreecommitdiffstats
path: root/src/core/drophandler.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 02:19:25 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-26 17:31:57 +0900
commit1ff93d9ecc8ec5e4aded6713d64d8d18d98feaf0 (patch)
tree049aae2c9554a619322eb0775a2a17489951e2af /src/core/drophandler.cpp
parent211ad8746b45efc702311df0c0ffef5efd312340 (diff)
downloadtellico-1ff93d9ecc8ec5e4aded6713d64d8d18d98feaf0.tar.gz
tellico-1ff93d9ecc8ec5e4aded6713d64d8d18d98feaf0.zip
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit dbf84303c4c651dfd061eff721a028cfd73e3b8b)
Diffstat (limited to 'src/core/drophandler.cpp')
-rw-r--r--src/core/drophandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/drophandler.cpp b/src/core/drophandler.cpp
index 8d4875d..f6f59e7 100644
--- a/src/core/drophandler.cpp
+++ b/src/core/drophandler.cpp
@@ -100,7 +100,7 @@ bool DropHandler::handleURL(const KURL::List& urls_) {
hasUnknown = true;
}
}
- MainWindow* mainWindow = ::tqqt_cast<MainWindow*>(Kernel::self()->widget());
+ MainWindow* mainWindow = ::tqt_cast<MainWindow*>(Kernel::self()->widget());
if(!mainWindow) {
myDebug() << "DropHandler::handleURL() - no main window!" << endl;
return !hasUnknown;