~mterry/telephony-service/ok

« back to all changes in this revision

Viewing changes to main.cpp

  • Committer: Gustavo Pichorim Boiko
  • Date: 2013-03-12 18:15:29 UTC
  • mto: This revision was merged to the branch mainline in revision 610.
  • Revision ID: gustavo.boiko@canonical.com-20130312181529-rabifvte8sfls914
Rename the main app files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * Authors:
5
5
 *  Olivier Tilloy <olivier.tilloy@canonical.com>
6
6
 *
7
 
 * This file is part of telephony-app.
 
7
 * This file is part of phone-app.
8
8
 *
9
 
 * telephony-app is free software; you can redistribute it and/or modify
 
9
 * phone-app is free software; you can redistribute it and/or modify
10
10
 * it under the terms of the GNU General Public License as published by
11
11
 * the Free Software Foundation; version 3.
12
12
 *
13
 
 * telephony-app is distributed in the hope that it will be useful,
 
13
 * phone-app is distributed in the hope that it will be useful,
14
14
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
15
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
16
 * GNU General Public License for more details.
57
57
 
58
58
int main(int argc, char** argv)
59
59
{
60
 
    QGuiApplication::setApplicationName("Telephony App");
 
60
    QGuiApplication::setApplicationName("Phone App");
61
61
    TelephonyApplication application(argc, argv);
62
62
 
63
63
    disableTelepathyFolksBackend(&application);