summaryrefslogtreecommitdiff
path: root/src/ui/fqterm_time_label.h
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/fqterm_time_label.h
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/fqterm_time_label.h')
-rw-r--r--src/ui/fqterm_time_label.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/fqterm_time_label.h b/src/ui/fqterm_time_label.h
index ac510b6..3e82a6e 100644
--- a/src/ui/fqterm_time_label.h
+++ b/src/ui/fqterm_time_label.h
@@ -31,7 +31,7 @@ namespace FQTerm {
class FQTermTimeLabel: public QLabel {
Q_OBJECT;
public:
- FQTermTimeLabel(QWidget *parent, const char *name = 0, Qt::WFlags f = 0);
+ FQTermTimeLabel(QWidget *parent, const char *name = 0, Qt::WindowFlags f = 0);
~FQTermTimeLabel();
protected: