summaryrefslogtreecommitdiff
path: root/Ladybird/Tab.h
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2022-12-04 18:43:54 +0000
committerAndrew Kaster <andrewdkaster@gmail.com>2022-12-25 07:58:58 -0700
commit5a5c4f079bda7467da9f5534bf7117ad9cb9c9e1 (patch)
treec910829aa13b519154779dc3e627599760ce5704 /Ladybird/Tab.h
parent97dd5a085fbd3e6dc2836b6b15c123ccc35de241 (diff)
downloadserenity-5a5c4f079bda7467da9f5534bf7117ad9cb9c9e1.zip
Ladybird: Update for AK::{String => DeprecatedString} rename
Diffstat (limited to 'Ladybird/Tab.h')
-rw-r--r--Ladybird/Tab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Ladybird/Tab.h b/Ladybird/Tab.h
index 838e669e75..77ab896c7f 100644
--- a/Ladybird/Tab.h
+++ b/Ladybird/Tab.h
@@ -28,7 +28,7 @@ public:
void navigate(QString);
- void debug_request(String const& request, String const& argument);
+ void debug_request(DeprecatedString const& request, DeprecatedString const& argument);
public slots:
void focus_location_editor();