code cleanup
[fapman] / help.h
diff --git a/help.h b/help.h
index 883b874..6b9ca4a 100644 (file)
--- a/help.h
+++ b/help.h
@@ -32,7 +32,8 @@ class Help : public QDialog
 
 public:
     explicit Help(QWidget *parent = 0);
-    ~Help();
+       virtual ~Help();
+
 #ifdef Q_WS_MAEMO_5            // workaround for buggy Qt autorotation
        int exec() {
                QRect r = dynamic_cast<QWidget*>(this->parent())->rect();
@@ -48,6 +49,9 @@ protected:
     void changeEvent(QEvent *e);
 
 private:
+       Help(const Help& old);
+       Help operator= (const Help& old);
+
     Ui::Help *ui;
 };