summaryrefslogtreecommitdiff
path: root/src/util/dialogutil.h
blob: 2a7958b34f50b722d7f11d88902db7f5d00f3065 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
// 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