diff options
author | Michele Calgaro <[email protected]> | 2023-11-26 02:19:25 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-26 02:19:25 +0900 |
commit | dbf84303c4c651dfd061eff721a028cfd73e3b8b (patch) | |
tree | 12c7671b7ca3e0f4d299cc399f80cd49e923da0a /src/core/drophandler.cpp | |
parent | 4bbccf7d67bbc86e87ff1444dc3b1c18efa097a2 (diff) | |
download | tellico-dbf84303c4c651dfd061eff721a028cfd73e3b8b.tar.gz tellico-dbf84303c4c651dfd061eff721a028cfd73e3b8b.zip |
Replaced various '#define' with actual strings - part 4
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/core/drophandler.cpp')
-rw-r--r-- | src/core/drophandler.cpp | 2 |
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; |