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 6deb2e1..0535e61 100644
--- a/src/core/drophandler.cpp
+++ b/src/core/drophandler.cpp
@@ -21,7 +21,7 @@
using Tellico::DropHandler;
-DropHandler::DropHandler(TQObject* tqparent_) : TQObject(tqparent_) {
+DropHandler::DropHandler(TQObject* parent_) : TQObject(parent_) {
}
DropHandler::~DropHandler() {