File: serenityclient.cpp

package info (click to toggle)
kwin-style-serenity 1.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,884 kB
  • ctags: 464
  • sloc: sh: 8,182; cpp: 3,945; perl: 2,597; makefile: 96
file content (23 lines) | stat: -rw-r--r-- 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//
// C++ Implementation: serenityclient
//
// Description: 
//
//
// Author: Remi Villatel <maxilys@tele2.fr>, (C) 2006
//
// Copyright: See COPYING file that comes with this distribution
//
//
#include "serenityclient.h"

SerenityClient::SerenityClient(QObject *parent, const char *name)
 : KDecoration(parent, name)
{
}

SerenityClient::~SerenityClient()
{
}

#include "serenityclient.moc"