Move some code to where it belongs really.

This commit is contained in:
kh1
2010-07-21 14:56:03 +02:00
parent a59a1e5d37
commit 37b06903d3
3 changed files with 8 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ class HelpMode : public Core::BaseMode
Q_OBJECT
public:
HelpMode(QWidget *widget, QWidget *centralWidget, QObject *parent = 0);
HelpMode(QWidget *widget, QObject *parent = 0);
};
} // namespace Internal