aboutsummaryrefslogtreecommitdiff
path: root/src/gui/kwindowconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kwindowconfig.h')
-rw-r--r--src/gui/kwindowconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kwindowconfig.h b/src/gui/kwindowconfig.h
index 4bb56e12..3c18c0a7 100644
--- a/src/gui/kwindowconfig.h
+++ b/src/gui/kwindowconfig.h
@@ -54,7 +54,7 @@ KCONFIGGUI_EXPORT void saveWindowSize(const QWindow *window, KConfigGroup &confi
* @param config The config group to read from.
* @since 5.0.
*/
-KCONFIGGUI_EXPORT void restoreWindowSize(QWindow *window, const KConfigGroup &config);
+KCONFIGGUI_EXPORT void restoreWindowSize(QWindow *window, const KConfigGroup &config);
/**
* Saves the window's position either to the global or application config file.
@@ -81,6 +81,6 @@ KCONFIGGUI_EXPORT void saveWindowPosition(const QWindow *window, KConfigGroup &c
* @param config The config group to read from.
* @since 5.74
*/
-KCONFIGGUI_EXPORT void restoreWindowPosition(QWindow *window, const KConfigGroup &config);
+KCONFIGGUI_EXPORT void restoreWindowPosition(QWindow *window, const KConfigGroup &config);
}
#endif // KWINDOWCONFIG_H