Rank Dialog: Cosmetic Improvements
[pspp] / src / ui / gui / psppire-window-base.h
index 5453bb78f8674f467d297a89246ed67f00dc11d6..4d5f4a3726aea04f5f078ff8eabb9e009dcb3b91 100644 (file)
@@ -16,7 +16,7 @@
 
 /*
  This is an abstract base class upon which all (well almost all) windows in
- psppire are based.   The exceptions are transient windows such as the 
+ psppire are based.   The exceptions are transient windows such as the
  splash screen and popups.
 */
 
@@ -52,7 +52,7 @@ typedef struct _PsppireWindowBaseClass  PsppireWindowBaseClass;
 
 struct _PsppireWindowBase
 {
-  GtkWindow parent;
+  GtkApplicationWindow parent;
 
   /* <private> */
 };
@@ -60,7 +60,7 @@ struct _PsppireWindowBase
 
 struct _PsppireWindowBaseClass
 {
-  GtkWindowClass parent_class;
+  GtkApplicationWindowClass parent_class;
 };