Fix a stupid typo and a wrong include (<> instead of "")

This commit is contained in:
Thomas Frauendorfer 2008-02-28 23:48:56 +01:00
parent 9772abae05
commit 2b551ef00b
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
#include <QString>
#include <QVariant>
EntryInfo::EntryInfo (QWidget *paren, XClientCache *cache, uint32_t id)
EntryInfo::EntryInfo (QWidget *parent, XClientCache *cache, uint32_t id)
{
setupUi (this);
setAttribute (Qt::WA_DeleteOnClose);

View file

@ -19,7 +19,7 @@
//include "Playlist.h"
#include <xmmsclient/xmmsclient++.h>
#include <entryinfo.h>
#include "entryinfo.h"
class Skin;
#include <QObject>