Old-style headers

Issue #1 closed
Johan Thelin created an issue

Originally reported on Google Code with ID 1

According to Riddell

configdlg.cpp needs

-#include <QColorDialog.h>
+#include <QColorDialog>

And insertvardlg.cpp needs

-#include <QDialog.h>
+#include <QDialog>

Reported by e8johan on 2006-08-01 09:31:42

Comments (5)

  1. Johan Thelin reporter

    ``` Fixed in issue 4. ```

    Reported by `e8johan` on 2006-08-04 09:17:57 - Status changed: `Fixed`

  2. Former user Account Deleted

    Reported by `ariya.hidayat` on 2006-10-12 09:25:45 - Labels added: Milestone-0.7

  3. Former user Account Deleted

    Reported by `helder.pereira.correia` on 2007-05-15 09:21:19 - Status changed: `Verified`

  4. Log in to comment