summaryrefslogtreecommitdiff
path: root/src/ui/soundconf.cpp
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2014-04-21 01:33:19 +0800
committerIru Cai <mytbk920423@gmail.com>2015-02-08 13:11:41 +0800
commit121a986be20c0d18acb73d6f296e0a31e62828d0 (patch)
tree2dc63cfe61e246e851e022690178e0a6e0772bac /src/ui/soundconf.cpp
parenta68d5b5eded5c214eb2e1f83c212a988965a38b3 (diff)
downloadfqterm-121a986be20c0d18acb73d6f296e0a31e62828d0.tar.xz
wip: Migrate to Qt5 -- API,name changes
toAscii -> toLatin1 WFlags -> WindowFlags QCustomEvent -> QEvent QItemDelegate::check -> QItemDelegate::toCheck TRUE,FALSE -> true,false
Diffstat (limited to 'src/ui/soundconf.cpp')
-rw-r--r--src/ui/soundconf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/soundconf.cpp b/src/ui/soundconf.cpp
index 2681b83..d42456c 100644
--- a/src/ui/soundconf.cpp
+++ b/src/ui/soundconf.cpp
@@ -37,7 +37,7 @@ namespace FQTerm {
* TRUE to construct a modal dialog.
*/
-soundConf::soundConf(FQTermConfig * config, QWidget *parent, Qt::WFlags fl)
+soundConf::soundConf(FQTermConfig * config, QWidget *parent, Qt::WindowFlags fl)
: QDialog(parent, fl),
buttonGroup_(this),
config_(config){