~ubuntu-branches/ubuntu/hardy/kdebase-workspace/hardy-backports

« back to all changes in this revision

Viewing changes to kcontrol/randr/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2008-01-06 18:18:37 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20080106181837-20dc8x9sru3seyup
Tags: 4:4.0.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
#include <kglobal.h>
27
27
 
28
28
#include "krandrapp.h"
 
29
#include <KIcon>
29
30
 
30
31
static const char krandrtrayVersion[] = "0.5";
31
32
int main(int argc, char **argv)
46
47
        KCmdLineArgs::addStdCmdLineOptions();
47
48
 
48
49
        KRandRApp app;
49
 
 
 
50
        QApplication::setWindowIcon(KIcon("preferences-desktop-display-randr"));
50
51
        return app.exec();
51
52
}