diff --git a/uiloader.cpp b/uiloader.cpp index 4e9d3571c..d836d566f 100644 --- a/uiloader.cpp +++ b/uiloader.cpp @@ -120,4 +120,4 @@ Layout *UiLoader::createLayout( const QString &className, LayoutItem *parent ) return 0; } -}; +} diff --git a/uiloader.h b/uiloader.h index 7a2ef25d9..0f8094543 100644 --- a/uiloader.h +++ b/uiloader.h @@ -56,6 +56,6 @@ private: Private *const d; }; -}; +} #endif // PLASMA_UILOADER_H