File: powderclient.cpp

package info (click to toggle)
kwin-style-powder 0.6-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 3,400 kB
  • ctags: 1,540
  • sloc: sh: 8,182; cpp: 2,668; perl: 2,597; makefile: 95
file content (23 lines) | stat: -rw-r--r-- 379 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: powderclient
//
// Description: 
//
//
// Author: Remi Villatel <maxilys@tele2.fr>, (C) 2005
//
// Copyright: See COPYING file that comes with this distribution
//
//
#include "powderclient.h"

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

PowderClient::~PowderClient()
{
}

#include "powderclient.moc"