From edc6b08e3914537d6885e3474036ad4924f185f3 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 25 May 2006 22:25:45 +0000 Subject: g++ 4.1.1 fix --- (limited to 'core') diff --git a/core/pim/notes/editwindow.h b/core/pim/notes/editwindow.h index 57c5241..30c44d6 100644 --- a/core/pim/notes/editwindow.h +++ b/core/pim/notes/editwindow.h @@ -11,7 +11,7 @@ class editWindowWidget : public QDialog Q_OBJECT public: - editWindowWidget::editWindowWidget(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0); + editWindowWidget(QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0); ~editWindowWidget(); void loadFile(QString fileName); void saveFile(QString fileName); -- cgit v0.9.0.2