00001 #ifndef MINIKDE_KAPPLICATION_H 00002 #define MINIKDE_KAPPLICATION_H 00003 00004 class KApplication 00005 { 00006 public: 00007 static int random(); 00008 static int cursorFlashTime() { return 1000; } 00009 }; 00010 00011 #endif