Home · All Classes · All Namespaces · Modules · Functions · Files
accounts/main.cpp
#include <TelepathyQt/Debug>
#include <TelepathyQt/Constants>
#include <TelepathyQt/Types>
#include <QApplication>
#include <QtGui>
#include "accounts-window.h"
int main(int argc, char **argv)
{
QApplication app(argc, argv);
AccountsWindow w;
w.show();
return app.exec();
}


Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation
Telepathy-Qt 0.9.7