summaryrefslogtreecommitdiffstats
path: root/KMFSysTray/app.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-17 01:04:17 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-17 01:04:17 +0000
commitc3b707c026782768bd8c0e6ae6b574fe8a36802d (patch)
tree5ca6782031b1546c788290cc0b95524369ff01ea /KMFSysTray/app.h
downloadkmyfirewall-c3b707c026782768bd8c0e6ae6b574fe8a36802d.tar.gz
kmyfirewall-c3b707c026782768bd8c0e6ae6b574fe8a36802d.zip
Added old abandoned KDE3 version of kmyfirewall
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kmyfirewall@1091559 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'KMFSysTray/app.h')
-rw-r--r--KMFSysTray/app.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/KMFSysTray/app.h b/KMFSysTray/app.h
new file mode 100644
index 0000000..2056072
--- /dev/null
+++ b/KMFSysTray/app.h
@@ -0,0 +1,27 @@
+//
+// C++ Interface: app
+//
+// Description:
+//
+//
+// Author: Christian Hubinger <[email protected]>, (C) 2005
+//
+// Copyright: See COPYING file that comes with this distribution
+//
+//
+#ifndef APP_H
+#define APP_H
+
+#include <kapplication.h>
+
+/**
+@author Christian Hubinger
+*/
+class MainApp : public KApplication {
+public:
+ MainApp();
+ ~MainApp();
+
+};
+
+#endif