(cherry picked from commit 6d932d40aa)
v3.5.13-sru
Timothy Pearson 13 years ago committed by Slávek Banko
parent c795cf96f3
commit 065740ce50

@ -18,6 +18,8 @@
USA USA
**/ **/
#include "tqlistview.h"
#include "typesdialog.h" #include "typesdialog.h"
#include "typesdialog.moc" #include "typesdialog.moc"

@ -302,9 +302,9 @@
</connection> </connection>
<connection> <connection>
<sender>typeList</sender> <sender>typeList</sender>
<signal>contextMenuRequested(TQListViewItem*,const QPoint&amp;,int)</signal> <signal>contextMenuRequested(TQListViewItem*,const TQPoint&amp;,int)</signal>
<receiver>TypesDialogBase</receiver> <receiver>TypesDialogBase</receiver>
<slot>contextMenuRequested(TQListViewItem*,const QPoint&amp;,int)</slot> <slot>contextMenuRequested(TQListViewItem*,const TQPoint&amp;,int)</slot>
</connection> </connection>
<connection> <connection>
<sender>buttonCancel</sender> <sender>buttonCancel</sender>
@ -320,7 +320,7 @@
<slot access="protected">importTypes()</slot> <slot access="protected">importTypes()</slot>
<slot>okSlot()</slot> <slot>okSlot()</slot>
<slot access="protected">editType()</slot> <slot access="protected">editType()</slot>
<slot access="protected">contextMenuRequested( TQListViewItem* i, const QPoint&amp; p, int c )</slot> <slot access="protected">contextMenuRequested( TQListViewItem* i, const TQPoint&amp; p, int c )</slot>
<slot>cancelSlot()</slot> <slot>cancelSlot()</slot>
</Q_SLOTS> </Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>

@ -43,7 +43,7 @@
<group name="mFont"> <group name="mFont">
<entry name="Font" type="Font" key="mFont"> <entry name="Font" type="Font" key="mFont">
<label>Font</label> <label>Font</label>
<code>QFont defaultFont = KGlobalSettings::largeFont(); <code>TQFont defaultFont = KGlobalSettings::largeFont();
defaultFont.setPointSize(48); defaultFont.setPointSize(48);
defaultFont.setBold(true); defaultFont.setBold(true);
</code> </code>

@ -9,17 +9,17 @@
<entry name="PositionTimeBox" type="Point"> <entry name="PositionTimeBox" type="Point">
<label>Position of the time InfoBox.</label> <label>Position of the time InfoBox.</label>
<whatsthis>The screen coordinates of the Time InfoBox.</whatsthis> <whatsthis>The screen coordinates of the Time InfoBox.</whatsthis>
<default code="true">QPoint(0,0)</default> <default code="true">TQPoint(0,0)</default>
</entry> </entry>
<entry name="PositionFocusBox" type="Point"> <entry name="PositionFocusBox" type="Point">
<label>Position of the focus InfoBox.</label> <label>Position of the focus InfoBox.</label>
<whatsthis>The screen coordinates of the Focus InfoBox.</whatsthis> <whatsthis>The screen coordinates of the Focus InfoBox.</whatsthis>
<default code="true">QPoint(600,0)</default> <default code="true">TQPoint(600,0)</default>
</entry> </entry>
<entry name="PositionGeoBox" type="Point"> <entry name="PositionGeoBox" type="Point">
<label>Position of the geographic InfoBox.</label> <label>Position of the geographic InfoBox.</label>
<whatsthis>The screen coordinates of the Geographic Location InfoBox.</whatsthis> <whatsthis>The screen coordinates of the Geographic Location InfoBox.</whatsthis>
<default code="true">QPoint(0,600)</default> <default code="true">TQPoint(0,600)</default>
</entry> </entry>
<entry name="ShadeTimeBox" type="Bool"> <entry name="ShadeTimeBox" type="Bool">
<label>Is the time InfoBox in the "shaded" state?</label> <label>Is the time InfoBox in the "shaded" state?</label>

