X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=gui%2Fsettings.cpp;fp=network%2Fbuffer.cpp;h=a4efaeaffda1da3c0a15b9ef592de76f47875c1f;hp=d0b500a3d8af4050b9fd9c43d09c464ece1a8eed;hb=12369966345e76e3bba92f64c84c940ef4d8d916;hpb=3e7ed151306ef44a9be5ca7e3f37c89408d4a6d1 diff --git a/network/buffer.cpp b/gui/settings.cpp similarity index 89% rename from network/buffer.cpp rename to gui/settings.cpp index d0b500a3..a4efaeaf 100644 --- a/network/buffer.cpp +++ b/gui/settings.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005/06 by The Quassel Team * + * Copyright (C) 2005-07 by The Quassel Team * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -18,15 +18,9 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * ***************************************************************************/ -/* OBSOLETE */ - -#include "buffer.h" -/* -Buffer::Buffer(QString n) { - _name = n; - +#include "settings.h" +SettingsDlg::SettingsDlg(QWidget *parent) : QDialog(parent) { + ui.setupUi(this); } - -*/ \ No newline at end of file