summaryrefslogtreecommitdiff
path: root/noncore/games/go/gowidget.h
Side-by-side diff
Diffstat (limited to 'noncore/games/go/gowidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/go/gowidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/games/go/gowidget.h b/noncore/games/go/gowidget.h
index 94de2cc..429dc33 100644
--- a/noncore/games/go/gowidget.h
+++ b/noncore/games/go/gowidget.h
@@ -31,7 +31,8 @@ class GoMainWidget : public QMainWindow
{
Q_OBJECT
public:
- GoMainWidget( QWidget *parent=0, const char* name=0);
+ static QString appName() { return QString::fromLatin1("go"); }
+ GoMainWidget( QWidget *parent=0, const char* name=0, WFlags fl = 0);
protected:
void resizeEvent( QResizeEvent * );
private: