summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/ui/foobar.h
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/ui/foobar.h')
-rw-r--r--kftpgrabber/src/ui/foobar.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/kftpgrabber/src/ui/foobar.h b/kftpgrabber/src/ui/foobar.h
new file mode 100644
index 0000000..9fa3619
--- /dev/null
+++ b/kftpgrabber/src/ui/foobar.h
@@ -0,0 +1,24 @@
+/***************************************************************************
+ * Copyright (C) 2003 by Jernej Kos *
+ * kostko@jweb-network.net *
+ * *
+ * This program is free software; you can redistribute it and/or modify *
+ * it under the terms of the GNU General Public License as published by *
+ * the Free Software Foundation; either version 2 of the License, or *
+ * (at your option) any later version. *
+ ***************************************************************************/
+#ifndef FOOBAR_H
+#define FOOBAR_H
+
+/**
+@author Jernej Kos
+*/
+class FooBar{
+public:
+
+
+ ~FooBar();
+
+};
+
+#endif