summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/helpwindow.h
Side-by-side diff
Diffstat (limited to 'noncore/settings/aqpkg/helpwindow.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/aqpkg/helpwindow.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/noncore/settings/aqpkg/helpwindow.h b/noncore/settings/aqpkg/helpwindow.h
deleted file mode 100644
index edc1b6e..0000000
--- a/noncore/settings/aqpkg/helpwindow.h
+++ b/dev/null
@@ -1,34 +0,0 @@
-/***************************************************************************
- helpwindow.h - description
- -------------------
- begin : Sun Sep 8 2002
- copyright : (C) 2002 by Andy Qua
- email : andy.qua@blueyonder.co.uk
- ***************************************************************************/
-
-/***************************************************************************
- * *
- * 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 HELPWINDOW_H
-#define HELPWINDOW_H
-
-#include <qdialog.h>
-
-/**
- *@author Andy Qua
- */
-
-class HelpWindow : public QDialog
-{
-public:
- HelpWindow( QWidget *parent = 0, const char *name = 0, bool modal = true, WFlags flags = 0 );
- ~HelpWindow();
-};
-
-#endif