mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-06 08:05:18 -04:00
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:
parent
34c4e500e4
commit
bbe773b91c
73 changed files with 257 additions and 10573 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue