summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/libkate/microkde/kapplication.h
blob: 99fb4f07b27a96ad6c52cfbcad1934977c3ca3e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MINIKDE_KAPPLICATION_H
#define MINIKDE_KAPPLICATION_H

class KApplication
{
  public:
    static int random();
    static int cursorFlashTime() { return 1000; }
};

#endif