diff options
| -rw-r--r-- | src/messagebar.h | 2 | ||||
| -rw-r--r-- | src/opensearch/searchengine.h | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/src/messagebar.h b/src/messagebar.h index 28b63e87..c2225455 100644 --- a/src/messagebar.h +++ b/src/messagebar.h @@ -42,7 +42,7 @@ class REKONQ_TESTS_EXPORT MessageBar : public NotificationBar  {      Q_OBJECT -    Q_FLAGS(StandardButtons); +    Q_FLAGS(StandardButtons)  public: diff --git a/src/opensearch/searchengine.h b/src/opensearch/searchengine.h index 45077f03..181085ee 100644 --- a/src/opensearch/searchengine.h +++ b/src/opensearch/searchengine.h @@ -47,6 +47,6 @@ KService::List favorites();  KService::Ptr fromString(const QString &text);  QString buildQuery(KService::Ptr engine, const QString &text);  QString extractQuery(const QString &text); -}; +}  #endif | 
