~ubuntu-branches/ubuntu/vivid/kdesdk/vivid

« back to all changes in this revision

Viewing changes to okteta/mobile/program/main.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-06 11:49:54 UTC
  • mfrom: (0.4.21)
  • Revision ID: package-import@ubuntu.com-20120606114954-rdls73fzlpzxglbx
Tags: 4:4.8.80-0ubuntu1
* New uptream beta release
* Update dont_export_private_classes.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
int main( int argc, char* argv[] )
28
28
{
29
 
    Kasten1::OktetaProgram program( argc, argv );
 
29
    Kasten2::OktetaProgram program( argc, argv );
30
30
 
31
31
    const int result = program.execute();
32
32