summaryrefslogtreecommitdiffstats
path: root/src/core/drophandler.cpp
diff options
context:
space:
mode:
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;