summaryrefslogtreecommitdiff
path: root/noncore/games/go/gowidget.h
Unidiff
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
@@ -33,3 +33,4 @@ class GoMainWidget : public QMainWindow
33public: 33public:
34 GoMainWidget( QWidget *parent=0, const char* name=0); 34 static QString appName() { return QString::fromLatin1("go"); }
35 GoMainWidget( QWidget *parent=0, const char* name=0, WFlags fl = 0);
35protected: 36protected: