use module-less include file style for the sdk example.

This was proposed by Kavindra and actually it is
probably simpler for newbies. The documentation
already talks about this style, so use it.
This commit is contained in:
Daniel Molkentin
2009-08-07 15:03:29 +02:00
parent 2841e875b4
commit ef43fbf594
18 changed files with 35 additions and 38 deletions

View File

@@ -1,4 +1,4 @@
#include <QtGui/QApplication>
#include <QApplication>
#include "addressbook.h"
int main(int argc, char *argv[])