]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/terminal/terminalpanel.h
Build with QT_NO_KEYWORDS
[dolphin.git] / src / panels / terminal / terminalpanel.h
index 35de108df3641d66899f4ca43adfc84cdfd3c60c..dc6605da6bd03695bf7281a4d16d00c16825265a 100644 (file)
@@ -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);