From c8662dc632987a317386b923e24acb9507859528 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 30 Oct 2004 15:56:24 +0000 Subject: ompi desktop compile hack --- (limited to 'kmicromail/viewmail.cpp') diff --git a/kmicromail/viewmail.cpp b/kmicromail/viewmail.cpp index 0b4c322..f1e0225 100644 --- a/kmicromail/viewmail.cpp +++ b/kmicromail/viewmail.cpp @@ -1,19 +1,25 @@ // CHANGED 2004-08-06 Lutz Rogowski + + + +#include +#include "koprefs.h" +#include +#include +#include + +#ifdef MINIKDE_KDIALOG_H +#undef MINIKDE_KDIALOG_H +#endif + #include "composemail.h" #include "viewmail.h" #include #include #include -#include - -/* OPIE */ -//#include -//#include -//#include -#include -#include +#include #include @@ -25,9 +31,6 @@ #include #include #include -#include "koprefs.h" -#include -#include //using namespace Opie::Ui; //using namespace Opie::Core; @@ -513,7 +516,7 @@ void ViewMail::slotDeleteMail( ) } MailImageDlg::MailImageDlg(const QString&fname,QWidget *parent, const char *name, bool modal, WFlags f) - : KDialog(parent,name,modal) + : QDialog(parent,name,modal) { QVBoxLayout*dlglayout = new QVBoxLayout(this); dlglayout->setSpacing(2); -- cgit v0.9.0.2