summaryrefslogtreecommitdiffstats
path: root/tdenetworkmanager/src/tdenetman-plugin.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-06 21:16:31 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-09-06 21:16:31 -0500
commit82102f3f7168b27e115f9f959bad75c99c1ae76a (patch)
tree100a1dc3ada92e5e969b68ac3f8b1d21aae10e27 /tdenetworkmanager/src/tdenetman-plugin.h
parentd45099229d40b4850c68eb4a64f67ff3ad0dcbc5 (diff)
downloadtdenetworkmanager-82102f3f7168b27e115f9f959bad75c99c1ae76a.tar.gz
tdenetworkmanager-82102f3f7168b27e115f9f959bad75c99c1ae76a.zip
Rename files to something more sensible
Diffstat (limited to 'tdenetworkmanager/src/tdenetman-plugin.h')
-rw-r--r--tdenetworkmanager/src/tdenetman-plugin.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/tdenetworkmanager/src/tdenetman-plugin.h b/tdenetworkmanager/src/tdenetman-plugin.h
new file mode 100644
index 0000000..7bd2e99
--- /dev/null
+++ b/tdenetworkmanager/src/tdenetman-plugin.h
@@ -0,0 +1,39 @@
+/***************************************************************************
+ *
+ * tdenetman-plugin.h - A NetworkManager frontend for KDE
+ *
+ * Copyright (C) 2006 Novell, Inc.
+ *
+ * Author: Helmut Schaa <hschaa@suse.de>, <helmut.schaa@gmx.de>
+ *
+ * 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.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+ *
+ **************************************************************************/
+
+#ifndef KNETWORKMANAGER_PLUGIN_H
+#define KNETWORKMANAGER_PLUGIN_H
+
+#include <tqobject.h>
+
+class Plugin : public TQObject
+{
+ Q_OBJECT
+
+ public:
+ Plugin(TQObject*, const char*, const TQStringList&);
+ ~Plugin();
+};
+
+#endif /* KNETWORKMANAGER_PLUGIN_H */