Rename KCrash to avoid conflicts with KDE4

pull/1/head
Timothy Pearson 11 years ago
parent 64ced13f94
commit b4e9168b48

@ -58,7 +58,7 @@ pWidget::pWidget()
: TDEMainWindow(0, "pwidget"), dill(0) : TDEMainWindow(0, "pwidget"), dill(0)
{ {
current_pwidget = this; current_pwidget = this;
// KCrash::setEmergencySaveFunction(::saveGame); // TDECrash::setEmergencySaveFunction(::saveGame);
KStdAction::quit(TQT_TQOBJECT(kapp), TQT_SLOT(quit()), actionCollection(), "game_exit"); KStdAction::quit(TQT_TQOBJECT(kapp), TQT_SLOT(quit()), actionCollection(), "game_exit");
undo = KStdAction::undo(TQT_TQOBJECT(this), TQT_SLOT(undoMove()), undo = KStdAction::undo(TQT_TQOBJECT(this), TQT_SLOT(undoMove()),

Loading…
Cancel
Save