summaryrefslogtreecommitdiffabout
path: root/microkde/kapplication.h
Unidiff
Diffstat (limited to 'microkde/kapplication.h') (more/less context) (show 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
@@ -2,6 +2,7 @@
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{
@@ -15,6 +16,7 @@ class KApplication
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