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

#ifndef KSVAPPLICATION_H
#define KSVAPPLICATION_H

#include <kuniqueapplication.h>

class KSVApplication : public KUniqueApplication
{
  Q_OBJECT

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

  virtual int newInstance ();
};

#endif // KSVAPPLICATION_H