@ -65,7 +65,7 @@
</entry> </entry>
<entry type="Font" name="Font" > <entry type="Font" name="Font" >
<label >The font for the student and teacher lines</label> <label >The font for the student and teacher lines</label>
<default code="true">QFont(&quot;Monospace&quot;)</default> <default code="true">TQFont(&quot;Monospace&quot;)</default>
</entry> </entry>
<entry type="Path" name="CurrentLectureFile" > <entry type="Path" name="CurrentLectureFile" >
<label >The currently loaded lecture file</label> <label >The currently loaded lecture file</label>

@ -498,33 +498,33 @@
</connection> </connection>
<connection> <connection>
<sender>kcfg_FrontFont</sender> <sender>kcfg_FrontFont</sender>
<signal>fontSelected(const QFont&amp;)</signal> <signal>fontSelected(const TQFont&amp;)</signal>
<receiver>PrefCardAppearanceBase</receiver> <receiver>PrefCardAppearanceBase</receiver>
<slot>slotFontChanged(const QFont&amp;)</slot> <slot>slotFontChanged(const TQFont&amp;)</slot>
</connection> </connection>
<connection> <connection>
<sender>kcfg_FrontTextColor</sender> <sender>kcfg_FrontTextColor</sender>
<signal>changed(const QColor&amp;)</signal> <signal>changed(const TQColor&amp;)</signal>
<receiver>PrefCardAppearanceBase</receiver> <receiver>PrefCardAppearanceBase</receiver>
<slot>slotTextColorChanged(const QColor&amp;)</slot> <slot>slotTextColorChanged(const TQColor&amp;)</slot>
</connection> </connection>
<connection> <connection>
<sender>kcfg_FrontCardColor</sender> <sender>kcfg_FrontCardColor</sender>
<signal>changed(const QColor&amp;)</signal> <signal>changed(const TQColor&amp;)</signal>
<receiver>PrefCardAppearanceBase</receiver> <receiver>PrefCardAppearanceBase</receiver>
<slot>slotCardColorChanged(const QColor&amp;)</slot> <slot>slotCardColorChanged(const TQColor&amp;)</slot>
</connection> </connection>
<connection> <connection>
<sender>kcfg_FrontFrameColor</sender> <sender>kcfg_FrontFrameColor</sender>
<signal>changed(const QColor&amp;)</signal> <signal>changed(const TQColor&amp;)</signal>
<receiver>PrefCardAppearanceBase</receiver> <receiver>PrefCardAppearanceBase</receiver>
<slot>slotFrameColorChanged(const QColor&amp;)</slot> <slot>slotFrameColorChanged(const TQColor&amp;)</slot>
</connection> </connection>
<connection> <connection>
<sender>widgetStack</sender> <sender>widgetStack</sender>
<signal>aboutToShow(QWidget*)</signal> <signal>aboutToShow(TQWidget*)</signal>
<receiver>PrefCardAppearanceBase</receiver> <receiver>PrefCardAppearanceBase</receiver>
<slot>slotAboutToShowWidget(QWidget*)</slot> <slot>slotAboutToShowWidget(TQWidget*)</slot>
</connection> </connection>
</connections> </connections>
<tabstops> <tabstops>
@ -536,11 +536,11 @@
</tabstops> </tabstops>
<Q_SLOTS> <Q_SLOTS>
<slot>slotFlipButtonClicked()</slot> <slot>slotFlipButtonClicked()</slot>
<slot>slotFontChanged(const QFont &amp;)</slot> <slot>slotFontChanged(const TQFont &amp;)</slot>
<slot>slotTextColorChanged(const QColor &amp;)</slot> <slot>slotTextColorChanged(const TQColor &amp;)</slot>
<slot>slotAboutToShowWidget(QWidget *)</slot> <slot>slotAboutToShowWidget(TQWidget *)</slot>
<slot>slotFrameColorChanged(const QColor &amp;)</slot> <slot>slotFrameColorChanged(const TQColor &amp;)</slot>
<slot>slotCardColorChanged(const QColor &amp;)</slot> <slot>slotCardColorChanged(const TQColor &amp;)</slot>
</Q_SLOTS> </Q_SLOTS>
<layoutdefaults spacing="6" margin="11"/> <layoutdefaults spacing="6" margin="11"/>
<includehints> <includehints>

Loading…
Cancel
Save