diff --git a/deleted.h b/deleted.h index 93001e774a..917d36be85 100644 --- a/deleted.h +++ b/deleted.h @@ -33,8 +33,7 @@ namespace Decoration class Renderer; } -class KWIN_EXPORT Deleted - : public Toplevel +class KWIN_EXPORT Deleted : public Toplevel { Q_OBJECT diff --git a/toplevel.h b/toplevel.h index 16a6a62418..450572cb1a 100644 --- a/toplevel.h +++ b/toplevel.h @@ -64,8 +64,7 @@ enum class ReleaseReason { KWinShutsDown ///< Release on KWin Shutdown (window still valid) }; -class KWIN_EXPORT Toplevel - : public QObject +class KWIN_EXPORT Toplevel : public QObject { Q_OBJECT