/***************************************************************************
* Copyright (C) 2006 by Cvetoslav Ludmiloff <ludmiloff@gmail.com> *
- * Copyright (C) 2006-2010 by Peter Penz <peter.penz@gmx.at> *
+ * Copyright (C) 2006-2010 by Peter Penz <peter.penz19@gmail.com> *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
***************************************************************************/
#include "panel.h"
-#include <kurl.h>
+#include <KUrl>
Panel::Panel(QWidget* parent) :
QWidget(parent),
}
}
+void Panel::readSettings()
+{
+
+}
+
#include "panel.moc"