[rkward-cvs] rkward/rkward/windows rkhtmlwindow.cpp,1.4,1.5
Thomas Friedrichsmeier
tfry at users.sourceforge.net
Thu Oct 20 19:45:56 UTC 2005
Update of /cvsroot/rkward/rkward/rkward/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32612/windows
Modified Files:
rkhtmlwindow.cpp
Log Message:
Compile fixes after renaming RKSettingsModuleLogfiles
Index: rkhtmlwindow.cpp
===================================================================
RCS file: /cvsroot/rkward/rkward/rkward/windows/rkhtmlwindow.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** rkhtmlwindow.cpp 19 Oct 2005 22:38:06 -0000 1.4
--- rkhtmlwindow.cpp 20 Oct 2005 19:45:54 -0000 1.5
***************
*** 32,36 ****
#include "../rkglobals.h"
#include "../rkward.h"
! #include "../settings/rksettingsmodulelogfiles.h"
#include "../misc/rkcommonfunctions.h"
#include "../debug.h"
--- 32,36 ----
#include "../rkglobals.h"
#include "../rkward.h"
! #include "../settings/rksettingsmodulegeneral.h"
#include "../misc/rkcommonfunctions.h"
#include "../debug.h"
***************
*** 217,221 ****
current_output = new RKOutputWindow (RKGlobals::rkApp ());
! KURL url (RKSettingsModuleLogfiles::filesPath () + "/rk_out.html");
current_output->openURL (url);
}
--- 217,221 ----
current_output = new RKOutputWindow (RKGlobals::rkApp ());
! KURL url (RKSettingsModuleGeneral::filesPath () + "/rk_out.html");
current_output->openURL (url);
}
***************
*** 229,233 ****
int res = KMessageBox::questionYesNo (this, i18n ("Do you really want to flush the ouput? It won't be possible to restore it."), i18n ("Flush output?"));
if (res==KMessageBox::Yes) {
! QFile out_file (RKSettingsModuleLogfiles::filesPath () + "/rk_out.html");
out_file.remove ();
refreshOutput (false, false);
--- 229,233 ----
int res = KMessageBox::questionYesNo (this, i18n ("Do you really want to flush the ouput? It won't be possible to restore it."), i18n ("Flush output?"));
if (res==KMessageBox::Yes) {
! QFile out_file (RKSettingsModuleGeneral::filesPath () + "/rk_out.html");
out_file.remove ();
refreshOutput (false, false);
More information about the rkward-tracker
mailing list