~ubuntu-branches/ubuntu/hoary/kdemultimedia/hoary

« back to all changes in this revision

Viewing changes to noatun/noatun/modules/winskin/winskinui.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2003-01-22 15:00:51 UTC
  • Revision ID: james.westby@ubuntu.com-20030122150051-uihwkdoxf15mi1tn
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#include <kglobal.h>
 
2
#include <klocale.h>
 
3
 
 
4
#include "winskin.h"
 
5
 
 
6
extern "C"
 
7
{
 
8
        Plugin *create_plugin()
 
9
        {
 
10
                return new winskin();
 
11
        }
 
12
}