summaryrefslogtreecommitdiffstats
path: root/src/bondrealmpage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bondrealmpage.h')
-rw-r--r--src/bondrealmpage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bondrealmpage.h b/src/bondrealmpage.h
index 5117d7e..a73e166 100644
--- a/src/bondrealmpage.h
+++ b/src/bondrealmpage.h
@@ -27,6 +27,7 @@
class TQStringList;
class KWizard;
+class KDialogBase;
/**Abstract class for the first wizard page. Sets the according selection on save()
*@author Timothy Pearson
@@ -44,6 +45,7 @@ public slots:
private:
KWizard* m_parentWizard;
+ KDialogBase* m_parentDialog;
};
#endif