diff --git a/src/plugins/cpaster/fileshareprotocol.h b/src/plugins/cpaster/fileshareprotocol.h index bcb892eca019131dd49f320b00e736b1c4db4a65..ef6ebd7a7d7211799620ce58ffd55a7c0f44873e 100644 --- a/src/plugins/cpaster/fileshareprotocol.h +++ b/src/plugins/cpaster/fileshareprotocol.h @@ -44,6 +44,7 @@ struct FileShareProtocolSettings; class FileShareProtocol : public Protocol { + Q_OBJECT Q_DISABLE_COPY(FileShareProtocol) public: FileShareProtocol(); diff --git a/src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.h b/src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.h index 0551aa6f06aa694e342bb1e2c127b95144fed78b..00daf8dcfec9bbc59da795c64ec84a1353b8f2b6 100644 --- a/src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.h +++ b/src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.h @@ -41,6 +41,7 @@ class MaemoPackageCreationStep; class MaemoPackageContents : public QAbstractTableModel { + Q_OBJECT public: struct Deployable { diff --git a/src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationwidget.ui b/src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationwidget.ui index eb54cde71e8c747b75de86bd011fd2dae1e29be4..024b4333c95c57a6e913b203d4d8f0bfb385e6c9 100644 --- a/src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationwidget.ui +++ b/src/plugins/qt4projectmanager/qt-maemo/maemopackagecreationwidget.ui @@ -16,18 +16,17 @@ <verstretch>1</verstretch> </sizepolicy> </property> - <property name="windowTitle"> - <string>Form</string> - </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="contentsLabel"> + <property name="font"> + <font> + <weight>75</weight> + <bold>true</bold> + </font> + </property> <property name="text"> - <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> -<html><head><meta name="qrichtext" content="1" /><style type="text/css"> -p, li { white-space: pre-wrap; } -</style></head><body style=" font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;"> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-weight:600;">Package contents:</span></p></body></html></string> + <string>Package contents:</string> </property> </widget> </item>