summaryrefslogtreecommitdiff
path: root/src/ui/popwidget.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/popwidget.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/popwidget.h')
-rw-r--r--src/ui/popwidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/popwidget.h b/src/ui/popwidget.h
index 2a02c7d..dc090f9 100644
--- a/src/ui/popwidget.h
+++ b/src/ui/popwidget.h
@@ -37,10 +37,10 @@ class popWidget: public QWidget {
Q_OBJECT;
public:
// #if (QT_VERSION>=310)
- // popWidget(FQTermWindow * win, QWidget *parent = 0, const char *name=0, WFlags f=WStyle_Splash);
+ // popWidget(FQTermWindow * win, QWidget *parent = 0, const char *name=0, WindowFlags f=WStyle_Splash);
// #else
popWidget(FQTermWindow *win, QWidget *parent_ = 0, const char *name = 0,
- Qt::WFlags f = Qt::WindowStaysOnTopHint
+ Qt::WindowFlags f = Qt::WindowStaysOnTopHint
| Qt::X11BypassWindowManagerHint
| Qt::Tool);
// #endif