|
|
|
@ -25,19 +25,19 @@
|
|
|
|
|
#include <tqimage.h>
|
|
|
|
|
|
|
|
|
|
#include <tdeapplication.h>
|
|
|
|
|
#include <klocale.h>
|
|
|
|
|
#include <tdelocale.h>
|
|
|
|
|
#include <tdeaction.h>
|
|
|
|
|
#include <kdebug.h>
|
|
|
|
|
#include <kcarddialog.h>
|
|
|
|
|
#include <kinputdialog.h>
|
|
|
|
|
#include <kstandarddirs.h>
|
|
|
|
|
#include <tdefiledialog.h>
|
|
|
|
|
#include <ktempfile.h>
|
|
|
|
|
#include <tdetempfile.h>
|
|
|
|
|
#include <tdeio/netaccess.h>
|
|
|
|
|
#include <kmessagebox.h>
|
|
|
|
|
#include <tdemessagebox.h>
|
|
|
|
|
#include <kstatusbar.h>
|
|
|
|
|
#include <tdeaccelmanager.h>
|
|
|
|
|
#include <kmenubar.h>
|
|
|
|
|
#include <tdemenubar.h>
|
|
|
|
|
|
|
|
|
|
#include "pwidget.h"
|
|
|
|
|
#include "version.h"
|
|
|
|
@ -465,7 +465,7 @@ void pWidget::gameLost()
|
|
|
|
|
{
|
|
|
|
|
TQString dontAskAgainName = "gameLostDontAskAgain";
|
|
|
|
|
|
|
|
|
|
// The following code is taken out of kmessagebox.cpp in tdeui.
|
|
|
|
|
// The following code is taken out of tdemessagebox.cpp in tdeui.
|
|
|
|
|
// Is there a better way?
|
|
|
|
|
TDEConfig *config = 0;
|
|
|
|
|
TQString grpNotifMsgs = TQString::fromLatin1("Notification Messages");
|
|
|
|
|