summaryrefslogtreecommitdiff
path: root/gtk/gtkentryprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-03 22:45:52 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-03 23:23:56 -0400
commit7e9ca5b41d522473941c5fb7017c8f1b9037c571 (patch)
treeecacd2d8e65e17d1cf0742c1e7ef68d564286348 /gtk/gtkentryprivate.h
parenta527a4d82ede02019b30626a89ca9775da22d382 (diff)
downloadgtk+-7e9ca5b41d522473941c5fb7017c8f1b9037c571.tar.gz
Deprecate GtkEntryCompletion
We want to drop cell renderers and tree models in GTK 5. The functionality of GtkEntryCompletion may be replaced by a new widget in GTK 5.
Diffstat (limited to 'gtk/gtkentryprivate.h')
-rw-r--r--gtk/gtkentryprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkentryprivate.h b/gtk/gtkentryprivate.h
index f6773aaec6..8415d5dd0b 100644
--- a/gtk/gtkentryprivate.h
+++ b/gtk/gtkentryprivate.h
@@ -20,7 +20,7 @@
#include "gtkentry.h"
-#include "gtkentrycompletion.h"
+#include "deprecated/gtkentrycompletion.h"
#include "gtkeventcontrollermotion.h"
#include "gtkliststore.h"
#include "gtktreemodelfilter.h"