From 2b551ef00b8e6d1fa5a80cf8a23edf379c7009ac Mon Sep 17 00:00:00 2001 From: Thomas Frauendorfer Date: Thu, 28 Feb 2008 23:48:56 +0100 Subject: [PATCH] Fix a stupid typo and a wrong include (<> instead of "") --- src/dialogs/entryinfo.cpp | 2 +- src/playlist/playlistview.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dialogs/entryinfo.cpp b/src/dialogs/entryinfo.cpp index b90612b..18ef8b1 100644 --- a/src/dialogs/entryinfo.cpp +++ b/src/dialogs/entryinfo.cpp @@ -22,7 +22,7 @@ #include #include -EntryInfo::EntryInfo (QWidget *paren, XClientCache *cache, uint32_t id) +EntryInfo::EntryInfo (QWidget *parent, XClientCache *cache, uint32_t id) { setupUi (this); setAttribute (Qt::WA_DeleteOnClose); diff --git a/src/playlist/playlistview.h b/src/playlist/playlistview.h index 81b5b7b..fcfd2ed 100644 --- a/src/playlist/playlistview.h +++ b/src/playlist/playlistview.h @@ -19,7 +19,7 @@ //include "Playlist.h" #include -#include +#include "entryinfo.h" class Skin; #include