From f65b0899c3666561cafac14f67ab0bb8a5bfa00a Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Mon, 8 Feb 2021 23:09:59 +0100 Subject: Build with QT_NO_KEYWORDS --- src/panels/terminal/terminalpanel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/panels/terminal') diff --git a/src/panels/terminal/terminalpanel.h b/src/panels/terminal/terminalpanel.h index 35de108df..dc6605da6 100644 --- a/src/panels/terminal/terminalpanel.h +++ b/src/panels/terminal/terminalpanel.h @@ -48,11 +48,11 @@ public: bool hasProgramRunning() const; QString runningProgramName() const; -public slots: +public Q_SLOTS: void terminalExited(); void dockVisibilityChanged(); -signals: +Q_SIGNALS: void hideTerminalPanel(); /** @@ -65,7 +65,7 @@ protected: void showEvent(QShowEvent* event) override; -private slots: +private Q_SLOTS: void slotMostLocalUrlResult(KJob* job); void slotKonsolePartCurrentDirectoryChanged(const QString& dir); -- cgit v1.3