summaryrefslogtreecommitdiffabout
path: root/microkde/kapplication.h
authorzautrix <zautrix>2004-07-03 17:03:05 (UTC)
committer zautrix <zautrix>2004-07-03 17:03:05 (UTC)
commitd6c945f1c48c6b6742751177d07e88dca3f3044d (patch) (unidiff)
tree8720a31b685480503aa3b5a3b3328dcddcdbc6cb /microkde/kapplication.h
parent65ed57d77ba421169b62f46f59ae6b1d7a228e3d (diff)
downloadkdepimpi-d6c945f1c48c6b6742751177d07e88dca3f3044d.zip
kdepimpi-d6c945f1c48c6b6742751177d07e88dca3f3044d.tar.gz
kdepimpi-d6c945f1c48c6b6742751177d07e88dca3f3044d.tar.bz2
Added 4 opie files. Updated pro file.
Diffstat (limited to 'microkde/kapplication.h') (more/less context) (ignore whitespace changes)
-rw-r--r--microkde/kapplication.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/microkde/kapplication.h b/microkde/kapplication.h
index 47e64e7..77206f5 100644
--- a/microkde/kapplication.h
+++ b/microkde/kapplication.h
@@ -1,21 +1,23 @@
1#ifndef MINIKDE_KAPPLICATION_H 1#ifndef MINIKDE_KAPPLICATION_H
2#define MINIKDE_KAPPLICATION_H 2#define MINIKDE_KAPPLICATION_H
3 3
4#include "qstring.h" 4#include "qstring.h"
5#include <qdialog.h>
5 6
6class KApplication 7class KApplication
7{ 8{
8 public: 9 public:
9 static int random(); 10 static int random();
10 11
11//US 12//US
12 /** 13 /**
13 * Generates a random string. It operates in the range [A-Za-z0-9] 14 * Generates a random string. It operates in the range [A-Za-z0-9]
14 * @param length Generate a string of this length. 15 * @param length Generate a string of this length.
15 * @return the random string 16 * @return the random string
16 */ 17 */
17 static QString randomString(int length); 18 static QString randomString(int length);
19 static int execDialog( QDialog* );
18}; 20};
19 21
20 22
21#endif 23#endif