summaryrefslogtreecommitdiff
path: root/src/util/dialogutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/dialogutil.h')
-rw-r--r--src/util/dialogutil.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/util/dialogutil.h b/src/util/dialogutil.h
new file mode 100644
index 0000000..e25c931
--- /dev/null
+++ b/src/util/dialogutil.h
@@ -0,0 +1,23 @@
+//
+// C++ Interface: dialogutil
+//
+// Description:
+//
+//
+// Author: The BibleTime team <info@bibletime.info>, (C) 2009
+//
+// Copyright: See COPYING file that comes with this distribution
+//
+//
+#ifndef UTIL_DIALOG_UTIL_H
+#define UTIL_DIALOG_UTIL_H
+
+class QDialogButtonBox;
+
+namespace util
+{
+ void prepareDialogBox(QDialogButtonBox* box);
+}
+
+#endif
+