summaryrefslogtreecommitdiffstats
path: root/ksysv/ksvapplication.h
blob: a86a98f706eba5afa9475e0db52983279beafccc (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
{
  Q_OBJECT
  TQ_OBJECT

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

  virtual int newInstance ();
};

#endif // KSVAPPLICATION_H