summaryrefslogtreecommitdiffstats
path: root/ksysv/ksvapplication.h
blob: 5da7ab63ad8bc1dec420d297210dd40133acbe7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// (c) 2000 Peter Putzer

#ifndef KSVAPPLICATION_H
#define KSVAPPLICATION_H

#include <kuniqueapplication.h>

class KSVApplication : public KUniqueApplication
{
  TQ_OBJECT
  

public:
  inline KSVApplication() {}
  virtual inline ~KSVApplication () {}

  virtual int newInstance ();
};

#endif // KSVAPPLICATION_H