aboutsummaryrefslogtreecommitdiff
path: root/QSThingsPlugin/Actions/CompleteTaskAction.h
diff options
context:
space:
mode:
authorRuben Beltran del Rio <git@r.bdr.sh>2025-09-10 22:48:37 +0200
committerRuben Beltran del Rio <git@r.bdr.sh>2025-09-10 22:48:37 +0200
commit1613c951d49e6d85aff52f312d57fa087b35c079 (patch)
treec31b74c56f32c3a60e628c187b6f7c236fffe36e /QSThingsPlugin/Actions/CompleteTaskAction.h
parent7cf393095282077b0bbae3046826b67f4f20a8eb (diff)
Move things URL calls to a helper
Diffstat (limited to 'QSThingsPlugin/Actions/CompleteTaskAction.h')
-rw-r--r--QSThingsPlugin/Actions/CompleteTaskAction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/QSThingsPlugin/Actions/CompleteTaskAction.h b/QSThingsPlugin/Actions/CompleteTaskAction.h
index 19609b9..e542c30 100644
--- a/QSThingsPlugin/Actions/CompleteTaskAction.h
+++ b/QSThingsPlugin/Actions/CompleteTaskAction.h
@@ -1,5 +1,5 @@
#import "Constants.h"
-#import "KeychainHelper.h"
+#import "ThingsHelper.h"
#import <Foundation/Foundation.h>
#import <QSCore/QSCore.h>