~ubuntu-branches/ubuntu/wily/kmenuedit/wily

« back to all changes in this revision

Viewing changes to main.cpp

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark
  • Date: 2015-02-23 09:40:21 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20150223094021-v6dd4bdn0qkv0gy0
Tags: 4:5.2.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
#include <QApplication>
28
28
#include <QtCore/QCommandLineParser>
29
29
#include "kmenuedit.h"
30
 
#ifndef Q_WS_WIN
 
30
#ifndef Q_OS_WIN
31
31
#include "khotkeys.h"
32
32
#endif
33
33