Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
[libpinyin] Small fixes for the Qt5 port (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
City-busz authored and wengxt committed Feb 8, 2017
1 parent 3695c67 commit 3fb4c0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion dictmanager/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ if (ENABLE_QT)
find_package(Qt5 5.7 REQUIRED COMPONENTS Core Gui WebEngineWidgets Network DBus)
find_package(FcitxQt5WidgetsAddons REQUIRED)
find_package(FcitxQt5DBusAddons REQUIRED)
pkg_check_modules(FCITX_QT "fcitx-qt>=4.2.8" REQUIRED )
endif (ENABLE_QT)

if (NOT ENABLE_QT)
Expand Down
4 changes: 2 additions & 2 deletions dictmanager/browserdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@
</widget>
<customwidgets>
<customwidget>
<class>QWebView</class>
<class>QWebEngineView</class>
<extends>QWidget</extends>
<header>QtWebKit/QWebView</header>
<header>QtWebEngineWidgets/QWebEngineView</header>
</customwidget>
</customwidgets>
<resources/>
Expand Down
2 changes: 1 addition & 1 deletion dictmanager/dictmanager.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define FCITX_DICTMANAGER_H

#include <QMainWindow>
#include <fcitx-qt/fcitxqtconfiguiwidget.h>
#include <fcitxqtconfiguiwidget.h>
#include "ui_dictmanager.h"

class ErrorOverlay;
Expand Down
2 changes: 1 addition & 1 deletion dictmanager/importer.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define FCITX_IMPORTER_H

#include <QString>
#include <fcitx-qt/fcitxqtconnection.h>
#include <fcitxqtconnection.h>

class QDBusInterface;
class QDBusPendingCallWatcher;
Expand Down

0 comments on commit 3fb4c0f

Please sign in to comment.