summaryrefslogtreecommitdiff
path: root/noncore/apps/tinykate/main.cpp
Unidiff
Diffstat (limited to 'noncore/apps/tinykate/main.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/tinykate/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/noncore/apps/tinykate/main.cpp b/noncore/apps/tinykate/main.cpp
index e21c040..e62930c 100644
--- a/noncore/apps/tinykate/main.cpp
+++ b/noncore/apps/tinykate/main.cpp
@@ -10,13 +10,13 @@
10 * This program is free software; you can redistribute it and/or modify * 10 * This program is free software; you can redistribute it and/or modify *
11 * it under the terms of the GNU General Public License as published by * 11 * it under the terms of the GNU General Public License as published by *
12 * the Free Software Foundation. * 12 * the Free Software Foundation. *
13 * ONLY VERSION 2 OF THE LICENSE IS APPLICABLE * 13 * ONLY VERSION 2 OF THE LICENSE IS APPLICABLE *
14 * * 14 * *
15 ***************************************************************************/ 15 ***************************************************************************/
16#include <qmainwindow.h>
17#include "tinykate.h"
18 16
19#include <opie/oapplicationfactory.h> 17#include <opie2/oapplicationfactory.h>
18
19#include "tinykate.h"
20 20
21OPIE_EXPORT_APP( OApplicationFactory<TinyKate> ) 21OPIE_EXPORT_APP( OApplicationFactory<TinyKate> )
22 22