removed not needed old Preferences

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1876 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-12-14 17:13:10 +00:00
parent 34c4e500e4
commit bbe773b91c
73 changed files with 257 additions and 10573 deletions

View file

@ -22,7 +22,7 @@
#include "CreateForumMsg.h"
#include <gui/Preferences/rsharesettings.h>
#include <gui/settings/rsharesettings.h>
#include "rsiface/rsforums.h"
@ -33,7 +33,7 @@ CreateForumMsg::CreateForumMsg(std::string fId, std::string pId)
/* Invoke the Qt Designer generated object setup routine */
ui.setupUi(this);
RshareSettings config;
RshareSettings config;
config.loadWidgetInformation(this);
// connect up the buttons.
@ -118,7 +118,7 @@ void CreateForumMsg::cancelMsg()
close();
return;
RshareSettings config;
RshareSettings config;
config.saveWidgetInformation(this);
}