Revert "Rename a number of old tq methods that are no longer tq specific"

This reverts commit 23aecb275d.
pull/1/head
Timothy Pearson 13 years ago
parent 23aecb275d
commit f46912a1a5

@ -179,7 +179,7 @@ void KbStateApplet::updateMenu()
void calculateSizes (int space, int modifiers, int lockkeys, int accessx, void calculateSizes (int space, int modifiers, int lockkeys, int accessx,
bool showMouse, int &lines, int &length, int &size) bool showMouse, int &lines, int &length, int &size)
// Calculates the layout based on a given number of modifiers, lockkeys and // Calculates the tqlayout based on a given number of modifiers, lockkeys and
// accessx features. // accessx features.
// Output: // Output:
// lines: number of lines // lines: number of lines
@ -281,17 +281,17 @@ void KbStateApplet::toggleFillSpace() {
fillSpace = !fillSpace; fillSpace = !fillSpace;
saveConfig(); saveConfig();
updateMenu(); updateMenu();
layout(); tqlayout();
updateGeometry(); updateGeometry();
emit updateLayout(); emit updateLayout();
} }
void KbStateApplet::resizeEvent( TQResizeEvent*e ) { void KbStateApplet::resizeEvent( TQResizeEvent*e ) {
TQWidget::resizeEvent(e); TQWidget::resizeEvent(e);
layout(); tqlayout();
} }
void KbStateApplet::layout() { void KbStateApplet::tqlayout() {
int size = this->size; int size = this->size;
int lines, length, x,y,dx,dy, ldx,ldy; int lines, length, x,y,dx,dy, ldx,ldy;
@ -608,7 +608,7 @@ bool KbStateApplet::x11Event (XEvent *evt) {
else else
mouse->setActiveKey (0); mouse->setActiveKey (0);
layout(); tqlayout();
updateGeometry(); updateGeometry();
emit updateLayout(); emit updateLayout();
break; break;
@ -660,7 +660,7 @@ void KbStateApplet::stateChangeRequest (KeyIcon *source, bool latched, bool lock
void KbStateApplet::toggleModifier() { void KbStateApplet::toggleModifier() {
showModifiers = !showModifiers; showModifiers = !showModifiers;
updateMenu(); updateMenu();
layout(); tqlayout();
updateGeometry(); updateGeometry();
saveConfig(); saveConfig();
emit updateLayout(); emit updateLayout();
@ -669,7 +669,7 @@ void KbStateApplet::toggleModifier() {
void KbStateApplet::toggleLockkeys() { void KbStateApplet::toggleLockkeys() {
showLockkeys = !showLockkeys; showLockkeys = !showLockkeys;
updateMenu(); updateMenu();
layout(); tqlayout();
updateGeometry(); updateGeometry();
saveConfig(); saveConfig();
emit updateLayout(); emit updateLayout();
@ -678,7 +678,7 @@ void KbStateApplet::toggleLockkeys() {
void KbStateApplet::toggleMouse() { void KbStateApplet::toggleMouse() {
showMouse = !showMouse; showMouse = !showMouse;
updateMenu(); updateMenu();
layout(); tqlayout();
updateGeometry(); updateGeometry();
saveConfig(); saveConfig();
emit updateLayout(); emit updateLayout();
@ -687,7 +687,7 @@ void KbStateApplet::toggleMouse() {
void KbStateApplet::toggleAccessX() { void KbStateApplet::toggleAccessX() {
showAccessX = !showAccessX; showAccessX = !showAccessX;
updateMenu(); updateMenu();
layout(); tqlayout();
updateGeometry(); updateGeometry();
saveConfig(); saveConfig();
emit updateLayout(); emit updateLayout();
@ -810,7 +810,7 @@ void KeyIcon::drawButton (TQPainter *p) {
int y = (height()-locked.height())/2; int y = (height()-locked.height())/2;
int o = 0; int o = 0;
if (isLocked || isLatched) { if (isLocked || isLatched) {
qDrawShadePanel (p, 0, 0, width(), height(), colorGroup(), true, 1, NULL); qDrawShadePanel (p, 0, 0, width(), height(), tqcolorGroup(), true, 1, NULL);
p->fillRect (1,1,width()-2,height()-2, KGlobalSettings::highlightColor()); p->fillRect (1,1,width()-2,height()-2, KGlobalSettings::highlightColor());
if (strcmp(modifierKeys[keyId].icon, "")) if (strcmp(modifierKeys[keyId].icon, ""))
p->drawPixmap (x+1,y+1, latched); p->drawPixmap (x+1,y+1, latched);
@ -818,7 +818,7 @@ void KeyIcon::drawButton (TQPainter *p) {
o = 1; o = 1;
} }
else { else {
qDrawShadePanel (p, 0, 0, width(), height(), colorGroup(), false, 1, NULL); qDrawShadePanel (p, 0, 0, width(), height(), tqcolorGroup(), false, 1, NULL);
if (strcmp(modifierKeys[keyId].icon, "")) if (strcmp(modifierKeys[keyId].icon, ""))
p->drawPixmap (x,y, unlatched); p->drawPixmap (x,y, unlatched);
black = KGlobalSettings::textColor(); black = KGlobalSettings::textColor();
@ -1068,12 +1068,12 @@ void TimeoutIcon::drawButton (TQPainter *p) {
StatusIcon::StatusIcon (const TQString &text, TQWidget *parent, const char *name) StatusIcon::StatusIcon (const TQString &text, TQWidget *parent, const char *name)
: TQPushButton (text, parent, name) { : TQPushButton (text, parent, name) {
setSizePolicy(TQSizePolicy(TQSizePolicy::Ignored, TQSizePolicy::Ignored)); tqsetSizePolicy(TQSizePolicy(TQSizePolicy::Ignored, TQSizePolicy::Ignored));
} }
StatusIcon::~StatusIcon () { StatusIcon::~StatusIcon () {
} }
TQSize StatusIcon::minimumSizeHint () const { TQSize StatusIcon::tqminimumSizeHint () const {
return TQSize (0,0); return TQSize (0,0);
} }

@ -40,7 +40,7 @@ public:
StatusIcon (const TQString &text, TQWidget *parent, const char *name=0); StatusIcon (const TQString &text, TQWidget *parent, const char *name=0);
~StatusIcon (); ~StatusIcon ();
TQSize minimumSizeHint () const; TQSize tqminimumSizeHint () const;
}; };
typedef TQPtrList<StatusIcon> IconList; typedef TQPtrList<StatusIcon> IconList;
@ -170,7 +170,7 @@ private slots:
private: private:
void loadConfig(); void loadConfig();
void saveConfig(); void saveConfig();
void layout(); void tqlayout();
int xkb_base_event_type; int xkb_base_event_type;

@ -21,8 +21,8 @@
#include <tqdir.h> #include <tqdir.h>
#include <tqprinter.h> #include <tqprinter.h>
#include <tqpainter.h> #include <tqpainter.h>
#include <layout.h> #include <tqlayout.h>
#include <clipboard.h> #include <tqclipboard.h>
#include <tqdragobject.h> #include <tqdragobject.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <tqtooltip.h> #include <tqtooltip.h>
@ -247,7 +247,7 @@ void KmagApp::initActions()
void KmagApp::initView() void KmagApp::initView()
{ {
m_zoomView = new KMagZoomView( this, "ZoomView" ); m_zoomView = new KMagZoomView( this, "ZoomView" );
m_zoomView->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)7, m_zoomView->sizePolicy().hasHeightForWidth() ) ); m_zoomView->tqsetSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)7, (TQSizePolicy::SizeType)7, m_zoomView->sizePolicy().hasHeightForWidth() ) );
m_zoomView->setFrameShape( TQFrame::StyledPanel ); m_zoomView->setFrameShape( TQFrame::StyledPanel );
m_zoomView->setFrameShadow( TQFrame::Raised ); m_zoomView->setFrameShadow( TQFrame::Raised );
@ -550,7 +550,7 @@ void KmagApp::saveZoomPixmap()
bool toggled(false); bool toggled(false);
// stop refresh temporarily // stop refresh temporarily
if (m_zoomView->getRefreshStatus()) { if (m_zoomView->getRefreshtqStatus()) {
slotToggleRefresh(); slotToggleRefresh();
toggled = true; toggled = true;
} }
@ -571,7 +571,7 @@ void KmagApp::saveZoomPixmap()
KMessageBox::error(0, i18n("Unable to upload file over the network."), KMessageBox::error(0, i18n("Unable to upload file over the network."),
i18n("Error Writing File")); i18n("Error Writing File"));
} else { } else {
KMessageBox::information(0, i18n("Current zoomed image saved to\n%1").arg(url.prettyURL()), KMessageBox::information(0, i18n("Current zoomed image saved to\n%1").tqarg(url.prettyURL()),
i18n("Information"), "save_confirm"); i18n("Information"), "save_confirm");
} }
} }
@ -583,7 +583,7 @@ void KmagApp::saveZoomPixmap()
KMessageBox::error(0, i18n("Unable to save file. Please check if you have permission to write to the directory."), KMessageBox::error(0, i18n("Unable to save file. Please check if you have permission to write to the directory."),
i18n("Error Writing File")); i18n("Error Writing File"));
} else { } else {
KMessageBox::information(0, i18n("Current zoomed image saved to\n%1").arg(url.prettyURL()), KMessageBox::information(0, i18n("Current zoomed image saved to\n%1").tqarg(url.prettyURL()),
i18n("Information"), "save_confirm"); i18n("Information"), "save_confirm");
} }
} }
@ -597,7 +597,7 @@ void KmagApp::saveZoomPixmap()
void KmagApp::slotToggleRefresh() void KmagApp::slotToggleRefresh()
{ {
m_zoomView->toggleRefresh(); m_zoomView->toggleRefresh();
if(m_zoomView->getRefreshStatus()) { if(m_zoomView->getRefreshtqStatus()) {
refreshSwitch->setIcon("stop.png"); refreshSwitch->setIcon("stop.png");
refreshSwitch->setText(i18n("Stop")); refreshSwitch->setText(i18n("Stop"));
refreshSwitch->setToolTip(i18n("Click to stop window update")); refreshSwitch->setToolTip(i18n("Click to stop window update"));
@ -810,7 +810,7 @@ void KmagApp::slotFilePrint()
#endif #endif
// stop refresh temporarily // stop refresh temporarily
if (m_zoomView->getRefreshStatus()) { if (m_zoomView->getRefreshtqStatus()) {
slotToggleRefresh(); slotToggleRefresh();
toggled = true; toggled = true;
} }
@ -864,7 +864,7 @@ void KmagApp::slotFileQuit()
void KmagApp::copyToClipBoard() void KmagApp::copyToClipBoard()
{ {
TQClipboard *cb=KApplication::clipboard(); TQClipboard *cb=KApplication::tqclipboard();
cb->setPixmap(m_zoomView->getPixmap()); cb->setPixmap(m_zoomView->getPixmap());
} }

@ -71,7 +71,7 @@ class KmagApp : public KMainWindow
protected: protected:
/** save general Options like all bar positions and status as well as the geometry and the recent file list to the configuration /** save general Options like all bar positions and status as well as the tqgeometry and the recent file list to the configuration
* file * file
*/ */
void saveOptions(); void saveOptions();

@ -184,19 +184,19 @@ void KMagSelRect::hide()
void KMagSelRect::update() void KMagSelRect::update()
{ {
// make sure the selection window does not go outside of the display // make sure the selection window does not go outside of the display
if (height() > TQApplication::desktop()->geometry().height()) if (height() > TQApplication::desktop()->tqgeometry().height())
setHeight (TQApplication::desktop()->geometry().height()); setHeight (TQApplication::desktop()->tqgeometry().height());
if (width() > TQApplication::desktop()->geometry().width()) if (width() > TQApplication::desktop()->tqgeometry().width())
setWidth (TQApplication::desktop()->geometry().width()); setWidth (TQApplication::desktop()->tqgeometry().width());
if (top() < 0) if (top() < 0)
moveTop (0); moveTop (0);
if (left() < 0) if (left() < 0)
moveLeft (0); moveLeft (0);
if (bottom() > TQApplication::desktop()->geometry().bottom()) if (bottom() > TQApplication::desktop()->tqgeometry().bottom())
moveBottom (TQApplication::desktop()->geometry().bottom()); moveBottom (TQApplication::desktop()->tqgeometry().bottom());
if (right() > TQApplication::desktop()->geometry().right()) if (right() > TQApplication::desktop()->tqgeometry().right())
moveRight (TQApplication::desktop()->geometry().right()); moveRight (TQApplication::desktop()->tqgeometry().right());
if (selectionwindow != 0) if (selectionwindow != 0)
selectionwindow->setSelRect (TQRect (topLeft(), bottomRight())); selectionwindow->setSelRect (TQRect (topLeft(), bottomRight()));

@ -80,22 +80,22 @@ static uchar phand_bits[] = {
static bool obscuredRegion (TQRegion &region, Window winId, Window ignoreId, Window start = 0, int level = -1) { static bool obscuredRegion (TQRegion &region, Window winId, Window ignoreId, Window start = 0, int level = -1) {
Window root, parent, *children; uint nchildren; Window root, parent, *tqchildren; uint ntqchildren;
if (0 == start) if (0 == start)
start = qt_xrootwin(); start = qt_xrootwin();
bool winIdFound = false; bool winIdFound = false;
if (0 != XQueryTree (qt_xdisplay(), start, &root, &parent, &children, &nchildren)) { if (0 != XQueryTree (qt_xdisplay(), start, &root, &parent, &tqchildren, &ntqchildren)) {
for (uint i=0; i < nchildren; ++i) { for (uint i=0; i < ntqchildren; ++i) {
if (winIdFound) { if (winIdFound) {
if (ignoreId != children [i]) { if (ignoreId != tqchildren [i]) {
XWindowAttributes atts; XWindowAttributes atts;
XGetWindowAttributes (qt_xdisplay(), children [i], &atts); XGetWindowAttributes (qt_xdisplay(), tqchildren [i], &atts);
if (atts.map_state == IsViewable) if (atts.map_state == IsViewable)
region -= TQRegion (atts.x, atts.y, atts.width, atts.height, TQRegion::Rectangle); region -= TQRegion (atts.x, atts.y, atts.width, atts.height, TQRegion::Rectangle);
} }
} }
else if (winId == children [i]) else if (winId == tqchildren [i])
winIdFound = true; winIdFound = true;
// According to tests, my own window ID is either on toplevel or two levels below. // According to tests, my own window ID is either on toplevel or two levels below.
@ -103,15 +103,15 @@ static bool obscuredRegion (TQRegion &region, Window winId, Window ignoreId, Win
// then to five recursion levels, and make a full recursive search only if that // then to five recursion levels, and make a full recursive search only if that
// was unsuccessful. // was unsuccessful.
else if (level > 1) else if (level > 1)
winIdFound = obscuredRegion (region, winId, ignoreId, children [i], level-1); winIdFound = obscuredRegion (region, winId, ignoreId, tqchildren [i], level-1);
else if (level == -1) else if (level == -1)
if (! (winIdFound = obscuredRegion (region, winId, ignoreId, children [i], 0))) if (! (winIdFound = obscuredRegion (region, winId, ignoreId, tqchildren [i], 0)))
if (! (winIdFound = obscuredRegion (region, winId, ignoreId, children [i], 1))) if (! (winIdFound = obscuredRegion (region, winId, ignoreId, tqchildren [i], 1)))
winIdFound = obscuredRegion (region, winId, ignoreId, children [i], -1); winIdFound = obscuredRegion (region, winId, ignoreId, tqchildren [i], -1);
} }
if (children != NULL) if (tqchildren != NULL)
XFree (children); XFree (tqchildren);
} }
return winIdFound; return winIdFound;
@ -255,7 +255,7 @@ void KMagZoomView::drawContents ( TQPainter * p, int clipx, int clipy, int clipw
if (m_invert) { if (m_invert) {
TQImage zoomedImage; TQImage zoomedImage;
zoomedImage = zoomedPixmap.convertToImage(); zoomedImage = zoomedPixmap.convertToImage();
zoomedImage.invertPixels (false); zoomedImage.tqinvertPixels (false);
p->drawImage (TQPoint (clipx-contentsX(), clipy-contentsY()), zoomedImage, zoomedImage.rect(), p->drawImage (TQPoint (clipx-contentsX(), clipy-contentsY()), zoomedImage, zoomedImage.rect(),
TQt::ThresholdDither | TQt::ThresholdAlphaDither | TQt::AvoidDither); TQt::ThresholdDither | TQt::ThresholdAlphaDither | TQt::AvoidDither);
} else { } else {
@ -493,7 +493,7 @@ void KMagZoomView::mouseReleaseEvent(TQMouseEvent *e)
// set the mouse mode to normal // set the mouse mode to normal
m_mouseMode = Normal; m_mouseMode = Normal;
// restore the cursor shape // restore the cursor tqshape
setCursor(arrowCursor); setCursor(arrowCursor);
// restore the cursor position // restore the cursor position
@ -504,7 +504,7 @@ void KMagZoomView::mouseReleaseEvent(TQMouseEvent *e)
// set the mouse mode to normal // set the mouse mode to normal
m_mouseMode = Normal; m_mouseMode = Normal;
// restore the cursor shape // restore the cursor tqshape
setCursor(arrowCursor); setCursor(arrowCursor);
// restore the cursor position // restore the cursor position
@ -516,7 +516,7 @@ void KMagZoomView::mouseReleaseEvent(TQMouseEvent *e)
// set the mouse mode to normal // set the mouse mode to normal
m_mouseMode = Normal; m_mouseMode = Normal;
// restore the cursor shape // restore the cursor tqshape
setCursor(arrowCursor); setCursor(arrowCursor);
} }
break; break;
@ -706,7 +706,7 @@ void KMagZoomView::fitToWindow()
m_selRect.moveCenter(currCenter); m_selRect.moveCenter(currCenter);
m_selRect.update(); m_selRect.update();
viewport()->repaint(false); viewport()->tqrepaint(false);
} }
void KMagZoomView::setFitToWindow(bool fit) void KMagZoomView::setFitToWindow(bool fit)
@ -751,18 +751,18 @@ void KMagZoomView::grabFrame()
intersection &= TQRegion (selRect, TQRegion::Rectangle); intersection &= TQRegion (selRect, TQRegion::Rectangle);
// We don't want to overpaint other windows that happen to be on top // We don't want to overpaint other windows that happen to be on top
obscuredRegion (intersection, topLevelWidget()->winId(), m_selRect.winId()); obscuredRegion (intersection, tqtopLevelWidget()->winId(), m_selRect.winId());
intersection.translate (-selRect.x(), -selRect.y()); intersection.translate (-selRect.x(), -selRect.y());
TQPainter painter (&m_grabbedPixmap, true); TQPainter painter (&m_grabbedPixmap, true);
TQMemArray<TQRect> rects (intersection.rects()); TQMemArray<TQRect> rects (intersection.tqrects());
for (uint i = 0; i < rects.size(); i++) for (uint i = 0; i < rects.size(); i++)
painter.fillRect (rects[i], TQBrush (TQColor (128, 128, 128))); painter.fillRect (rects[i], TQBrush (TQColor (128, 128, 128)));
// call repaint to display the newly grabbed image // call tqrepaint to display the newly grabbed image
TQRect newSize = m_zoomMatrix.mapRect (m_grabbedPixmap.rect()); TQRect newSize = m_zoomMatrix.mapRect (m_grabbedPixmap.rect());
resizeContents (newSize.width(), newSize.height()); resizeContents (newSize.width(), newSize.height());
viewport()->repaint(false); viewport()->tqrepaint(false);
} }
@ -775,7 +775,7 @@ void KMagZoomView::updateMouseView()
if(m_selRect.left() <= pos.x() && pos.x() <= m_selRect.right() && if(m_selRect.left() <= pos.x() && pos.x() <= m_selRect.right() &&
m_selRect.top() <= pos.y() && pos.y() <= m_selRect.bottom() && m_selRect.top() <= pos.y() && pos.y() <= m_selRect.bottom() &&
m_refreshSwitch) m_refreshSwitch)
viewport()->repaint(false); viewport()->tqrepaint(false);
} }
/** /**
@ -801,7 +801,7 @@ void KMagZoomView::setZoom(float zoom)
{ {
m_zoom = zoom; m_zoom = zoom;
updateMatrix(); updateMatrix();
viewport()->repaint(); viewport()->tqrepaint();
} }
/** /**
@ -811,7 +811,7 @@ void KMagZoomView::setRotation(int rotation)
{ {
m_rotation = rotation; m_rotation = rotation;
updateMatrix(); updateMatrix();
viewport()->repaint(); viewport()->tqrepaint();
} }
/** /**
@ -820,7 +820,7 @@ void KMagZoomView::setRotation(int rotation)
void KMagZoomView::setInvertation(bool invert) void KMagZoomView::setInvertation(bool invert)
{ {
m_invert = invert; m_invert = invert;
viewport()->repaint(); viewport()->tqrepaint();
} }
/** /**

@ -61,7 +61,7 @@ class KMagZoomView : public TQScrollView
TQPixmap getPixmap(); TQPixmap getPixmap();
/// Returns the state of the refresh switch /// Returns the state of the refresh switch
bool getRefreshStatus() const { return m_refreshSwitch; }; bool getRefreshtqStatus() const { return m_refreshSwitch; };
/// Returns teh status of followMouse /// Returns teh status of followMouse
bool getFollowMouse() const { return m_followMouse; }; bool getFollowMouse() const { return m_followMouse; };

@ -39,7 +39,7 @@
#include <tqsound.h> #include <tqsound.h>
#include <kglobalsettings.h> #include <kglobalsettings.h>
#include <kdebug.h> #include <kdebug.h>
#include <layout.h> #include <tqlayout.h>
#include <tqlineedit.h> #include <tqlineedit.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <ksystemtray.h> #include <ksystemtray.h>

@ -29,7 +29,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>30</height> <height>30</height>
@ -49,7 +49,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>layout9</cstring> <cstring>tqlayout9</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -65,7 +65,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Fixed</enum> <enum>Fixed</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -207,7 +207,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="7" column="0" rowspan="1" colspan="2"> <widget class="TQLayoutWidget" row="7" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
<cstring>layout5</cstring> <cstring>tqlayout5</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -239,7 +239,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>31</width> <width>31</width>
<height>20</height> <height>20</height>
@ -276,7 +276,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout5</cstring> <cstring>tqlayout5</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -300,7 +300,7 @@
<property name="scaledContents"> <property name="scaledContents">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>WordBreak|AlignJustify|AlignVCenter</set> <set>WordBreak|AlignJustify|AlignVCenter</set>
</property> </property>
</widget> </widget>
@ -314,7 +314,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Fixed</enum> <enum>Fixed</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>8</width> <width>8</width>
<height>8</height> <height>8</height>
@ -341,7 +341,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>layout5</cstring> <cstring>tqlayout5</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -365,7 +365,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>241</width> <width>241</width>
<height>20</height> <height>20</height>

@ -17,7 +17,7 @@
#include "configwizard.h" #include "configwizard.h"
#include <layout.h> #include <tqlayout.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <klistview.h> #include <klistview.h>
#include <klocale.h> #include <klocale.h>

@ -79,7 +79,7 @@ class KMouthApp : public KMainWindow
void enableMenuEntries(bool existSelectedEntries, bool existDeselectedEntries); void enableMenuEntries(bool existSelectedEntries, bool existDeselectedEntries);
protected: protected:
/** save general Options like all bar positions and status as well as the geometry and the recent file list to the configuration /** save general Options like all bar positions and status as well as the tqgeometry and the recent file list to the configuration
* file * file
*/ */
void saveOptions(); void saveOptions();

@ -16,7 +16,7 @@
***************************************************************************/ ***************************************************************************/
#include <layout.h> #include <tqlayout.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <tqgrid.h> #include <tqgrid.h>
@ -125,11 +125,11 @@ OptionsDialog::OptionsDialog (TQWidget *parent)
tabCtl = new TQTabWidget (pageGeneral, "general"); tabCtl = new TQTabWidget (pageGeneral, "general");
behaviourWidget = new PreferencesWidget (tabCtl, "prefPage"); behaviourWidget = new PreferencesWidget (tabCtl, "prefPage");
behaviourWidget->layout()->setMargin(KDialog::marginHint()); behaviourWidget->tqlayout()->setMargin(KDialog::marginHint());
tabCtl->addTab (behaviourWidget, i18n("&Preferences")); tabCtl->addTab (behaviourWidget, i18n("&Preferences"));
commandWidget = new TextToSpeechConfigurationWidget (tabCtl, "ttsTab"); commandWidget = new TextToSpeechConfigurationWidget (tabCtl, "ttsTab");
commandWidget->layout()->setMargin(KDialog::marginHint()); commandWidget->tqlayout()->setMargin(KDialog::marginHint());
tabCtl->addTab (commandWidget, i18n("&Text-to-Speech")); tabCtl->addTab (commandWidget, i18n("&Text-to-Speech"));
TQPixmap iconCompletion = KGlobal::iconLoader()->loadIcon("keyboard", KIcon::NoGroup, KIcon::SizeMedium); TQPixmap iconCompletion = KGlobal::iconLoader()->loadIcon("keyboard", KIcon::NoGroup, KIcon::SizeMedium);

@ -151,7 +151,7 @@ TQCString encodeString (const TQString str) {
TQCString res = ""; TQCString res = "";
for (int i = 0; i < (int)str.length(); i++) { for (int i = 0; i < (int)str.length(); i++) {
TQChar ch = str.at(i); TQChar ch = str.at(i);
ushort uc = ch.unicode(); ushort uc = ch.tqunicode();
TQCString number; number.setNum(uc); TQCString number; number.setNum(uc);
if ((uc>127) || (uc<32) || (ch=='<') || (ch=='>') || (ch=='&') || (ch==';')) if ((uc>127) || (uc<32) || (ch=='<') || (ch=='>') || (ch=='&') || (ch==';'))
res = res + "&#" + number + ";"; res = res + "&#" + number + ";";
@ -274,8 +274,8 @@ int PhraseBook::save (TQWidget *parent, const TQString &title, KURL &url, bool p
} }
if (KIO::NetAccess::exists(url)) { if (KIO::NetAccess::exists(url)) {
if (KMessageBox::warningContinueCancel(0,TQString("<qt>%1</qt>").arg(i18n("The file %1 already exists. " if (KMessageBox::warningContinueCancel(0,TQString("<qt>%1</qt>").tqarg(i18n("The file %1 already exists. "
"Do you want to overwrite it?").arg(url.url())),i18n("File Exists"),i18n("&Overwrite"))==KMessageBox::Cancel) { "Do you want to overwrite it?").tqarg(url.url())),i18n("File Exists"),i18n("&Overwrite"))==KMessageBox::Cancel) {
return 0; return 0;
} }
} }
@ -286,8 +286,8 @@ int PhraseBook::save (TQWidget *parent, const TQString &title, KURL &url, bool p
url.setFileName (url.fileName(false) + ".phrasebook"); url.setFileName (url.fileName(false) + ".phrasebook");
} }
else if (url.fileName (false).right (11).contains (".phrasebook", false) == 0) { else if (url.fileName (false).right (11).contains (".phrasebook", false) == 0) {
int filetype = KMessageBox::questionYesNoCancel (0,TQString("<qt>%1</qt>").arg(i18n("Your chosen filename <i>%1</i> has a different extension than <i>.phrasebook</i>. " int filetype = KMessageBox::questionYesNoCancel (0,TQString("<qt>%1</qt>").tqarg(i18n("Your chosen filename <i>%1</i> has a different extension than <i>.phrasebook</i>. "
"Do you wish to add <i>.phrasebook</i> to the filename?").arg(url.filename())),i18n("File Extension"),i18n("Add"),i18n("Do Not Add")); "Do you wish to add <i>.phrasebook</i> to the filename?").tqarg(url.filename())),i18n("File Extension"),i18n("Add"),i18n("Do Not Add"));
if (filetype == KMessageBox::Cancel) { if (filetype == KMessageBox::Cancel) {
return 0; return 0;
} }
@ -302,8 +302,8 @@ int PhraseBook::save (TQWidget *parent, const TQString &title, KURL &url, bool p
result = save (url, false); result = save (url, false);
} }
else { else {
int filetype = KMessageBox::questionYesNoCancel (0,TQString("<qt>%1</qt>").arg(i18n("Your chosen filename <i>%1</i> has the extension <i>.phrasebook</i>. " int filetype = KMessageBox::questionYesNoCancel (0,TQString("<qt>%1</qt>").tqarg(i18n("Your chosen filename <i>%1</i> has the extension <i>.phrasebook</i>. "
"Do you wish to save in phrasebook format?").arg(url.filename())),i18n("File Extension"),i18n("As Phrasebook"),i18n("As Plain Text")); "Do you wish to save in phrasebook format?").tqarg(url.filename())),i18n("File Extension"),i18n("As Phrasebook"),i18n("As Plain Text"));
if (filetype == KMessageBox::Cancel) { if (filetype == KMessageBox::Cancel) {
return 0; return 0;
} }
@ -477,15 +477,15 @@ const char *PhraseBookDrag::format (int i) const {
return xmlphrasebook.format(i/3); return xmlphrasebook.format(i/3);
} }
TQByteArray PhraseBookDrag::encodedData (const char* mime) const { TQByteArray PhraseBookDrag::tqencodedData (const char* mime) const {
TQCString m(mime); TQCString m(mime);
m = m.lower(); m = m.lower();
if (m.contains("xml-phrasebook")) if (m.contains("xml-phrasebook"))
return xmlphrasebook.encodedData(mime); return xmlphrasebook.tqencodedData(mime);
else if (m.contains("xml")) else if (m.contains("xml"))
return xml.encodedData(mime); return xml.tqencodedData(mime);
else else
return plain.encodedData(mime); return plain.tqencodedData(mime);
} }
bool PhraseBookDrag::canDecode (const TQMimeSource* e) { bool PhraseBookDrag::canDecode (const TQMimeSource* e) {

@ -157,7 +157,7 @@ public:
virtual void setBook (PhraseBook *book); virtual void setBook (PhraseBook *book);
const char *format (int i) const; const char *format (int i) const;
virtual TQByteArray encodedData (const char *) const; virtual TQByteArray tqencodedData (const char *) const;
static bool canDecode (const TQMimeSource *e); static bool canDecode (const TQMimeSource *e);
static bool decode (const TQMimeSource *e, PhraseBook *book); static bool decode (const TQMimeSource *e, PhraseBook *book);

@ -17,8 +17,8 @@
// include files for QT // include files for QT
#include <tqapplication.h> #include <tqapplication.h>
#include <layout.h> #include <tqlayout.h>
#include <clipboard.h> #include <tqclipboard.h>
#include <tqradiobutton.h> #include <tqradiobutton.h>
#include <tqevent.h> #include <tqevent.h>
#include <tqpainter.h> #include <tqpainter.h>
@ -132,7 +132,7 @@ void CheckBookItem::childChange (int numberDiff, int selDiff) {
((CheckBookItem*)parent)->childChange (numberDiff, selDiff); ((CheckBookItem*)parent)->childChange (numberDiff, selDiff);
TQString text = i18n(" (%1 of %2 books selected)"); TQString text = i18n(" (%1 of %2 books selected)");
text = text.arg(selectedBooks).arg(numberOfBooks); text = text.tqarg(selectedBooks).tqarg(numberOfBooks);
setText(0, this->text(PhraseBookPrivate::name)+text); setText(0, this->text(PhraseBookPrivate::name)+text);
} }
@ -597,7 +597,7 @@ void PhraseBookDialog::setShortcut( const KShortcut& cut ) {
{ {
TQString s = i18n("In order to use the '%1' key as a shortcut, " TQString s = i18n("In order to use the '%1' key as a shortcut, "
"it must be combined with the " "it must be combined with the "
"Win, Alt, Ctrl, and/or Shift keys.").arg(TQChar(key.sym())); "Win, Alt, Ctrl, and/or Shift keys.").tqarg(TQChar(key.sym()));
KMessageBox::sorry( this, s, i18n("Invalid Shortcut Key") ); KMessageBox::sorry( this, s, i18n("Invalid Shortcut Key") );
return; return;
} }
@ -667,12 +667,12 @@ void PhraseBookDialog::slotCut () {
void PhraseBookDialog::slotCopy () { void PhraseBookDialog::slotCopy () {
PhraseBook book; PhraseBook book;
treeView->fillBook (&book, true); treeView->fillBook (&book, true);
TQApplication::clipboard()->setData(new PhraseBookDrag(&book)); TQApplication::tqclipboard()->setData(new PhraseBookDrag(&book));
} }
void PhraseBookDialog::slotPaste () { void PhraseBookDialog::slotPaste () {
PhraseBook book; PhraseBook book;
if (PhraseBookDrag::decode(TQApplication::clipboard()->data(), &book)) { if (PhraseBookDrag::decode(TQApplication::tqclipboard()->data(), &book)) {
addBook (treeView->currentItem(), &book); addBook (treeView->currentItem(), &book);
} }
} }
@ -731,7 +731,7 @@ void PhraseBookDialog::slotImportPhrasebook (const KURL &url) {
if (book.open (url)) if (book.open (url))
addBook(treeView->currentItem(), &book); addBook(treeView->currentItem(), &book);
else else
KMessageBox::sorry(this,i18n("There was an error loading file\n%1").arg( url.url() )); KMessageBox::sorry(this,i18n("There was an error loading file\n%1").tqarg( url.url() ));
} }
} }
@ -741,7 +741,7 @@ void PhraseBookDialog::slotExportPhrasebook () {
KURL url; KURL url;
if (book.save (this, i18n("Export Phrase Book"), url) == -1) if (book.save (this, i18n("Export Phrase Book"), url) == -1)
KMessageBox::sorry(this,i18n("There was an error saving file\n%1").arg( url.url() )); KMessageBox::sorry(this,i18n("There was an error saving file\n%1").tqarg( url.url() ));
} }
void PhraseBookDialog::slotPrint() void PhraseBookDialog::slotPrint()

@ -470,7 +470,7 @@ void PhraseTree::_warning (const KKeySequence& cut, TQString sAction, TQString s
i18n("The '%1' key combination has already been allocated " i18n("The '%1' key combination has already been allocated "
"to %2.\n" "to %2.\n"
"Please choose a unique key combination."). "Please choose a unique key combination.").
arg(cut.toString()).arg(sAction); tqarg(cut.toString()).tqarg(sAction);
KMessageBox::sorry( this, s, sTitle ); KMessageBox::sorry( this, s, sTitle );
} }
@ -485,7 +485,7 @@ bool PhraseTree::isStdAccelPresent (const KShortcut& cut, bool warnUser) {
{ {
if (warnUser) if (warnUser)
_warning (cut.seq(iSeq), _warning (cut.seq(iSeq),
i18n("the standard \"%1\" action").arg(KStdAccel::label(id)), i18n("the standard \"%1\" action").tqarg(KStdAccel::label(id)),
i18n("Conflict with Standard Application Shortcut")); i18n("Conflict with Standard Application Shortcut"));
return true; return true;
} }
@ -501,7 +501,7 @@ bool PhraseTree::isGlobalKeyPresent (const KShortcut& cut, bool warnUser) {
if (iSeq > -1) { if (iSeq > -1) {
if (warnUser) if (warnUser)
_warning (cut.seq(iSeq), _warning (cut.seq(iSeq),
i18n("the global \"%1\" action").arg(it.key()), i18n("the global \"%1\" action").tqarg(it.key()),
i18n("Conflict with Global Shortcuts")); i18n("Conflict with Global Shortcuts"));
return true; return true;
} }

@ -18,10 +18,10 @@
// include files for TQt // include files for TQt
#include <tqprinter.h> #include <tqprinter.h>
#include <tqpainter.h> #include <tqpainter.h>
#include <layout.h> #include <tqlayout.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <tqpopupmenu.h> #include <tqpopupmenu.h>
#include <clipboard.h> #include <tqclipboard.h>
// include files for KDE // include files for KDE
#include <klistbox.h> #include <klistbox.h>
@ -48,16 +48,16 @@
PhraseList::PhraseList(TQWidget *parent, const char *name) : TQWidget(parent,name) { PhraseList::PhraseList(TQWidget *parent, const char *name) : TQWidget(parent,name) {
isInSlot = false; isInSlot = false;
setBackgroundMode(PaletteBase); setBackgroundMode(PaletteBase);
TQVBoxLayout *layout = new TQVBoxLayout (this); TQVBoxLayout *tqlayout = new TQVBoxLayout (this);
listBox = new KListBox (this); listBox = new KListBox (this);
listBox->setFocusPolicy(TQ_NoFocus); listBox->setFocusPolicy(TQ_NoFocus);
listBox->setSelectionMode (TQListBox::Extended); listBox->setSelectionMode (TQListBox::Extended);
TQWhatsThis::add (listBox, i18n("This list contains the history of spoken sentences. You can select sentences and press the speak button for re-speaking.")); TQWhatsThis::add (listBox, i18n("This list contains the history of spoken sentences. You can select sentences and press the speak button for re-speaking."));
layout->addWidget(listBox); tqlayout->addWidget(listBox);
TQHBoxLayout *rowLayout = new TQHBoxLayout (); TQHBoxLayout *rowLayout = new TQHBoxLayout ();
layout->addLayout(rowLayout); tqlayout->addLayout(rowLayout);
completion = new WordCompletion(); completion = new WordCompletion();
@ -271,7 +271,7 @@ void PhraseList::cutListSelection () {
} }
void PhraseList::copyListSelection () { void PhraseList::copyListSelection () {
TQApplication::clipboard()->setText (getListSelection().join ("\n")); TQApplication::tqclipboard()->setText (getListSelection().join ("\n"));
} }
void PhraseList::lineEntered (const TQString &phrase) { void PhraseList::lineEntered (const TQString &phrase) {
@ -446,7 +446,7 @@ void PhraseList::save () {
KURL url; KURL url;
if (book.save (this, i18n("Save As"), url, false) == -1) if (book.save (this, i18n("Save As"), url, false) == -1)
KMessageBox::sorry(this,i18n("There was an error saving file\n%1").arg( url.url() )); KMessageBox::sorry(this,i18n("There was an error saving file\n%1").tqarg( url.url() ));
} }
void PhraseList::open () { void PhraseList::open () {
@ -472,7 +472,7 @@ void PhraseList::open (KURL url) {
insertIntoPhraseList (*it, false); insertIntoPhraseList (*it, false);
} }
else else
KMessageBox::sorry(this,i18n("There was an error loading file\n%1").arg( url.url() )); KMessageBox::sorry(this,i18n("There was an error loading file\n%1").tqarg( url.url() ));
} }
#include "phraselist.moc" #include "phraselist.moc"

@ -47,6 +47,6 @@ void PhraseListItem::paint (TQPainter *p) {
if (drawCursor()) { if (drawCursor()) {
TQRect r (0, 0, listBox()->maxItemWidth(), height (listBox())); TQRect r (0, 0, listBox()->maxItemWidth(), height (listBox()));
listBox()->tqstyle().tqdrawPrimitive (TQStyle::PE_FocusRect, p, r, listBox()->tqstyle().tqdrawPrimitive (TQStyle::PE_FocusRect, p, r,
listBox()->colorGroup()); listBox()->tqcolorGroup());
} }
} }

@ -21,7 +21,7 @@
#include <tqvaluestack.h> #include <tqvaluestack.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <textcodec.h> #include <tqtextcodec.h>
#include <tqfile.h> #include <tqfile.h>
#include <kdebug.h> #include <kdebug.h>
@ -225,10 +225,10 @@ void Speech::speak(TQString command, bool stdIn, const TQString &text, const TQS
} }
void Speech::receivedStdout (KProcess *, char *buffer, int buflen) { void Speech::receivedStdout (KProcess *, char *buffer, int buflen) {
kdDebug() << TQString::fromLatin1(buffer, buflen) + "\n"; kdDebug() << TQString::tqfromLatin1(buffer, buflen) + "\n";
} }
void Speech::receivedStderr (KProcess *, char *buffer, int buflen) { void Speech::receivedStderr (KProcess *, char *buffer, int buflen) {
kdDebug() << TQString::fromLatin1(buffer, buflen) + "\n"; kdDebug() << TQString::tqfromLatin1(buffer, buflen) + "\n";
} }
void Speech::wroteStdin(KProcess *) { void Speech::wroteStdin(KProcess *) {

@ -18,9 +18,9 @@
#include "texttospeechconfigurationwidget.h" #include "texttospeechconfigurationwidget.h"
#include <kconfig.h> #include <kconfig.h>
#include <textcodec.h> #include <tqtextcodec.h>
#include <tqptrlist.h> #include <tqptrlist.h>
#include <layout.h> #include <tqlayout.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <kcombobox.h> #include <kcombobox.h>
#include <klocale.h> #include <klocale.h>

@ -18,7 +18,7 @@
#include "texttospeechsystem.h" #include "texttospeechsystem.h"
#include <tqregexp.h> #include <tqregexp.h>
#include <textcodec.h> #include <tqtextcodec.h>
#include <tqptrlist.h> #include <tqptrlist.h>
#include <stdlib.h> #include <stdlib.h>

@ -15,7 +15,7 @@ void CreationSourceDetailsUI::init() {
TQWhatsThis::add (languageButton, i18n("With this combo box you decide which language should be associated with the new dictionary.")); TQWhatsThis::add (languageButton, i18n("With this combo box you decide which language should be associated with the new dictionary."));
loadLanguageList(languageButton); loadLanguageList(languageButton);
languageButton->insertLanguage("??", i18n("Other"), TQString::fromLatin1("l10n/"), TQString()); languageButton->insertLanguage("??", i18n("Other"), TQString::tqfromLatin1("l10n/"), TQString());
connect (languageButton, TQT_SIGNAL(activated(int)), this, TQT_SLOT(languageButton_activated(int))); connect (languageButton, TQT_SIGNAL(activated(int)), this, TQT_SLOT(languageButton_activated(int)));
} }
@ -28,7 +28,7 @@ void CreationSourceDetailsUI::languageButton_activated (int) {
languageButton->setCurrentItem(customLanguage); languageButton->setCurrentItem(customLanguage);
} }
else { else {
languageButton->insertLanguage(customLanguage, i18n("without name"), TQString::fromLatin1("l10n/"), TQString()); languageButton->insertLanguage(customLanguage, i18n("without name"), TQString::tqfromLatin1("l10n/"), TQString());
languageButton->setCurrentItem(customLanguage); languageButton->setCurrentItem(customLanguage);
} }
} }

@ -120,7 +120,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Fixed</enum> <enum>Fixed</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>40</height> <height>40</height>

@ -15,13 +15,13 @@
* * * *
***************************************************************************/ ***************************************************************************/
#include <layout.h> #include <tqlayout.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqradiobutton.h> #include <tqradiobutton.h>
#include <tqlineedit.h> #include <tqlineedit.h>
#include <tqcombobox.h> #include <tqcombobox.h>
#include <textcodec.h> #include <tqtextcodec.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
#include <klistview.h> #include <klistview.h>
@ -221,7 +221,7 @@ TQString DictionaryCreationWizard::createDictionary() {
TQString dictionaryFile; TQString dictionaryFile;
do { do {
dictnumber++; dictnumber++;
filename = TQString("wordcompletion%1.dict").arg(dictnumber); filename = TQString("wordcompletion%1.dict").tqarg(dictnumber);
dictionaryFile = KApplication::kApplication()->dirs()->findResource("appdata", filename); dictionaryFile = KApplication::kApplication()->dirs()->findResource("appdata", filename);
} }
while (KStandardDirs::exists(dictionaryFile)); while (KStandardDirs::exists(dictionaryFile));
@ -283,10 +283,10 @@ MergeWidget::MergeWidget(KWizard *parent, const char *name,
TQWidget *contents = new TQWidget(viewport()); TQWidget *contents = new TQWidget(viewport());
addChild(contents); addChild(contents);
TQGridLayout *layout = new TQGridLayout (contents); TQGridLayout *tqlayout = new TQGridLayout (contents);
setResizePolicy (TQScrollView::AutoOneFit); setResizePolicy (TQScrollView::AutoOneFit);
layout->setColStretch (0, 0); tqlayout->setColStretch (0, 0);
layout->setColStretch (1, 1); tqlayout->setColStretch (1, 1);
int row = 0; int row = 0;
TQStringList::Iterator nIt = dictionaryNames.begin(); TQStringList::Iterator nIt = dictionaryNames.begin();
@ -295,8 +295,8 @@ MergeWidget::MergeWidget(KWizard *parent, const char *name,
for (; nIt != dictionaryNames.end(); ++nIt, ++fIt, ++lIt) { for (; nIt != dictionaryNames.end(); ++nIt, ++fIt, ++lIt) {
TQCheckBox *checkbox = new TQCheckBox(*nIt, contents); TQCheckBox *checkbox = new TQCheckBox(*nIt, contents);
KIntNumInput *numInput = new KIntNumInput(contents); KIntNumInput *numInput = new KIntNumInput(contents);
layout->addWidget (checkbox, row, 0); tqlayout->addWidget (checkbox, row, 0);
layout->addWidget (numInput, row, 1); tqlayout->addWidget (numInput, row, 1);
checkbox->setChecked (true); checkbox->setChecked (true);
numInput->setRange (1, 100, 10, true); numInput->setRange (1, 100, 10, true);

@ -132,12 +132,12 @@ void KLanguageButton::insertSubmenu( const TQString &text, const TQString &tag,
void KLanguageButton::insertLanguage( const TQString& path, const TQString& name, void KLanguageButton::insertLanguage( const TQString& path, const TQString& name,
const TQString& sub, const TQString &submenu, int index ) const TQString& sub, const TQString &submenu, int index )
{ {
TQString output = name + TQString::fromLatin1( " (" ) + path + TQString output = name + TQString::tqfromLatin1( " (" ) + path +
TQString::fromLatin1( ")" ); TQString::tqfromLatin1( ")" );
#if 0 #if 0
// Nooooo ! Country != language // Nooooo ! Country != language
TQPixmap flag( locate( "locale", sub + path + TQPixmap flag( locate( "locale", sub + path +
TQString::fromLatin1( "/flag.png" ) ) ); TQString::tqfromLatin1( "/flag.png" ) ) );
#endif #endif
insertItem( output, path, submenu, index ); insertItem( output, path, submenu, index );
} }
@ -182,8 +182,8 @@ void KLanguageButton::clear()
{ {
if ( i < 0 || i >= count() ) if ( i < 0 || i >= count() )
return; return;
TQString output = name + TQString::fromLatin1( " (" ) + tag( i ) + TQString output = name + TQString::tqfromLatin1( " (" ) + tag( i ) +
TQString::fromLatin1( ")" ); TQString::tqfromLatin1( ")" );
changeItem( output, i ); changeItem( output, i );
}*/ }*/

@ -31,18 +31,18 @@
TQString languageName (TQString languageCode) { TQString languageName (TQString languageCode) {
TQString filename = KGlobal::dirs()->findResource("locale", TQString filename = KGlobal::dirs()->findResource("locale",
languageCode + TQString::fromLatin1("/entry.desktop")); languageCode + TQString::tqfromLatin1("/entry.desktop"));
KSimpleConfig entry(filename); KSimpleConfig entry(filename);
entry.setGroup(TQString::fromLatin1("KCM Locale")); entry.setGroup(TQString::tqfromLatin1("KCM Locale"));
return entry.readEntry(TQString::fromLatin1("Name"), i18n("without name")); return entry.readEntry(TQString::tqfromLatin1("Name"), i18n("without name"));
} }
void loadLanguageList(KLanguageButton *combo) void loadLanguageList(KLanguageButton *combo)
// This function was taken from tdebase/kcontrol/kdm/kdm-appear.cpp // This function was taken from tdebase/kcontrol/kdm/kdm-appear.cpp
{ {
TQStringList langlist = KGlobal::dirs()->findAllResources("locale", TQStringList langlist = KGlobal::dirs()->findAllResources("locale",
TQString::fromLatin1("*/entry.desktop")); TQString::tqfromLatin1("*/entry.desktop"));
langlist.sort(); langlist.sort();
for ( TQStringList::ConstIterator it = langlist.begin(); for ( TQStringList::ConstIterator it = langlist.begin();
it != langlist.end(); ++it ) it != langlist.end(); ++it )
@ -52,9 +52,9 @@ void loadLanguageList(KLanguageButton *combo)
TQString nid = fpath.mid(index + 1); TQString nid = fpath.mid(index + 1);
KSimpleConfig entry(*it); KSimpleConfig entry(*it);
entry.setGroup(TQString::fromLatin1("KCM Locale")); entry.setGroup(TQString::tqfromLatin1("KCM Locale"));
TQString name = entry.readEntry(TQString::fromLatin1("Name"), i18n("without name")); TQString name = entry.readEntry(TQString::tqfromLatin1("Name"), i18n("without name"));
combo->insertLanguage(nid, name, TQString::fromLatin1("l10n/"), TQString()); combo->insertLanguage(nid, name, TQString::tqfromLatin1("l10n/"), TQString());
} }
if (KGlobal::locale()) if (KGlobal::locale())

@ -18,7 +18,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="1"> <widget class="TQLayoutWidget" row="0" column="1">
<property name="name"> <property name="name">
<cstring>layout1</cstring> <cstring>tqlayout1</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -141,7 +141,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>240</height> <height>240</height>
@ -152,7 +152,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout2</cstring> <cstring>tqlayout2</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">

@ -15,7 +15,7 @@ void WordCompletionUI::init() {
TQWhatsThis::add (languageButton, i18n("With this combo box you select the language associated with the selected dictionary.")); TQWhatsThis::add (languageButton, i18n("With this combo box you select the language associated with the selected dictionary."));
loadLanguageList(languageButton); loadLanguageList(languageButton);
languageButton->insertLanguage("??", i18n("Other"), TQString::fromLatin1("l10n/"), TQString()); languageButton->insertLanguage("??", i18n("Other"), TQString::tqfromLatin1("l10n/"), TQString());
connect (languageButton, TQT_SIGNAL(activated(int)), this, TQT_SLOT(languageButton_activated(int))); connect (languageButton, TQT_SIGNAL(activated(int)), this, TQT_SLOT(languageButton_activated(int)));
} }
@ -28,7 +28,7 @@ void WordCompletionUI::languageButton_activated (int) {
languageButton->setCurrentItem(customLanguage); languageButton->setCurrentItem(customLanguage);
} }
else { else {
languageButton->insertLanguage(customLanguage, i18n("without name"), TQString::fromLatin1("l10n/"), TQString()); languageButton->insertLanguage(customLanguage, i18n("without name"), TQString::tqfromLatin1("l10n/"), TQString());
languageButton->setCurrentItem(customLanguage); languageButton->setCurrentItem(customLanguage);
} }
} }

@ -15,7 +15,7 @@
* * * *
***************************************************************************/ ***************************************************************************/
#include <layout.h> #include <tqlayout.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqlineedit.h> #include <tqlineedit.h>
@ -71,11 +71,11 @@ public:
void setLanguage (TQString languageCode) { void setLanguage (TQString languageCode) {
TQString filename = KGlobal::dirs()->findResource("locale", TQString filename = KGlobal::dirs()->findResource("locale",
languageCode + TQString::fromLatin1("/entry.desktop")); languageCode + TQString::tqfromLatin1("/entry.desktop"));
KSimpleConfig entry(filename); KSimpleConfig entry(filename);
entry.setGroup(TQString::fromLatin1("KCM Locale")); entry.setGroup(TQString::tqfromLatin1("KCM Locale"));
TQString name = entry.readEntry(TQString::fromLatin1("Name"), i18n("without name")); TQString name = entry.readEntry(TQString::tqfromLatin1("Name"), i18n("without name"));
setLanguage (name + " (" + languageCode + ")", languageCode); setLanguage (name + " (" + languageCode + ")", languageCode);
} }
@ -136,7 +136,7 @@ void WordCompletionWidget::load() {
config->readEntry("Name"), config->readEntry("Name"),
languageTag); languageTag);
if (!languageButton->containsTag(languageTag)) if (!languageButton->containsTag(languageTag))
languageButton->insertLanguage(languageTag, i18n("without name"), TQString::fromLatin1("l10n/"), TQString()); languageButton->insertLanguage(languageTag, i18n("without name"), TQString::tqfromLatin1("l10n/"), TQString());
} }
// Clean up disc space // Clean up disc space
@ -159,7 +159,7 @@ void WordCompletionWidget::save() {
while (it.current()) { while (it.current()) {
DictionaryListItem *item = dynamic_cast<DictionaryListItem*>(it.current()); DictionaryListItem *item = dynamic_cast<DictionaryListItem*>(it.current());
if (item != 0) { if (item != 0) {
config->setGroup(TQString("Dictionary %1").arg(number)); config->setGroup(TQString("Dictionary %1").tqarg(number));
config->writeEntry ("Filename", item->filename()); config->writeEntry ("Filename", item->filename());
config->writeEntry ("Name", item->text (0)); config->writeEntry ("Name", item->text (0));
config->writeEntry ("Language", item->languageCode()); config->writeEntry ("Language", item->languageCode());
@ -200,7 +200,7 @@ void WordCompletionWidget::addDictionary() {
newDictionaryFiles += filename; newDictionaryFiles += filename;
TQString languageTag = wizard->language(); TQString languageTag = wizard->language();
if (!languageButton->containsTag(languageTag)) { if (!languageButton->containsTag(languageTag)) {
languageButton->insertLanguage(languageTag, i18n("without name"), TQString::fromLatin1("l10n/"), TQString()); languageButton->insertLanguage(languageTag, i18n("without name"), TQString::tqfromLatin1("l10n/"), TQString());
} }
KListViewItem *item = new DictionaryListItem (dictionaryList, KListViewItem *item = new DictionaryListItem (dictionaryList,
filename, wizard->name(), languageTag); filename, wizard->name(), languageTag);
@ -251,8 +251,8 @@ void WordCompletionWidget::exportDictionary() {
return; return;
if (KIO::NetAccess::exists(url, false, this)) { if (KIO::NetAccess::exists(url, false, this)) {
if (KMessageBox::warningContinueCancel(0,TQString("<qt>%1</qt>").arg(i18n("The file %1 already exists. " if (KMessageBox::warningContinueCancel(0,TQString("<qt>%1</qt>").tqarg(i18n("The file %1 already exists. "
"Do you want to overwrite it?").arg(url.url())),i18n("File Exists"),i18n("&Overwrite"))==KMessageBox::Cancel) { "Do you want to overwrite it?").tqarg(url.url())),i18n("File Exists"),i18n("&Overwrite"))==KMessageBox::Cancel) {
return; return;
} }
} }

@ -228,7 +228,7 @@ WordMap parseFiles (TQStringList files, TQTextStream::Encoding encoding, TQTextC
if (steps != 0 && progress*100/steps > percent) { if (steps != 0 && progress*100/steps > percent) {
percent = progress*100/steps; percent = progress*100/steps;
pdlg->progressBar()->setProgress(percent); pdlg->progressBar()->setProgress(percent);
tqApp->processEvents (20); tqApp->tqprocessEvents (20);
} }
} }
return map; return map;
@ -237,7 +237,7 @@ WordMap parseFiles (TQStringList files, TQTextStream::Encoding encoding, TQTextC
WordMap mergeFiles (TQMap<TQString,int> files, KProgressDialog *pdlg) { WordMap mergeFiles (TQMap<TQString,int> files, KProgressDialog *pdlg) {
pdlg->setLabel (i18n("Merging dictionaries...")); pdlg->setLabel (i18n("Merging dictionaries..."));
pdlg->show(); pdlg->show();
tqApp->processEvents (20); tqApp->tqprocessEvents (20);
int progress = 0; int progress = 0;
int steps = files.count(); int steps = files.count();
@ -269,7 +269,7 @@ WordMap mergeFiles (TQMap<TQString,int> files, KProgressDialog *pdlg) {
if (steps != 0 && progress*100/steps > percent) { if (steps != 0 && progress*100/steps > percent) {
percent = progress*100/steps; percent = progress*100/steps;
pdlg->progressBar()->setProgress(percent); pdlg->progressBar()->setProgress(percent);
tqApp->processEvents (20); tqApp->tqprocessEvents (20);
} }
} }
@ -290,7 +290,7 @@ WordMap mergeFiles (TQMap<TQString,int> files, KProgressDialog *pdlg) {
WordMap parseKDEDoc (TQString language, KProgressDialog *pdlg) { WordMap parseKDEDoc (TQString language, KProgressDialog *pdlg) {
pdlg->setLabel (i18n("Parsing the KDE documentation...")); pdlg->setLabel (i18n("Parsing the KDE documentation..."));
pdlg->show(); pdlg->show();
tqApp->processEvents (20); tqApp->tqprocessEvents (20);
TQStringList files = KApplication::kApplication()->dirs()->findAllResources ("html", language + "/*.docbook", true, true); TQStringList files = KApplication::kApplication()->dirs()->findAllResources ("html", language + "/*.docbook", true, true);
if ((files.count() == 0) && (language.length() == 5)) { if ((files.count() == 0) && (language.length() == 5)) {
@ -304,7 +304,7 @@ WordMap parseKDEDoc (TQString language, KProgressDialog *pdlg) {
WordMap parseFile (TQString filename, TQTextStream::Encoding encoding, TQTextCodec *codec, KProgressDialog *pdlg) { WordMap parseFile (TQString filename, TQTextStream::Encoding encoding, TQTextCodec *codec, KProgressDialog *pdlg) {
pdlg->setLabel (i18n("Parsing file...")); pdlg->setLabel (i18n("Parsing file..."));
pdlg->show(); pdlg->show();
tqApp->processEvents (20); tqApp->tqprocessEvents (20);
TQStringList files = filename; TQStringList files = filename;
@ -314,7 +314,7 @@ WordMap parseFile (TQString filename, TQTextStream::Encoding encoding, TQTextCod
WordMap parseDir (TQString directory, TQTextStream::Encoding encoding, TQTextCodec *codec, KProgressDialog *pdlg) { WordMap parseDir (TQString directory, TQTextStream::Encoding encoding, TQTextCodec *codec, KProgressDialog *pdlg) {
pdlg->setLabel (i18n("Parsing directory...")); pdlg->setLabel (i18n("Parsing directory..."));
pdlg->show(); pdlg->show();
tqApp->processEvents (20); tqApp->tqprocessEvents (20);
TQStringList directories; TQStringList directories;
directories += directory; directories += directory;
@ -504,7 +504,7 @@ WordMap spellCheck (WordMap map, TQString dictionary, KProgressDialog *pdlg) {
pdlg->setLabel (i18n("Performing spell check...")); pdlg->setLabel (i18n("Performing spell check..."));
pdlg->progressBar()->setTotalSteps(100); pdlg->progressBar()->setTotalSteps(100);
pdlg->progressBar()->setProgress(0); pdlg->progressBar()->setProgress(0);
tqApp->processEvents (20); tqApp->tqprocessEvents (20);
int progress = 0; int progress = 0;
int steps = 0; int steps = 0;
int percent = 0; int percent = 0;
@ -535,7 +535,7 @@ WordMap spellCheck (WordMap map, TQString dictionary, KProgressDialog *pdlg) {
if (steps != 0 && progress*100/steps > percent) { if (steps != 0 && progress*100/steps > percent) {
percent = progress*100/steps; percent = progress*100/steps;
pdlg->progressBar()->setProgress(percent); pdlg->progressBar()->setProgress(percent);
tqApp->processEvents (20); tqApp->tqprocessEvents (20);
} }
} }
} }

@ -20,7 +20,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="tqminimumSize">
<size> <size>
<width>360</width> <width>360</width>
<height>300</height> <height>300</height>
@ -38,7 +38,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout6</cstring> <cstring>tqlayout6</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -56,7 +56,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="tqminimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>260</height> <height>260</height>
@ -79,7 +79,7 @@
<property name="text"> <property name="text">
<string>&lt;b&gt;Room&lt;/b&gt;</string> <string>&lt;b&gt;Room&lt;/b&gt;</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>WordBreak|AlignCenter</set> <set>WordBreak|AlignCenter</set>
</property> </property>
</widget> </widget>
@ -161,7 +161,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="tqminimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>260</height> <height>260</height>
@ -184,7 +184,7 @@
<property name="text"> <property name="text">
<string>&lt;b&gt;Damp&lt;/b&gt;</string> <string>&lt;b&gt;Damp&lt;/b&gt;</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>WordBreak|AlignCenter</set> <set>WordBreak|AlignCenter</set>
</property> </property>
</widget> </widget>
@ -260,7 +260,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="tqminimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>260</height> <height>260</height>
@ -283,7 +283,7 @@
<property name="text"> <property name="text">
<string>&lt;b&gt;Wet&lt;/b&gt;</string> <string>&lt;b&gt;Wet&lt;/b&gt;</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>WordBreak|AlignCenter</set> <set>WordBreak|AlignCenter</set>
</property> </property>
</widget> </widget>
@ -359,7 +359,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="tqminimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>260</height> <height>260</height>
@ -382,7 +382,7 @@
<property name="text"> <property name="text">
<string>&lt;b&gt;Dry&lt;/b&gt;</string> <string>&lt;b&gt;Dry&lt;/b&gt;</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>WordBreak|AlignCenter</set> <set>WordBreak|AlignCenter</set>
</property> </property>
</widget> </widget>
@ -458,7 +458,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="tqminimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>260</height> <height>260</height>
@ -481,7 +481,7 @@
<property name="text"> <property name="text">
<string>&lt;b&gt;Width&lt;/b&gt;</string> <string>&lt;b&gt;Width&lt;/b&gt;</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>WordBreak|AlignCenter</set> <set>WordBreak|AlignCenter</set>
</property> </property>
</widget> </widget>
@ -571,7 +571,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout12</cstring> <cstring>tqlayout12</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -587,7 +587,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>180</width> <width>180</width>
<height>20</height> <height>20</height>
@ -598,7 +598,7 @@
<property name="name"> <property name="name">
<cstring>OK_Button</cstring> <cstring>OK_Button</cstring>
</property> </property>
<property name="minimumSize"> <property name="tqminimumSize">
<size> <size>
<width>60</width> <width>60</width>
<height>0</height> <height>0</height>

@ -11,7 +11,7 @@
// //
// QT includes // QT includes
// #include <textcodec.h> // #include <tqtextcodec.h>
#include <tqstringlist.h> #include <tqstringlist.h>
// KDE includes // KDE includes

@ -51,7 +51,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout1</cstring> <cstring>tqlayout1</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -67,7 +67,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>
@ -95,7 +95,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>

@ -81,7 +81,7 @@ int KTTSDLib::getActions()
} }
int KTTSDLib::getStatus() const int KTTSDLib::gettqStatus() const
{ {
return TTS::AUDIOFILE; return TTS::AUDIOFILE;
} }

@ -93,7 +93,7 @@ public:
void sayText(); void sayText();
int getStatus() const; int gettqStatus() const;
void stop(); void stop();

@ -20,7 +20,7 @@
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="tqminimumSize">
<size> <size>
<width>100</width> <width>100</width>
<height>200</height> <height>200</height>

@ -23,7 +23,7 @@
<property name="name"> <property name="name">
<cstring>TextEdit</cstring> <cstring>TextEdit</cstring>
</property> </property>
<property name="minimumSize"> <property name="tqminimumSize">
<size> <size>
<width>400</width> <width>400</width>
<height>200</height> <height>200</height>

@ -11,7 +11,7 @@
// //
// TQt includes // TQt includes
#include <tqwidget.h> #include <tqwidget.h>
#include <textstream.h> #include <tqtextstream.h>
#include <tqpixmap.h> #include <tqpixmap.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -13,7 +13,7 @@
#define DOCBOOKGENERATOR_H #define DOCBOOKGENERATOR_H
// TQt includes // TQt includes
#include <textstream.h> #include <tqtextstream.h>
// KDE includes // KDE includes

@ -13,7 +13,7 @@
// TQt includes // TQt includes
#include <tqregexp.h> #include <tqregexp.h>
#include <tqstring.h> #include <tqstring.h>
#include <textstream.h> #include <tqtextstream.h>
//KDE includes //KDE includes
#include <kdebug.h> #include <kdebug.h>
@ -58,7 +58,7 @@ TQString DocbookParser::node2raw(TQDomNode node) const
void DocbookParser::parseBook(const TQDomElement &element, ListViewInterface *item) void DocbookParser::parseBook(const TQDomElement &element, ListViewInterface *item)
{ {
kdDebug(100200) << "+++ entering parseBook()" << endl; kdDebug(100200) << "+++ entering parseBook()" << endl;
item->setText(3, TQString("%1").arg(++m_idCounter).rightJustify(8,'0') ); item->setText(3, TQString("%1").tqarg(++m_idCounter).rightJustify(8,'0') );
// register Popup menu // register Popup menu
m_contextmenuhandler->registerPopupMenu( item ); m_contextmenuhandler->registerPopupMenu( item );
@ -89,7 +89,7 @@ void DocbookParser::parseBookInfo(const TQDomElement &element, ListViewInterface
kdDebug(100200) << "+++ entering parseBookInfo()" << endl; kdDebug(100200) << "+++ entering parseBookInfo()" << endl;
Overview *overview = new Overview(item, NULL, i18n("Overview")); Overview *overview = new Overview(item, NULL, i18n("Overview"));
overview->setText(3, TQString("%1").arg(++m_idCounter).rightJustify(8,'0') ); overview->setText(3, TQString("%1").tqarg(++m_idCounter).rightJustify(8,'0') );
// register Popup menu // register Popup menu
m_contextmenuhandler->registerPopupMenu( overview ); m_contextmenuhandler->registerPopupMenu( overview );
@ -122,7 +122,7 @@ void DocbookParser::parseBookInfo(const TQDomElement &element, ListViewInterface
data = node.firstChild().toText(); data = node.firstChild().toText();
if( !data.isNull() ){ if( !data.isNull() ){
Date *date = new Date(overview, NULL, i18n("Date")); Date *date = new Date(overview, NULL, i18n("Date"));
date->setText(3, TQString("%1").arg(++m_idCounter).rightJustify(8,'0') ); date->setText(3, TQString("%1").tqarg(++m_idCounter).rightJustify(8,'0') );
date->setText( 1, data.nodeValue() ); date->setText( 1, data.nodeValue() );
date->setValue(KSayItGlobal::RTFDATA, data.nodeValue()); date->setValue(KSayItGlobal::RTFDATA, data.nodeValue());
date->setValue(KSayItGlobal::SPEAKERDATA, data.nodeValue()); date->setValue(KSayItGlobal::SPEAKERDATA, data.nodeValue());
@ -140,7 +140,7 @@ void DocbookParser::parseBookInfo(const TQDomElement &element, ListViewInterface
data = node.firstChild().toText(); data = node.firstChild().toText();
if( !data.isNull() ){ if( !data.isNull() ){
ReleaseInfo *relinfo = new ReleaseInfo(overview, NULL, i18n("Release")); ReleaseInfo *relinfo = new ReleaseInfo(overview, NULL, i18n("Release"));
relinfo->setText(3, TQString("%1").arg(++m_idCounter).rightJustify(8,'0') ); relinfo->setText(3, TQString("%1").tqarg(++m_idCounter).rightJustify(8,'0') );
relinfo->setText( 1, data.nodeValue() ); relinfo->setText( 1, data.nodeValue() );
relinfo->setValue(KSayItGlobal::RTFDATA, data.nodeValue()); relinfo->setValue(KSayItGlobal::RTFDATA, data.nodeValue());
relinfo->setValue(KSayItGlobal::SPEAKERDATA, data.nodeValue()); relinfo->setValue(KSayItGlobal::SPEAKERDATA, data.nodeValue());
@ -176,7 +176,7 @@ void DocbookParser::parseAuthorGroup(const TQDomElement &element, ListViewInterf
// item = overview // item = overview
AuthorGroup *authorgroup = new AuthorGroup(item, NULL, i18n("Author(s)")); AuthorGroup *authorgroup = new AuthorGroup(item, NULL, i18n("Author(s)"));
authorgroup->setText(3, TQString("%1").arg(++m_idCounter).rightJustify(8,'0') ); authorgroup->setText(3, TQString("%1").tqarg(++m_idCounter).rightJustify(8,'0') );
// register Popup menu // register Popup menu
m_contextmenuhandler->registerPopupMenu( authorgroup ); m_contextmenuhandler->registerPopupMenu( authorgroup );
@ -203,7 +203,7 @@ void DocbookParser::parseAuthor(const TQDomElement &element, ListViewInterface *
TQString s_surname = TQString(); TQString s_surname = TQString();
Author *author = new Author(item); Author *author = new Author(item);
author->setText(3, TQString("%1").arg(++m_idCounter).rightJustify(8,'0') ); author->setText(3, TQString("%1").tqarg(++m_idCounter).rightJustify(8,'0') );
TQDomNode node = element.firstChild(); TQDomNode node = element.firstChild();
while( !node.isNull() ){ while( !node.isNull() ){
@ -241,7 +241,7 @@ void DocbookParser::parseKeywordSet(const TQDomElement &element, ListViewInterfa
// item = overview // item = overview
KeywordSet *keywordset = new KeywordSet(item, NULL, i18n("Keywords")); KeywordSet *keywordset = new KeywordSet(item, NULL, i18n("Keywords"));
keywordset->setText(3, TQString("%1").arg(++m_idCounter).rightJustify(8,'0') ); keywordset->setText(3, TQString("%1").tqarg(++m_idCounter).rightJustify(8,'0') );
// register Popup menu // register Popup menu
m_contextmenuhandler->registerPopupMenu( keywordset ); m_contextmenuhandler->registerPopupMenu( keywordset );
@ -252,7 +252,7 @@ void DocbookParser::parseKeywordSet(const TQDomElement &element, ListViewInterfa
data = node.firstChild().toText(); data = node.firstChild().toText();
if( !data.isNull() ){ if( !data.isNull() ){
Keyword *keyword = new Keyword(keywordset); Keyword *keyword = new Keyword(keywordset);
keyword->setText(3, TQString("%1").arg(++m_idCounter).rightJustify(8,'0') ); keyword->setText(3, TQString("%1").tqarg(++m_idCounter).rightJustify(8,'0') );
keyword->setText(0, data.nodeValue() ); keyword->setText(0, data.nodeValue() );
keyword->setValue(KSayItGlobal::RTFDATA, data.nodeValue() ); keyword->setValue(KSayItGlobal::RTFDATA, data.nodeValue() );
keyword->setValue(KSayItGlobal::SPEAKERDATA, data.nodeValue() ); keyword->setValue(KSayItGlobal::SPEAKERDATA, data.nodeValue() );
@ -275,7 +275,7 @@ void DocbookParser::parseAbstract(const TQDomElement &element, ListViewInterface
// item = overview // item = overview
TQDomText data; TQDomText data;
Abstract *abstract = new Abstract(item, NULL, i18n("Abstract")); Abstract *abstract = new Abstract(item, NULL, i18n("Abstract"));
abstract->setText(3, TQString("%1").arg(++m_idCounter).rightJustify(8,'0') ); abstract->setText(3, TQString("%1").tqarg(++m_idCounter).rightJustify(8,'0') );
// register Popup menu // register Popup menu
m_contextmenuhandler->registerPopupMenu( abstract ); m_contextmenuhandler->registerPopupMenu( abstract );
@ -296,7 +296,7 @@ void DocbookParser::parseChapter(const TQDomElement &element, ListViewInterface
TQDomText data; TQDomText data;
Chapter *chapter = new Chapter(item, NULL, i18n("Chapter")); Chapter *chapter = new Chapter(item, NULL, i18n("Chapter"));
chapter->setText(3, TQString("%1").arg(++m_idCounter).rightJustify(8,'0') ); chapter->setText(3, TQString("%1").tqarg(++m_idCounter).rightJustify(8,'0') );
// register Popup menu // register Popup menu
m_contextmenuhandler->registerPopupMenu( chapter ); m_contextmenuhandler->registerPopupMenu( chapter );
@ -326,7 +326,7 @@ void DocbookParser::parseSect1(const TQDomElement &element, ListViewInterface *i
TQDomText data; TQDomText data;
Sect1 *sect1 = new Sect1(item, NULL, i18n("Section Level 1")); Sect1 *sect1 = new Sect1(item, NULL, i18n("Section Level 1"));
sect1->setText(3, TQString("%1").arg(++m_idCounter).rightJustify(8,'0') ); sect1->setText(3, TQString("%1").tqarg(++m_idCounter).rightJustify(8,'0') );
// register Popup menu // register Popup menu
m_contextmenuhandler->registerPopupMenu( sect1 ); m_contextmenuhandler->registerPopupMenu( sect1 );
@ -356,7 +356,7 @@ void DocbookParser::parseSect2(const TQDomElement &element, ListViewInterface *i
TQDomText data; TQDomText data;
Sect2 *sect2 = new Sect2(item, NULL, i18n("Section Level 2")); Sect2 *sect2 = new Sect2(item, NULL, i18n("Section Level 2"));
sect2->setText(3, TQString("%1").arg(++m_idCounter).rightJustify(8,'0') ); sect2->setText(3, TQString("%1").tqarg(++m_idCounter).rightJustify(8,'0') );
// register Popup menu // register Popup menu
m_contextmenuhandler->registerPopupMenu( sect2 ); m_contextmenuhandler->registerPopupMenu( sect2 );
@ -386,7 +386,7 @@ void DocbookParser::parseSect3(const TQDomElement &element, ListViewInterface *i
TQDomText data; TQDomText data;
Sect3 *sect3 = new Sect3(item, NULL, i18n("Section Level 3")); Sect3 *sect3 = new Sect3(item, NULL, i18n("Section Level 3"));
sect3->setText(3, TQString("%1").arg(++m_idCounter).rightJustify(8,'0') ); sect3->setText(3, TQString("%1").tqarg(++m_idCounter).rightJustify(8,'0') );
// register Popup menu // register Popup menu
m_contextmenuhandler->registerPopupMenu( sect3 ); m_contextmenuhandler->registerPopupMenu( sect3 );
@ -416,7 +416,7 @@ void DocbookParser::parseSect4(const TQDomElement &element, ListViewInterface *i
TQDomText data; TQDomText data;
Sect4 *sect4 = new Sect4(item, NULL, i18n("Section Level 4")); Sect4 *sect4 = new Sect4(item, NULL, i18n("Section Level 4"));
sect4->setText(3, TQString("%1").arg(++m_idCounter).rightJustify(8,'0') ); sect4->setText(3, TQString("%1").tqarg(++m_idCounter).rightJustify(8,'0') );
// register Popup menu // register Popup menu
m_contextmenuhandler->registerPopupMenu( sect4 ); m_contextmenuhandler->registerPopupMenu( sect4 );
@ -446,7 +446,7 @@ void DocbookParser::parseSect5(const TQDomElement &element, ListViewInterface *i
TQDomText data; TQDomText data;
Sect5 *sect5 = new Sect5(item, NULL, i18n("Section Level 4")); Sect5 *sect5 = new Sect5(item, NULL, i18n("Section Level 4"));
sect5->setText(3, TQString("%1").arg(++m_idCounter).rightJustify(8,'0') ); sect5->setText(3, TQString("%1").tqarg(++m_idCounter).rightJustify(8,'0') );
// register Popup menu // register Popup menu
m_contextmenuhandler->registerPopupMenu( sect5 ); m_contextmenuhandler->registerPopupMenu( sect5 );
@ -473,7 +473,7 @@ void DocbookParser::parsePara(const TQDomElement &element, ListViewInterface *it
kdDebug(100200) << "+++ entering parsePara()" << endl; kdDebug(100200) << "+++ entering parsePara()" << endl;
Para *para = new Para(item, NULL, i18n("Paragraph")); Para *para = new Para(item, NULL, i18n("Paragraph"));
para->setText(3, TQString("%1").arg(++m_idCounter).rightJustify(8,'0') ); para->setText(3, TQString("%1").tqarg(++m_idCounter).rightJustify(8,'0') );
// register Popup menu // register Popup menu
m_contextmenuhandler->registerPopupMenu( para ); m_contextmenuhandler->registerPopupMenu( para );

@ -15,7 +15,7 @@
#include <tqdom.h> #include <tqdom.h>
#include <tqfile.h> #include <tqfile.h>
#include <tqwidget.h> #include <tqwidget.h>
#include <textstream.h> #include <tqtextstream.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <tqdatetime.h> #include <tqdatetime.h>
#include <tqcolor.h> #include <tqcolor.h>
@ -261,7 +261,7 @@ void DocTreeViewImpl::openFile(const KURL &url)
docbookparser.parseBook(root , m_rootItem); docbookparser.parseBook(root , m_rootItem);
m_idCounter = docbookparser.getIdCounter(); m_idCounter = docbookparser.getIdCounter();
} else { } else {
err = i18n("The file is of type %1, 'book' expected.").arg(root.tagName() ); err = i18n("The file is of type %1, 'book' expected.").tqarg(root.tagName() );
throw(err); throw(err);
} }
@ -779,7 +779,7 @@ void DocTreeViewImpl::slotDeleteItem()
TQListViewItemIterator itr( m_rootItem ); TQListViewItemIterator itr( m_rootItem );
while ( itr.current() ) { while ( itr.current() ) {
item = static_cast<ListViewInterface*>(itr.current()); item = static_cast<ListViewInterface*>(itr.current());
item->setText(3, TQString("%1").arg(++m_idCounter).rightJustify(8,'0') ); item->setText(3, TQString("%1").tqarg(++m_idCounter).rightJustify(8,'0') );
++itr; ++itr;
} }
@ -797,7 +797,7 @@ void DocTreeViewImpl::slotNewBookInfo()
if ( whoAmI == "RobDocument" ){ if ( whoAmI == "RobDocument" ){
int newIndex = newIndexFirstChild(); int newIndex = newIndexFirstChild();
Overview *overview = new Overview( m_currentItem, NULL, i18n("Overview") ); Overview *overview = new Overview( m_currentItem, NULL, i18n("Overview") );
overview->setText(3, TQString("%1").arg(newIndex).rightJustify(8,'0') ); overview->setText(3, TQString("%1").tqarg(newIndex).rightJustify(8,'0') );
m_contextmenuhandler->registerPopupMenu( overview ); m_contextmenuhandler->registerPopupMenu( overview );
} }
@ -810,7 +810,7 @@ void DocTreeViewImpl::slotNewChapter()
if ( whoAmI == "RobDocument" ){ if ( whoAmI == "RobDocument" ){
int newIndex = newIndexLastChild(); int newIndex = newIndexLastChild();
Chapter *chapter = new Chapter( m_currentItem, NULL, i18n("Chapter") ); Chapter *chapter = new Chapter( m_currentItem, NULL, i18n("Chapter") );
chapter->setText(3, TQString("%1").arg(newIndex).rightJustify(8,'0') ); chapter->setText(3, TQString("%1").tqarg(newIndex).rightJustify(8,'0') );
TQString newTitle = i18n("New Chapter Title"); TQString newTitle = i18n("New Chapter Title");
chapter->setText(0, newTitle ); chapter->setText(0, newTitle );
@ -829,7 +829,7 @@ void DocTreeViewImpl::slotNewKeywordSet()
// New TreeView item // New TreeView item
int newIndex = newIndexFirstChild(); int newIndex = newIndexFirstChild();
KeywordSet *keywordset = new KeywordSet(m_currentItem, NULL, i18n("Keywords")); KeywordSet *keywordset = new KeywordSet(m_currentItem, NULL, i18n("Keywords"));
keywordset->setText(3, TQString("%1").arg(newIndex).rightJustify(8,'0') ); keywordset->setText(3, TQString("%1").tqarg(newIndex).rightJustify(8,'0') );
m_contextmenuhandler->registerPopupMenu( keywordset ); m_contextmenuhandler->registerPopupMenu( keywordset );
} }
@ -843,7 +843,7 @@ void DocTreeViewImpl::slotNewKeyword()
// New TreeView item // New TreeView item
int newIndex = newIndexLastChild(); int newIndex = newIndexLastChild();
Keyword *keyword = new Keyword(m_currentItem, NULL, i18n("Keyword")); Keyword *keyword = new Keyword(m_currentItem, NULL, i18n("Keyword"));
keyword->setText(3, TQString("%1").arg(newIndex).rightJustify(8,'0') ); keyword->setText(3, TQString("%1").tqarg(newIndex).rightJustify(8,'0') );
TQString newKeyword = i18n("New Keyword"); TQString newKeyword = i18n("New Keyword");
keyword->setText(0, newKeyword ); keyword->setText(0, newKeyword );
@ -863,7 +863,7 @@ void DocTreeViewImpl::slotNewAbstract()
// New TreeView item // New TreeView item
int newIndex = newIndexLastChild(); int newIndex = newIndexLastChild();
Abstract *abstract = new Abstract(m_currentItem, NULL, i18n("Abstract")); Abstract *abstract = new Abstract(m_currentItem, NULL, i18n("Abstract"));
abstract->setText(3, TQString("%1").arg(newIndex).rightJustify(8,'0') ); abstract->setText(3, TQString("%1").tqarg(newIndex).rightJustify(8,'0') );
m_contextmenuhandler->registerPopupMenu( abstract ); m_contextmenuhandler->registerPopupMenu( abstract );
@ -883,7 +883,7 @@ void DocTreeViewImpl::slotNewAuthorGroup()
// New TreeView item // New TreeView item
int newIndex = newIndexFirstChild(); int newIndex = newIndexFirstChild();
AuthorGroup *authorgroup = new AuthorGroup(m_currentItem, NULL, i18n("Author(s)")); AuthorGroup *authorgroup = new AuthorGroup(m_currentItem, NULL, i18n("Author(s)"));
authorgroup->setText(3, TQString("%1").arg(newIndex).rightJustify(8,'0') ); authorgroup->setText(3, TQString("%1").tqarg(newIndex).rightJustify(8,'0') );
m_contextmenuhandler->registerPopupMenu( authorgroup ); m_contextmenuhandler->registerPopupMenu( authorgroup );
@ -903,7 +903,7 @@ void DocTreeViewImpl::slotNewAuthor()
// New TreeView item // New TreeView item
int newIndex = newIndexLastChild(); int newIndex = newIndexLastChild();
Author *author = new Author(m_currentItem); Author *author = new Author(m_currentItem);
author->setText(3, TQString("%1").arg(newIndex).rightJustify(8,'0') ); author->setText(3, TQString("%1").tqarg(newIndex).rightJustify(8,'0') );
author->setText(0, i18n("Author") ); author->setText(0, i18n("Author") );
TQString newAuthor = i18n("Firstname Surname"); TQString newAuthor = i18n("Firstname Surname");
@ -924,10 +924,10 @@ void DocTreeViewImpl::slotNewDate()
// New TreeView item // New TreeView item
int newIndex = newIndexLastChild(); int newIndex = newIndexLastChild();
Date *date = new Date(m_currentItem, NULL, i18n("Date")); Date *date = new Date(m_currentItem, NULL, i18n("Date"));
date->setText(3, TQString("%1").arg(newIndex).rightJustify(8,'0') ); date->setText(3, TQString("%1").tqarg(newIndex).rightJustify(8,'0') );
// get current date // get current date
TQString today; TQString today;
today = KGlobal::locale()->formatDate(TQDate::currentDate(Qt::LocalTime), true); today = KGlobal::locale()->formatDate(TQDate::tqcurrentDate(Qt::LocalTime), true);
date->setText( 1, today); date->setText( 1, today);
date->setValue( KSayItGlobal::RAWDATA, today ); date->setValue( KSayItGlobal::RAWDATA, today );
date->setValue( KSayItGlobal::RTFDATA, today ); date->setValue( KSayItGlobal::RTFDATA, today );
@ -945,7 +945,7 @@ void DocTreeViewImpl::slotNewReleaseInfo()
// New TreeView item // New TreeView item
int newIndex = newIndexLastChild(); int newIndex = newIndexLastChild();
ReleaseInfo *relinfo = new ReleaseInfo(m_currentItem, NULL, i18n("Release")); ReleaseInfo *relinfo = new ReleaseInfo(m_currentItem, NULL, i18n("Release"));
relinfo->setText(3, TQString("%1").arg(newIndex).rightJustify(8,'0') ); relinfo->setText(3, TQString("%1").tqarg(newIndex).rightJustify(8,'0') );
TQString newRelease = "0.0.0"; TQString newRelease = "0.0.0";
relinfo->setText( 1, newRelease ); relinfo->setText( 1, newRelease );
@ -979,7 +979,7 @@ void DocTreeViewImpl::slotNewParagraph()
// New TreeView item // New TreeView item
int newIndex = newIndexLastChild(); int newIndex = newIndexLastChild();
Para *para = new Para(m_currentItem, NULL, i18n("Paragraph")); Para *para = new Para(m_currentItem, NULL, i18n("Paragraph"));
para->setText(3, TQString("%1").arg(newIndex).rightJustify(8,'0') ); para->setText(3, TQString("%1").tqarg(newIndex).rightJustify(8,'0') );
m_contextmenuhandler->registerPopupMenu( para ); m_contextmenuhandler->registerPopupMenu( para );
@ -992,7 +992,7 @@ void DocTreeViewImpl::slotNewSection_1()
if ( whoAmI == "Chapter" ){ if ( whoAmI == "Chapter" ){
int newIndex = newIndexLastChild(); int newIndex = newIndexLastChild();
Sect1 *sect1 = new Sect1(m_currentItem, NULL, i18n("Section Level 1")); Sect1 *sect1 = new Sect1(m_currentItem, NULL, i18n("Section Level 1"));
sect1->setText(3, TQString("%1").arg(newIndex).rightJustify(8,'0') ); sect1->setText(3, TQString("%1").tqarg(newIndex).rightJustify(8,'0') );
TQString newTitle = i18n("New Section Title"); TQString newTitle = i18n("New Section Title");
sect1->setValue( KSayItGlobal::RTFHEADER, newTitle ); sect1->setValue( KSayItGlobal::RTFHEADER, newTitle );
@ -1009,7 +1009,7 @@ void DocTreeViewImpl::slotNewSection_2()
if ( whoAmI == "Sect1" ){ if ( whoAmI == "Sect1" ){
int newIndex = newIndexLastChild(); int newIndex = newIndexLastChild();
Sect2 *sect2 = new Sect2(m_currentItem, NULL, i18n("Section Level 2")); Sect2 *sect2 = new Sect2(m_currentItem, NULL, i18n("Section Level 2"));
sect2->setText(3, TQString("%1").arg(newIndex).rightJustify(8,'0') ); sect2->setText(3, TQString("%1").tqarg(newIndex).rightJustify(8,'0') );
TQString newTitle = i18n("New Section Title"); TQString newTitle = i18n("New Section Title");
sect2->setValue( KSayItGlobal::RTFHEADER, newTitle ); sect2->setValue( KSayItGlobal::RTFHEADER, newTitle );
@ -1026,7 +1026,7 @@ void DocTreeViewImpl::slotNewSection_3()
if ( whoAmI == "Sect2" ){ if ( whoAmI == "Sect2" ){
int newIndex = newIndexLastChild(); int newIndex = newIndexLastChild();
Sect3 *sect3 = new Sect3(m_currentItem, NULL, i18n("Section Level 3")); Sect3 *sect3 = new Sect3(m_currentItem, NULL, i18n("Section Level 3"));
sect3->setText(3, TQString("%1").arg(newIndex).rightJustify(8,'0') ); sect3->setText(3, TQString("%1").tqarg(newIndex).rightJustify(8,'0') );
TQString newTitle = i18n("New Section Title"); TQString newTitle = i18n("New Section Title");
sect3->setValue( KSayItGlobal::RTFHEADER, newTitle ); sect3->setValue( KSayItGlobal::RTFHEADER, newTitle );
@ -1043,7 +1043,7 @@ void DocTreeViewImpl::slotNewSection_4()
if ( whoAmI == "Sect3" ){ if ( whoAmI == "Sect3" ){
int newIndex = newIndexLastChild(); int newIndex = newIndexLastChild();
Sect4 *sect4 = new Sect4(m_currentItem, NULL, i18n("Section Level 4")); Sect4 *sect4 = new Sect4(m_currentItem, NULL, i18n("Section Level 4"));
sect4->setText(3, TQString("%1").arg(newIndex).rightJustify(8,'0') ); sect4->setText(3, TQString("%1").tqarg(newIndex).rightJustify(8,'0') );
TQString newTitle = i18n("New Section Title"); TQString newTitle = i18n("New Section Title");
sect4->setValue( KSayItGlobal::RTFHEADER, newTitle ); sect4->setValue( KSayItGlobal::RTFHEADER, newTitle );
@ -1060,7 +1060,7 @@ void DocTreeViewImpl::slotNewSection_5()
if ( whoAmI == "Sect4" ){ if ( whoAmI == "Sect4" ){
int newIndex = newIndexLastChild(); int newIndex = newIndexLastChild();
Sect5 *sect5 = new Sect5(m_currentItem, NULL, i18n("Section Level 5")); Sect5 *sect5 = new Sect5(m_currentItem, NULL, i18n("Section Level 5"));
sect5->setText(3, TQString("%1").arg(newIndex).rightJustify(8,'0') ); sect5->setText(3, TQString("%1").tqarg(newIndex).rightJustify(8,'0') );
TQString newTitle = i18n("New Section Title"); TQString newTitle = i18n("New Section Title");
sect5->setValue( KSayItGlobal::RTFHEADER, newTitle ); sect5->setValue( KSayItGlobal::RTFHEADER, newTitle );
@ -1086,7 +1086,7 @@ int DocTreeViewImpl::newIndexFirstChild()
item = static_cast<ListViewInterface*>(it.current()); item = static_cast<ListViewInterface*>(it.current());
itemIndex = (item->text(3)).toInt(); itemIndex = (item->text(3)).toInt();
if ( itemIndex > currentIndex ){ if ( itemIndex > currentIndex ){
item->setText(3, TQString("%1").arg(itemIndex+1).rightJustify(8,'0') );; item->setText(3, TQString("%1").tqarg(itemIndex+1).rightJustify(8,'0') );;
} }
++it; ++it;
} }
@ -1116,7 +1116,7 @@ int DocTreeViewImpl::newIndexLastChild()
item = static_cast<ListViewInterface*>(it.current()); item = static_cast<ListViewInterface*>(it.current());
itemIndex = (item->text(3)).toInt(); itemIndex = (item->text(3)).toInt();
if ( itemIndex > lastIndex ){ if ( itemIndex > lastIndex ){
item->setText(3, TQString("%1").arg(itemIndex+1).rightJustify(8,'0') ); item->setText(3, TQString("%1").tqarg(itemIndex+1).rightJustify(8,'0') );
} }
++it; ++it;
} }

@ -24,7 +24,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout7</cstring> <cstring>tqlayout7</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -32,7 +32,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout3</cstring> <cstring>tqlayout3</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -50,7 +50,7 @@
<property name="name"> <property name="name">
<cstring>listBox_Available</cstring> <cstring>listBox_Available</cstring>
</property> </property>
<property name="minimumSize"> <property name="tqminimumSize">
<size> <size>
<width>150</width> <width>150</width>
<height>170</height> <height>170</height>
@ -61,7 +61,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout4</cstring> <cstring>tqlayout4</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -77,7 +77,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>40</height> <height>40</height>
@ -88,7 +88,7 @@
<property name="name"> <property name="name">
<cstring>toolButton_add</cstring> <cstring>toolButton_add</cstring>
</property> </property>
<property name="maximumSize"> <property name="tqmaximumSize">
<size> <size>
<width>30</width> <width>30</width>
<height>32767</height> <height>32767</height>
@ -105,7 +105,7 @@
<property name="name"> <property name="name">
<cstring>toolButton_remove</cstring> <cstring>toolButton_remove</cstring>
</property> </property>
<property name="maximumSize"> <property name="tqmaximumSize">
<size> <size>
<width>30</width> <width>30</width>
<height>32767</height> <height>32767</height>
@ -128,7 +128,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>40</height> <height>40</height>
@ -139,7 +139,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout5</cstring> <cstring>tqlayout5</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -157,7 +157,7 @@
<property name="name"> <property name="name">
<cstring>listBox_Active</cstring> <cstring>listBox_Active</cstring>
</property> </property>
<property name="minimumSize"> <property name="tqminimumSize">
<size> <size>
<width>150</width> <width>150</width>
<height>170</height> <height>170</height>
@ -173,7 +173,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>layout8</cstring> <cstring>tqlayout8</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -189,7 +189,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>40</width> <width>40</width>
<height>20</height> <height>20</height>

@ -92,7 +92,7 @@ KSayItApp::KSayItApp(TQWidget* parent, const char* name, WFlags f,
TQT_TQOBJECT(this), TQT_SLOT(slotPreferences()) ); TQT_TQOBJECT(this), TQT_SLOT(slotPreferences()) );
// init Clipboard // init Clipboard
cb = TQApplication::clipboard(); cb = TQApplication::tqclipboard();
connect(cb, TQT_SIGNAL(dataChanged()), TQT_TQOBJECT(this), TQT_SLOT(slotClipboardChanged()) ); connect(cb, TQT_SIGNAL(dataChanged()), TQT_TQOBJECT(this), TQT_SLOT(slotClipboardChanged()) );
// create SystemTray object // create SystemTray object
@ -293,7 +293,7 @@ void KSayItApp::slotChangeBookmarkFilename(const TQString &newname)
// copy old bookmarkfile to new file // copy old bookmarkfile to new file
if ( m_currentBookmarkFile != newbkFile ){ if ( m_currentBookmarkFile != newbkFile ){
if ( TQFile::exists(m_currentBookmarkFile) ){ if ( TQFile::exists(m_currentBookmarkFile) ){
TQString command = TQString("cp %1 %2").arg(m_currentBookmarkFile).arg(newbkFile); TQString command = TQString("cp %1 %2").tqarg(m_currentBookmarkFile).tqarg(newbkFile);
system( command.ascii() ); system( command.ascii() );
} }
// install new BookmarkHandler based on the new file // install new BookmarkHandler based on the new file
@ -322,12 +322,12 @@ void KSayItApp::initView()
{ {
// create the main widget // create the main widget
view = new KSayItViewImpl(this); view = new KSayItViewImpl(this);
view->setMinimumSize(view->sizeHint()); view->setMinimumSize(view->tqsizeHint());
setCentralWidget(view); setCentralWidget(view);
// connections // connections
connect( view, TQT_SIGNAL(signalEnableCopyCut(bool)), connect( view, TQT_SIGNAL(signalEnableCopyCut(bool)),
TQT_TQOBJECT(this), TQT_SLOT(slotEnableCopyCut(bool))); TQT_TQOBJECT(this), TQT_SLOT(slotEnableCopyCut(bool)));
connect( view, TQT_SIGNAL(signalShowStatus(const TQString &)), connect( view, TQT_SIGNAL(signalShowtqStatus(const TQString &)),
TQT_TQOBJECT(this), TQT_SLOT(slotStatusMsg(const TQString &))); TQT_TQOBJECT(this), TQT_SLOT(slotStatusMsg(const TQString &)));
connect( view, TQT_SIGNAL(signalSetCaption(const TQString &)), connect( view, TQT_SIGNAL(signalSetCaption(const TQString &)),
TQT_TQOBJECT(this), TQT_SLOT(slotSetCaption(const TQString &))); TQT_TQOBJECT(this), TQT_SLOT(slotSetCaption(const TQString &)));
@ -813,7 +813,7 @@ void KSayItApp::setActions(int actions)
// Get the mask of supported actions from the plugin. // Get the mask of supported actions from the plugin.
int mask = m_kttslib->getActions(); int mask = m_kttslib->getActions();
kdDebug(100200) << TQString("KSayItApp:PSA: %1").arg(mask, 0, 2) << endl; kdDebug(100200) << TQString("KSayItApp:PSA: %1").tqarg(mask, 0, 2) << endl;
// disable actions not supported by the plugin // disable actions not supported by the plugin
int ma = actions & mask; int ma = actions & mask;

@ -26,7 +26,7 @@ using namespace std;
// include files for TQt // include files for TQt
#include <tqstringlist.h> #include <tqstringlist.h>
#include <clipboard.h> #include <tqclipboard.h>
// include files for KDE // include files for KDE
#include <kapplication.h> #include <kapplication.h>
@ -115,7 +115,7 @@ private slots:
*/ */
void slotTreeViewChanged(const TQString &str); void slotTreeViewChanged(const TQString &str);
/** save general Options like all bar positions and status as well as the geometry to /** save general Options like all bar positions and status as well as the tqgeometry to
* the configuration file. * the configuration file.
*/ */
void slotSaveOptions(); void slotSaveOptions();

@ -21,7 +21,7 @@ using namespace std;
// QT includes // QT includes
#include <tqradiobutton.h> #include <tqradiobutton.h>
#include <textstream.h> #include <tqtextstream.h>
#include <tqstring.h> #include <tqstring.h>
// KDE includes // KDE includes

@ -41,7 +41,7 @@ public:
signals: signals:
void signalSetCaption(const TQString &caption); void signalSetCaption(const TQString &caption);
void signalShowStatus(const TQString &status); void signalShowtqStatus(const TQString &status);
void signalEnableCopyCut(bool enable); void signalEnableCopyCut(bool enable);
/** Emitted when the text in the TextEditor view cahnges. /** Emitted when the text in the TextEditor view cahnges.

@ -127,7 +127,7 @@ bool SaxHandler::characters(const TQString & ch)
bool SaxHandler::fatalError(const TQXmlParseException &exc) bool SaxHandler::fatalError(const TQXmlParseException &exc)
{ {
TQString err = i18n("Fatal error while parsing XML-Paragraph:\n"); TQString err = i18n("Fatal error while parsing XML-Paragraph:\n");
err += i18n("%1, Line: %2").arg(exc.message()).arg(exc.lineNumber()); err += i18n("%1, Line: %2").tqarg(exc.message()).tqarg(exc.lineNumber());
KMessageBox::error(0, err, i18n("Fatal error") ); KMessageBox::error(0, err, i18n("Fatal error") );
return false; return false;
} }
@ -160,7 +160,7 @@ bool SaxHandler::internalEntityDecl(const TQString & name,
bool SaxHandler::skippedEntity(const TQString &name) bool SaxHandler::skippedEntity(const TQString &name)
{ {
TQString warn = i18n("Unresolved entity found: %1.\n").arg(name); TQString warn = i18n("Unresolved entity found: %1.\n").tqarg(name);
warn += i18n("KSayIt does not support DocBook files with external entities. "); warn += i18n("KSayIt does not support DocBook files with external entities. ");
warn += i18n("Parsing can continue, but the resulting text will contain gaps."); warn += i18n("Parsing can continue, but the resulting text will contain gaps.");

@ -23,7 +23,7 @@
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqcombobox.h> #include <tqcombobox.h>
#include <tqcolor.h> #include <tqcolor.h>
#include <layout.h> #include <tqlayout.h>
#include <tqwidget.h> #include <tqwidget.h>
// KDE includes // KDE includes
@ -88,7 +88,7 @@ void VoiceSetupDlg::initFXPage()
connect( this, TQT_SIGNAL(signalReloadFX()), fxDialog, TQT_SLOT(slotReload()) ); connect( this, TQT_SIGNAL(signalReloadFX()), fxDialog, TQT_SLOT(slotReload()) );
// Disable/enable FX-Setup depending on TTS-libs capability // Disable/enable FX-Setup depending on TTS-libs capability
int status = m_kttslib->getStatus() & TTS::AUDIOFILE; int status = m_kttslib->gettqStatus() & TTS::AUDIOFILE;
if ( status ){ if ( status ){
m_fxPage->setEnabled(true); m_fxPage->setEnabled(true);
} else { } else {
@ -105,7 +105,7 @@ void VoiceSetupDlg::slotPageChanged(TQWidget *page)
if ( page != m_fxPage ) if ( page != m_fxPage )
return; return;
int status = m_kttslib->getStatus() & TTS::AUDIOFILE; int status = m_kttslib->gettqStatus() & TTS::AUDIOFILE;
if ( status ){ if ( status ){
m_fxPage->setEnabled(true); m_fxPage->setEnabled(true);
} else { } else {
@ -120,7 +120,7 @@ void VoiceSetupDlg::slotOk()
{ {
kdDebug(100200) << "+++ entering VoiceSetupDlg::slotOK()" << endl; kdDebug(100200) << "+++ entering VoiceSetupDlg::slotOK()" << endl;
int status = m_kttslib->getStatus(); int status = m_kttslib->gettqStatus();
if ( (status & TTS::AUDIOFILE) == 0 ){ if ( (status & TTS::AUDIOFILE) == 0 ){
emit signalRemoveAllFX(); emit signalRemoveAllFX();
} }

@ -62,8 +62,8 @@ Waits for a WM_NET compatible windowmanager
.B --style <style> .B --style <style>
sets the application GUI style sets the application GUI style
.TP .TP
.B --geometry <geometry> .B --tqgeometry <tqgeometry>
sets the client geometry of the main widget sets the client tqgeometry of the main widget
.TP .TP
.B --nofork .B --nofork
Don't run in the background. Don't run in the background.
@ -131,7 +131,7 @@ set XIM server
disable XIM disable XIM
.TP .TP
.B --reverse .B --reverse
mirrors the whole layout of widgets mirrors the whole tqlayout of widgets
.SS .SS
.SH SEE ALSO .SH SEE ALSO

@ -61,8 +61,8 @@ Waits for a WM_NET compatible windowmanager
.B --style <style> .B --style <style>
sets the application GUI style sets the application GUI style
.TP .TP
.B --geometry <geometry> .B --tqgeometry <tqgeometry>
sets the client geometry of the main widget sets the client tqgeometry of the main widget
.TP .TP
.B --nofork .B --nofork
Don't run in the background. Don't run in the background.
@ -130,7 +130,7 @@ set XIM server
disable XIM disable XIM
.TP .TP
.B --reverse .B --reverse
mirrors the whole layout of widgets mirrors the whole tqlayout of widgets
.SS .SS
.SH SEE ALSO .SH SEE ALSO

@ -25,7 +25,7 @@
#include <iostream> #include <iostream>
using namespace std; using namespace std;
#include <textstream.h> #include <tqtextstream.h>
#include <kdebug.h> #include <kdebug.h>
#include <klocale.h> #include <klocale.h>

@ -26,7 +26,7 @@
#include <tqfileinfo.h> #include <tqfileinfo.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqhbox.h> #include <tqhbox.h>
#include <layout.h> #include <tqlayout.h>
#include <tqdom.h> #include <tqdom.h>
#include <tqfile.h> #include <tqfile.h>
#include <tqradiobutton.h> #include <tqradiobutton.h>
@ -62,11 +62,11 @@ SbdConf::SbdConf( TQWidget *parent, const char *name, const TQStringList& /*args
// kdDebug() << "SbdConf::SbdConf: Running" << endl; // kdDebug() << "SbdConf::SbdConf: Running" << endl;
// Create configuration widget. // Create configuration widget.
TQVBoxLayout *layout = new TQVBoxLayout(this, KDialog::marginHint(), TQVBoxLayout *tqlayout = new TQVBoxLayout(this, KDialog::marginHint(),
KDialog::spacingHint(), "SbdConfigWidgetLayout"); KDialog::spacingHint(), "SbdConfigWidgetLayout");
layout->setAlignment (TQt::AlignTop); tqlayout->tqsetAlignment (TQt::AlignTop);
m_widget = new SbdConfWidget(this, "SbdConfigWidget"); m_widget = new SbdConfWidget(this, "SbdConfigWidget");
layout->addWidget(m_widget); tqlayout->addWidget(m_widget);
// Determine if tdeutils Regular Expression Editor is installed. // Determine if tdeutils Regular Expression Editor is installed.
m_reEditorInstalled = !KTrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty(); m_reEditorInstalled = !KTrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty();

@ -35,7 +35,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>layout3</cstring> <cstring>tqlayout3</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -48,7 +48,7 @@
<property name="text"> <property name="text">
<string>&amp;Name:</string> <string>&amp;Name:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -74,7 +74,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>layout17</cstring> <cstring>tqlayout17</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -87,7 +87,7 @@
<property name="text"> <property name="text">
<string>&amp;Sentence boundary regular expression:</string> <string>&amp;Sentence boundary regular expression:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -118,7 +118,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>layout17_2</cstring> <cstring>tqlayout17_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -131,7 +131,7 @@
<property name="text"> <property name="text">
<string>&amp;Replacement sentence boundary:</string> <string>&amp;Replacement sentence boundary:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -168,7 +168,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout11</cstring> <cstring>tqlayout11</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -181,7 +181,7 @@
<property name="text"> <property name="text">
<string>&amp;Language is:</string> <string>&amp;Language is:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -199,7 +199,7 @@
<property name="text"> <property name="text">
<string>Application &amp;ID contains:</string> <string>Application &amp;ID contains:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -213,7 +213,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="1"> <widget class="TQLayoutWidget" row="0" column="1">
<property name="name"> <property name="name">
<cstring>layout13</cstring> <cstring>tqlayout13</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -221,7 +221,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout12</cstring> <cstring>tqlayout12</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -265,7 +265,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="0"> <widget class="TQLayoutWidget" row="5" column="0">
<property name="name"> <property name="name">
<cstring>layout6</cstring> <cstring>tqlayout6</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -306,7 +306,7 @@ TQString SbdThread::endSentence()
return s; return s;
} }
// Parses a node of the SSML tree and recursively parses its children. // Parses a node of the SSML tree and recursively parses its tqchildren.
// Returns the filtered text with each sentence a complete ssml tree. // Returns the filtered text with each sentence a complete ssml tree.
TQString SbdThread::parseSsmlNode( TQDomNode& n, const TQString& re ) TQString SbdThread::parseSsmlNode( TQDomNode& n, const TQString& re )
{ {
@ -441,7 +441,7 @@ TQString SbdThread::parseSsml( const TQString& inputText, const TQString& re )
// This flag is used to close out a previous sentence. // This flag is used to close out a previous sentence.
m_sentenceStarted = false; m_sentenceStarted = false;
// Get the root element (speak) and recursively process its children. // Get the root element (speak) and recursively process its tqchildren.
TQDomElement docElem = doc.documentElement(); TQDomElement docElem = doc.documentElement();
TQDomNode n = docElem.firstChild(); TQDomNode n = docElem.firstChild();
TQString ssml = parseSsmlNode( docElem, re ); TQString ssml = parseSsmlNode( docElem, re );

@ -204,7 +204,7 @@ class SbdThread: public TQObject, public TQThread
TQString startSentence(); TQString startSentence();
// Ends a sentence and appends a Tab. // Ends a sentence and appends a Tab.
TQString endSentence(); TQString endSentence();
// Parses a node of the SSML tree and recursively parses its children. // Parses a node of the SSML tree and recursively parses its tqchildren.
// Returns the filtered text with each sentence a complete ssml tree. // Returns the filtered text with each sentence a complete ssml tree.
TQString parseSsmlNode( TQDomNode& n, const TQString& re ); TQString parseSsmlNode( TQDomNode& n, const TQString& re );

@ -21,7 +21,7 @@
<verstretch>255</verstretch> <verstretch>255</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property name="minimumSize"> <property name="tqminimumSize">
<size> <size>
<width>0</width> <width>0</width>
<height>0</height> <height>0</height>
@ -33,7 +33,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout1</cstring> <cstring>tqlayout1</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -63,7 +63,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout3</cstring> <cstring>tqlayout3</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -128,7 +128,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout2</cstring> <cstring>tqlayout2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -136,7 +136,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout6</cstring> <cstring>tqlayout6</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -157,7 +157,7 @@
<property name="text"> <property name="text">
<string>&amp;Replace with:</string> <string>&amp;Replace with:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -179,7 +179,7 @@
<property name="text"> <property name="text">
<string>&amp;Match:</string> <string>&amp;Match:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -190,7 +190,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout5</cstring> <cstring>tqlayout5</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">

@ -26,7 +26,7 @@
#include <tqfileinfo.h> #include <tqfileinfo.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqhbox.h> #include <tqhbox.h>
#include <layout.h> #include <tqlayout.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqdom.h> #include <tqdom.h>
#include <tqfile.h> #include <tqfile.h>
@ -67,11 +67,11 @@ StringReplacerConf::StringReplacerConf( TQWidget *parent, const char *name, cons
// kdDebug() << "StringReplacerConf::StringReplacerConf: Running" << endl; // kdDebug() << "StringReplacerConf::StringReplacerConf: Running" << endl;
// Create configuration widget. // Create configuration widget.
TQVBoxLayout *layout = new TQVBoxLayout(this, KDialog::marginHint(), TQVBoxLayout *tqlayout = new TQVBoxLayout(this, KDialog::marginHint(),
KDialog::spacingHint(), "StringReplacerConfigWidgetLayout"); KDialog::spacingHint(), "StringReplacerConfigWidgetLayout");
layout->setAlignment (TQt::AlignTop); tqlayout->tqsetAlignment (TQt::AlignTop);
m_widget = new StringReplacerConfWidget(this, "StringReplacerConfigWidget"); m_widget = new StringReplacerConfWidget(this, "StringReplacerConfigWidget");
layout->addWidget(m_widget); tqlayout->addWidget(m_widget);
m_widget->substLView->setSortColumn(-1); m_widget->substLView->setSortColumn(-1);
connect(m_widget->nameLineEdit, TQT_SIGNAL(textChanged(const TQString&)), connect(m_widget->nameLineEdit, TQT_SIGNAL(textChanged(const TQString&)),

@ -23,7 +23,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout3</cstring> <cstring>tqlayout3</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -36,7 +36,7 @@
<property name="text"> <property name="text">
<string>&amp;Name:</string> <string>&amp;Name:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -73,7 +73,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout11</cstring> <cstring>tqlayout11</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -86,7 +86,7 @@
<property name="text"> <property name="text">
<string>Lan&amp;guage is:</string> <string>Lan&amp;guage is:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -104,7 +104,7 @@
<property name="text"> <property name="text">
<string>Application &amp;ID contains:</string> <string>Application &amp;ID contains:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -118,7 +118,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="1"> <widget class="TQLayoutWidget" row="0" column="1">
<property name="name"> <property name="name">
<cstring>layout13</cstring> <cstring>tqlayout13</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -126,7 +126,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout12</cstring> <cstring>tqlayout12</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -170,7 +170,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>layout6</cstring> <cstring>tqlayout6</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -243,7 +243,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>layout24</cstring> <cstring>tqlayout24</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -303,7 +303,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="1"> <widget class="TQLayoutWidget" row="0" column="1">
<property name="name"> <property name="name">
<cstring>layout23</cstring> <cstring>tqlayout23</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -427,7 +427,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>

@ -27,7 +27,7 @@
// TQt includes. // TQt includes.
#include <tqobject.h> #include <tqobject.h>
#include <textstream.h> #include <tqtextstream.h>
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <tqstringlist.h> #include <tqstringlist.h>

@ -24,7 +24,7 @@
// TQt includes. // TQt includes.
#include <tqstring.h> #include <tqstring.h>
#include <tqhbox.h> #include <tqhbox.h>
#include <layout.h> #include <tqlayout.h>
// KDE includes. // KDE includes.
#include <klocale.h> #include <klocale.h>
@ -55,11 +55,11 @@ TalkerChooserConf::TalkerChooserConf( TQWidget *parent, const char *name, const
// kdDebug() << "TalkerChooserConf::TalkerChooserConf: Running" << endl; // kdDebug() << "TalkerChooserConf::TalkerChooserConf: Running" << endl;
// Create configuration widget. // Create configuration widget.
TQVBoxLayout *layout = new TQVBoxLayout(this, KDialog::marginHint(), TQVBoxLayout *tqlayout = new TQVBoxLayout(this, KDialog::marginHint(),
KDialog::spacingHint(), "TalkerChooserConfigWidgetLayout"); KDialog::spacingHint(), "TalkerChooserConfigWidgetLayout");
layout->setAlignment (TQt::AlignTop); tqlayout->tqsetAlignment (TQt::AlignTop);
m_widget = new TalkerChooserConfWidget(this, "TalkerChooserConfigWidget"); m_widget = new TalkerChooserConfWidget(this, "TalkerChooserConfigWidget");
layout->addWidget(m_widget); tqlayout->addWidget(m_widget);
// Determine if tdeutils Regular Expression Editor is installed. // Determine if tdeutils Regular Expression Editor is installed.
m_reEditorInstalled = !KTrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty(); m_reEditorInstalled = !KTrader::self()->query("KRegExpEditor/KRegExpEditor").isEmpty();

@ -23,7 +23,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout3</cstring> <cstring>tqlayout3</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -36,7 +36,7 @@
<property name="text"> <property name="text">
<string>&amp;Name:</string> <string>&amp;Name:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -73,7 +73,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout11</cstring> <cstring>tqlayout11</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -86,7 +86,7 @@
<property name="text"> <property name="text">
<string>Te&amp;xt contains:</string> <string>Te&amp;xt contains:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -104,7 +104,7 @@
<property name="text"> <property name="text">
<string>Application &amp;ID contains:</string> <string>Application &amp;ID contains:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -118,7 +118,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="1"> <widget class="TQLayoutWidget" row="0" column="1">
<property name="name"> <property name="name">
<cstring>layout13</cstring> <cstring>tqlayout13</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -126,7 +126,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout12</cstring> <cstring>tqlayout12</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -167,7 +167,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>layout19_2</cstring> <cstring>tqlayout19_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -228,7 +228,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>layout6</cstring> <cstring>tqlayout6</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -23,7 +23,7 @@
// TQt includes. // TQt includes.
#include <tqstring.h> #include <tqstring.h>
#include <layout.h> #include <tqlayout.h>
// KDE includes. // KDE includes.
#include <klocale.h> #include <klocale.h>
@ -49,11 +49,11 @@ XmlTransformerConf::XmlTransformerConf( TQWidget *parent, const char *name, cons
// kdDebug() << "XmlTransformerConf::XmlTransformerConf: Running" << endl; // kdDebug() << "XmlTransformerConf::XmlTransformerConf: Running" << endl;
// Create configuration widget. // Create configuration widget.
TQVBoxLayout *layout = new TQVBoxLayout(this, KDialog::marginHint(), TQVBoxLayout *tqlayout = new TQVBoxLayout(this, KDialog::marginHint(),
KDialog::spacingHint(), "XmlTransformerConfWidgetLayout"); KDialog::spacingHint(), "XmlTransformerConfWidgetLayout");
layout->setAlignment (TQt::AlignTop); tqlayout->tqsetAlignment (TQt::AlignTop);
m_widget = new XmlTransformerConfWidget(this, "XmlTransformerConfigWidget"); m_widget = new XmlTransformerConfWidget(this, "XmlTransformerConfigWidget");
layout->addWidget(m_widget); tqlayout->addWidget(m_widget);
// Set up defaults. // Set up defaults.
defaults(); defaults();

@ -22,7 +22,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="1"> <widget class="TQLayoutWidget" row="0" column="1">
<property name="name"> <property name="name">
<cstring>layout5</cstring> <cstring>tqlayout5</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -59,7 +59,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout6</cstring> <cstring>tqlayout6</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -72,7 +72,7 @@
<property name="text"> <property name="text">
<string>&amp;Name:</string> <string>&amp;Name:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -90,7 +90,7 @@
<property name="text"> <property name="text">
<string>&amp;XSLT file:</string> <string>&amp;XSLT file:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -107,7 +107,7 @@
<property name="text"> <property name="text">
<string>xsltproc &amp;executable:</string> <string>xsltproc &amp;executable:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -135,7 +135,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="1"> <widget class="TQLayoutWidget" row="0" column="1">
<property name="name"> <property name="name">
<cstring>layout6</cstring> <cstring>tqlayout6</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -169,7 +169,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout5</cstring> <cstring>tqlayout5</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -182,7 +182,7 @@
<property name="text"> <property name="text">
<string>&amp;Root element is:</string> <string>&amp;Root element is:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -200,7 +200,7 @@
<property name="text"> <property name="text">
<string>or DOC&amp;TYPE is:</string> <string>or DOC&amp;TYPE is:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -217,7 +217,7 @@
<property name="text"> <property name="text">
<string>and Application &amp;ID contains:</string> <string>and Application &amp;ID contains:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">

@ -373,13 +373,13 @@ void XmlTransformerProc::slotProcessExited(KProcess*)
void XmlTransformerProc::slotReceivedStdout(KProcess*, char* /*buffer*/, int /*buflen*/) void XmlTransformerProc::slotReceivedStdout(KProcess*, char* /*buffer*/, int /*buflen*/)
{ {
// TQString buf = TQString::fromLatin1(buffer, buflen); // TQString buf = TQString::tqfromLatin1(buffer, buflen);
// kdDebug() << "XmlTransformerProc::slotReceivedStdout: Received from xsltproc: " << buf << endl; // kdDebug() << "XmlTransformerProc::slotReceivedStdout: Received from xsltproc: " << buf << endl;
} }
void XmlTransformerProc::slotReceivedStderr(KProcess*, char* buffer, int buflen) void XmlTransformerProc::slotReceivedStderr(KProcess*, char* buffer, int buflen)
{ {
TQString buf = TQString::fromLatin1(buffer, buflen); TQString buf = TQString::tqfromLatin1(buffer, buflen);
kdDebug() << "XmlTransformerProc::slotReceivedStderr: Received error from xsltproc: " << buf << endl; kdDebug() << "XmlTransformerProc::slotReceivedStderr: Received error from xsltproc: " << buf << endl;
} }

@ -80,7 +80,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>351</width> <width>351</width>
<height>21</height> <height>21</height>
@ -94,7 +94,7 @@
<property name="text"> <property name="text">
<string>&amp;Synthesizer:</string> <string>&amp;Synthesizer:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -115,7 +115,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Fixed</enum> <enum>Fixed</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>25</width> <width>25</width>
<height>20</height> <height>20</height>
@ -132,7 +132,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Fixed</enum> <enum>Fixed</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>30</width> <width>30</width>
<height>20</height> <height>20</height>
@ -149,7 +149,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Fixed</enum> <enum>Fixed</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>30</width> <width>30</width>
<height>20</height> <height>20</height>
@ -166,7 +166,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Fixed</enum> <enum>Fixed</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>25</width> <width>25</width>
<height>20</height> <height>20</height>
@ -185,7 +185,7 @@
<property name="text"> <property name="text">
<string>Show All</string> <string>Show All</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignLeft</set> <set>AlignVCenter|AlignLeft</set>
</property> </property>
<property name="whatsThis" stdset="0"> <property name="whatsThis" stdset="0">
@ -199,7 +199,7 @@
<property name="text"> <property name="text">
<string>&amp;Language:</string> <string>&amp;Language:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">

@ -28,7 +28,7 @@
#include <tqtabwidget.h> #include <tqtabwidget.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqvbox.h> #include <tqvbox.h>
#include <layout.h> #include <tqlayout.h>
#include <tqradiobutton.h> #include <tqradiobutton.h>
#include <tqslider.h> #include <tqslider.h>
#include <tqlabel.h> #include <tqlabel.h>
@ -119,10 +119,10 @@ KCMKttsMgr::KCMKttsMgr(TQWidget *parent, const char *name, const TQStringList &)
m_suppressConfigChanged = false; m_suppressConfigChanged = false;
// Add the KTTS Manager widget // Add the KTTS Manager widget
TQGridLayout *layout = new TQGridLayout(this, 0, 0); TQGridLayout *tqlayout = new TQGridLayout(this, 0, 0);
m_kttsmgrw = new KCMKttsMgrWidget(this, "kttsmgrw"); m_kttsmgrw = new KCMKttsMgrWidget(this, "kttsmgrw");
// m_kttsmgrw = new KCMKttsMgrWidget(this); // m_kttsmgrw = new KCMKttsMgrWidget(this);
layout->addWidget(m_kttsmgrw, 0, 0); tqlayout->addWidget(m_kttsmgrw, 0, 0);
// Give buttons icons. // Give buttons icons.
// Talkers tab. // Talkers tab.
@ -1100,7 +1100,7 @@ PlugInConf* KCMKttsMgr::loadTalkerPlugin(const TQString& name)
// Find the plugin. // Find the plugin.
KTrader::OfferList offers = KTrader::self()->query("KTTSD/SynthPlugin", KTrader::OfferList offers = KTrader::self()->query("KTTSD/SynthPlugin",
TQString("DesktopEntryName == '%1'").arg(name)); TQString("DesktopEntryName == '%1'").tqarg(name));
if (offers.count() == 1) if (offers.count() == 1)
{ {
@ -1144,7 +1144,7 @@ KttsFilterConf* KCMKttsMgr::loadFilterPlugin(const TQString& plugInName)
// Find the plugin. // Find the plugin.
KTrader::OfferList offers = KTrader::self()->query("KTTSD/FilterPlugin", KTrader::OfferList offers = KTrader::self()->query("KTTSD/FilterPlugin",
TQString("DesktopEntryName == '%1'").arg(plugInName)); TQString("DesktopEntryName == '%1'").tqarg(plugInName));
if (offers.count() == 1) if (offers.count() == 1)
{ {
@ -2093,7 +2093,7 @@ void KCMKttsMgr::configureFilter()
true, true,
true); true);
m_configDlg->setInitialSize(TQSize(600, 450), false); m_configDlg->setInitialSize(TQSize(600, 450), false);
m_loadedFilterPlugIn->setMinimumSize(m_loadedFilterPlugIn->minimumSizeHint()); m_loadedFilterPlugIn->setMinimumSize(m_loadedFilterPlugIn->tqminimumSizeHint());
m_loadedFilterPlugIn->show(); m_loadedFilterPlugIn->show();
m_configDlg->setMainWidget(m_loadedFilterPlugIn); m_configDlg->setMainWidget(m_loadedFilterPlugIn);
m_configDlg->setHelp("configure-filter", "kttsd"); m_configDlg->setHelp("configure-filter", "kttsd");
@ -2221,7 +2221,7 @@ TQString KCMKttsMgr::FilterDesktopEntryNameToName(const TQString& desktopEntryNa
{ {
if (desktopEntryName.isEmpty()) return TQString(); if (desktopEntryName.isEmpty()) return TQString();
KTrader::OfferList offers = KTrader::self()->query("KTTSD/FilterPlugin", KTrader::OfferList offers = KTrader::self()->query("KTTSD/FilterPlugin",
TQString("DesktopEntryName == '%1'").arg(desktopEntryName)); TQString("DesktopEntryName == '%1'").tqarg(desktopEntryName));
if (offers.count() == 1) if (offers.count() == 1)
return offers[0]->name(); return offers[0]->name();
@ -2533,7 +2533,7 @@ TQListViewItem* KCMKttsMgr::addNotifyItem(
else else
{ {
if (event == "default") if (event == "default")
eventName = i18n("All other %1 events").arg(eventSrcName); eventName = i18n("All other %1 events").tqarg(eventSrcName);
else else
eventName = NotifyEvent::getEventName(eventSrc, event); eventName = NotifyEvent::getEventName(eventSrc, event);
} }

@ -83,7 +83,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -92,7 +92,7 @@
</spacer> </spacer>
<widget class="TQLayoutWidget" row="3" column="0" rowspan="1" colspan="2"> <widget class="TQLayoutWidget" row="3" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
<cstring>layout5</cstring> <cstring>tqlayout5</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -108,7 +108,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Fixed</enum> <enum>Fixed</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -133,7 +133,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="0" rowspan="1" colspan="2"> <widget class="TQLayoutWidget" row="5" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
<cstring>layout5_2</cstring> <cstring>tqlayout5_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -149,7 +149,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Fixed</enum> <enum>Fixed</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -286,7 +286,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="1"> <widget class="TQLayoutWidget" row="0" column="1">
<property name="name"> <property name="name">
<cstring>layout9</cstring> <cstring>tqlayout9</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -407,7 +407,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -495,7 +495,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>layout21</cstring> <cstring>tqlayout21</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -535,7 +535,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout28</cstring> <cstring>tqlayout28</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -576,7 +576,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>152</width> <width>152</width>
<height>20</height> <height>20</height>
@ -690,7 +690,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="0"> <widget class="TQLayoutWidget" row="4" column="0">
<property name="name"> <property name="name">
<cstring>layout19_2</cstring> <cstring>tqlayout19_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -753,7 +753,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout17</cstring> <cstring>tqlayout17</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -780,7 +780,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>16</width> <width>16</width>
<height>20</height> <height>20</height>
@ -818,7 +818,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout14</cstring> <cstring>tqlayout14</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -848,7 +848,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout9_2</cstring> <cstring>tqlayout9_2</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -975,7 +975,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -988,7 +988,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>layout18</cstring> <cstring>tqlayout18</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1018,7 +1018,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout16</cstring> <cstring>tqlayout16</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -1053,7 +1053,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>11</height> <height>11</height>
@ -1079,7 +1079,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout15</cstring> <cstring>tqlayout15</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -1229,7 +1229,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>21</width> <width>21</width>
<height>180</height> <height>180</height>
@ -1251,7 +1251,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="2"> <widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
<cstring>layout12</cstring> <cstring>tqlayout12</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1291,7 +1291,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0" rowspan="1" colspan="2"> <widget class="TQLayoutWidget" row="1" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
<cstring>layout13</cstring> <cstring>tqlayout13</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1391,7 +1391,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>40</height> <height>40</height>
@ -1408,7 +1408,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>90</width> <width>90</width>
<height>20</height> <height>20</height>
@ -1439,7 +1439,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="1" column="1"> <widget class="TQLayoutWidget" row="1" column="1">
<property name="name"> <property name="name">
<cstring>layout8</cstring> <cstring>tqlayout8</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1482,7 +1482,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="1"> <widget class="TQLayoutWidget" row="3" column="1">
<property name="name"> <property name="name">
<cstring>layout8_2_2</cstring> <cstring>tqlayout8_2_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1582,7 +1582,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="2"> <widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
<cstring>layout21</cstring> <cstring>tqlayout21</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1613,7 +1613,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout8_2</cstring> <cstring>tqlayout8_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -61,10 +61,10 @@ SelectEvent::SelectEvent(TQWidget* parent, const char* name, WFlags fl, const TQ
if ( !relativePath.isEmpty() ) if ( !relativePath.isEmpty() )
{ {
KConfig* config = new KConfig(relativePath, true, false, "data"); KConfig* config = new KConfig(relativePath, true, false, "data");
config->setGroup( TQString::fromLatin1("!Global!") ); config->setGroup( TQString::tqfromLatin1("!Global!") );
TQString icon = config->readEntry(TQString::fromLatin1("IconName"), TQString icon = config->readEntry(TQString::tqfromLatin1("IconName"),
TQString::fromLatin1("misc")); TQString::tqfromLatin1("misc"));
TQString description = config->readEntry( TQString::fromLatin1("Comment"), TQString description = config->readEntry( TQString::tqfromLatin1("Comment"),
i18n("No description available") ); i18n("No description available") );
delete config; delete config;
int index = relativePath.find( '/' ); int index = relativePath.find( '/' );
@ -89,7 +89,7 @@ void SelectEvent::slotEventSrcComboBox_activated(int index)
eventsListView->clear(); eventsListView->clear();
TQListViewItem* item = 0; TQListViewItem* item = 0;
TQString eventSrc = m_eventSrcNames[index]; TQString eventSrc = m_eventSrcNames[index];
TQString configFilename = eventSrc + TQString::fromLatin1( "/eventsrc" ); TQString configFilename = eventSrc + TQString::tqfromLatin1( "/eventsrc" );
KConfig* config = new KConfig( configFilename, true, false, "data" ); KConfig* config = new KConfig( configFilename, true, false, "data" );
TQStringList eventNames = config->groupList(); TQStringList eventNames = config->groupList();
uint eventNamesCount = eventNames.count(); uint eventNamesCount = eventNames.count();
@ -99,8 +99,8 @@ void SelectEvent::slotEventSrcComboBox_activated(int index)
if ( eventName != "!Global!" ) if ( eventName != "!Global!" )
{ {
config->setGroup( eventName ); config->setGroup( eventName );
TQString eventDesc = config->readEntry( TQString::fromLatin1( "Comment" ), TQString eventDesc = config->readEntry( TQString::tqfromLatin1( "Comment" ),
config->readEntry( TQString::fromLatin1( "Name" ))); config->readEntry( TQString::tqfromLatin1( "Name" )));
if ( !item ) if ( !item )
item = new KListViewItem( eventsListView, eventDesc, eventName ); item = new KListViewItem( eventsListView, eventDesc, eventName );
else else
@ -110,7 +110,7 @@ void SelectEvent::slotEventSrcComboBox_activated(int index)
delete config; delete config;
eventsListView->sort(); eventsListView->sort();
item = eventsListView->lastChild(); item = eventsListView->lastChild();
TQString eventDesc = i18n("All other %1 events").arg(eventSrcComboBox->currentText()); TQString eventDesc = i18n("All other %1 events").tqarg(eventSrcComboBox->currentText());
if ( !item ) if ( !item )
item = new KListViewItem( eventsListView, eventDesc, "default" ); item = new KListViewItem( eventsListView, eventDesc, "default" );
else else

@ -352,7 +352,7 @@ KttsFilterProc* FilterMgr::loadFilterPlugin(const TQString& desktopEntryName)
// Find the plugin. // Find the plugin.
KTrader::OfferList offers = KTrader::self()->query("KTTSD/FilterPlugin", KTrader::OfferList offers = KTrader::self()->query("KTTSD/FilterPlugin",
TQString("DesktopEntryName == '%1'").arg(desktopEntryName)); TQString("DesktopEntryName == '%1'").tqarg(desktopEntryName));
if (offers.count() == 1) if (offers.count() == 1)
{ {

@ -20,9 +20,9 @@
// TQt includes. // TQt includes.
#include <tqcstring.h> #include <tqcstring.h>
#include <clipboard.h> #include <tqclipboard.h>
#include <textstream.h> #include <tqtextstream.h>
#include <textcodec.h> #include <tqtextcodec.h>
#include <tqfile.h> #include <tqfile.h>
// KDE includes. // KDE includes.
@ -790,7 +790,7 @@ uint KTTSD::moveRelTextSentence(const int n, const uint jobNum /*=0*/)
void KTTSD::speakClipboard() void KTTSD::speakClipboard()
{ {
// Get the clipboard object. // Get the clipboard object.
TQClipboard *cb = kapp->clipboard(); TQClipboard *cb = kapp->tqclipboard();
// Copy text from the clipboard. // Copy text from the clipboard.
TQString text = cb->text(); TQString text = cb->text();

@ -1316,7 +1316,7 @@ uttIterator Speaker::deleteUtterance(uttIterator it)
TQCString jobStr; TQCString jobStr;
jobStr.sprintf("%08i", it->sentence->jobNum); jobStr.sprintf("%08i", it->sentence->jobNum);
TQString dest = m_speechData->keepAudioPath + "/kttsd-" + TQString dest = m_speechData->keepAudioPath + "/kttsd-" +
TQString("%1-%2").arg(jobStr.data()).arg(seqStr.data()) + ".wav"; TQString("%1-%2").tqarg(jobStr.data()).tqarg(seqStr.data()) + ".wav";
TQFile::remove(dest); TQFile::remove(dest);
TQDir d; TQDir d;
d.rename(it->audioUrl, dest); d.rename(it->audioUrl, dest);
@ -1541,7 +1541,7 @@ Player* Speaker::createPlayerObject()
} }
} }
KTrader::OfferList offers = KTrader::self()->query( KTrader::OfferList offers = KTrader::self()->query(
"KTTSD/AudioPlugin", TQString("DesktopEntryName == '%1'").arg(plugInName)); "KTTSD/AudioPlugin", TQString("DesktopEntryName == '%1'").tqarg(plugInName));
if(offers.count() == 1) if(offers.count() == 1)
{ {

@ -24,7 +24,7 @@
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqdom.h> #include <tqdom.h>
#include <tqfile.h> #include <tqfile.h>
#include <textstream.h> #include <tqtextstream.h>
// KDE includes. // KDE includes.
#include <tdeversion.h> #include <tdeversion.h>

@ -107,7 +107,7 @@ int TalkerMgr::loadPlugIns(KConfig* config)
// Find the KTTSD SynthPlugin. // Find the KTTSD SynthPlugin.
KTrader::OfferList offers = KTrader::self()->query( KTrader::OfferList offers = KTrader::self()->query(
"KTTSD/SynthPlugin", TQString("DesktopEntryName == '%1'").arg(desktopEntryName)); "KTTSD/SynthPlugin", TQString("DesktopEntryName == '%1'").tqarg(desktopEntryName));
if(offers.count() > 1){ if(offers.count() > 1){
++bad; ++bad;
@ -134,7 +134,7 @@ int TalkerMgr::loadPlugIns(KConfig* config)
} else { } else {
// Synchronous plugins are run in a separate thread. // Synchronous plugins are run in a separate thread.
// Init will start the thread and it will immediately go to sleep. // Init will start the thread and it will immediately go to sleep.
TQString threadedPlugInName = TQString::fromLatin1("threaded") + desktopEntryName; TQString threadedPlugInName = TQString::tqfromLatin1("threaded") + desktopEntryName;
ThreadedPlugIn* speechThread = new ThreadedPlugIn(speech, ThreadedPlugIn* speechThread = new ThreadedPlugIn(speech,
this, threadedPlugInName.latin1()); this, threadedPlugInName.latin1());
speechThread->init(config, "Talker_" + talkerCode); speechThread->init(config, "Talker_" + talkerCode);

@ -20,7 +20,7 @@
#include <tqhbox.h> #include <tqhbox.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqsplitter.h> #include <tqsplitter.h>
#include <clipboard.h> #include <tqclipboard.h>
#include <tqpushbutton.h> #include <tqpushbutton.h>
#include <tqobjectlist.h> #include <tqobjectlist.h>
#include <tqwhatsthis.h> #include <tqwhatsthis.h>
@ -163,7 +163,7 @@ KttsJobMgrPart::KttsJobMgrPart(TQWidget *parent, const char *name) :
hbox3->setSpacing(6); hbox3->setSpacing(6);
// Do not let button box stretch vertically. // Do not let button box stretch vertically.
m_buttonBox->setSizePolicy(TQSizePolicy(TQSizePolicy::Expanding, TQSizePolicy::Fixed)); m_buttonBox->tqsetSizePolicy(TQSizePolicy(TQSizePolicy::Expanding, TQSizePolicy::Fixed));
// All the buttons with "job_" at start of their names will be enabled/disabled when a job is // All the buttons with "job_" at start of their names will be enabled/disabled when a job is
// selected in the Job List View. // selected in the Job List View.
@ -274,7 +274,7 @@ KttsJobMgrPart::KttsJobMgrPart(TQWidget *parent, const char *name) :
// Create a label for current sentence. // Create a label for current sentence.
TQLabel* currentSentenceLabel = new TQLabel(sentenceVBox); TQLabel* currentSentenceLabel = new TQLabel(sentenceVBox);
currentSentenceLabel->setSizePolicy(TQSizePolicy(TQSizePolicy::Preferred, TQSizePolicy::Fixed)); currentSentenceLabel->tqsetSizePolicy(TQSizePolicy(TQSizePolicy::Preferred, TQSizePolicy::Fixed));
currentSentenceLabel->setText(i18n("Current Sentence")); currentSentenceLabel->setText(i18n("Current Sentence"));
// Create a box to contain the current sentence. // Create a box to contain the current sentence.
@ -506,7 +506,7 @@ void KttsJobMgrPart::slot_job_change_talker()
void KttsJobMgrPart::slot_speak_clipboard() void KttsJobMgrPart::slot_speak_clipboard()
{ {
// Get the clipboard object. // Get the clipboard object.
TQClipboard *cb = kapp->clipboard(); TQClipboard *cb = kapp->tqclipboard();
// Copy text from the clipboard. // Copy text from the clipboard.
@ -518,7 +518,7 @@ void KttsJobMgrPart::slot_speak_clipboard()
{ {
if (supportsMarkup(NULL, KSpeech::mtHtml)) if (supportsMarkup(NULL, KSpeech::mtHtml))
{ {
TQByteArray d = data->encodedData("text/html"); TQByteArray d = data->tqencodedData("text/html");
text = TQString(d); text = TQString(d);
} }
} }
@ -526,7 +526,7 @@ void KttsJobMgrPart::slot_speak_clipboard()
{ {
if (supportsMarkup(NULL, KSpeech::mtSsml)) if (supportsMarkup(NULL, KSpeech::mtSsml))
{ {
TQByteArray d = data->encodedData("text/ssml"); TQByteArray d = data->tqencodedData("text/ssml");
text = TQString(d); text = TQString(d);
} }
} }

@ -148,14 +148,14 @@ KttsToolTip::KttsToolTip ( TQWidget* parent ) : TQToolTip(parent)
KttsMgrTray* kttsMgrTray = dynamic_cast<KttsMgrTray*>(parentWidget()); KttsMgrTray* kttsMgrTray = dynamic_cast<KttsMgrTray*>(parentWidget());
TQRect r(kttsMgrTray->geometry()); TQRect r(kttsMgrTray->tqgeometry());
if ( !r.isValid() ) if ( !r.isValid() )
return; return;
TQString status = "<qt><b>KTTSMgr</b> - "; TQString status = "<qt><b>KTTSMgr</b> - ";
status += i18n("<qt>Text-to-Speech Manager"); status += i18n("<qt>Text-to-Speech Manager");
status += "<br/><br/>"; status += "<br/><br/>";
status += kttsMgrTray->getStatus(); status += kttsMgrTray->gettqStatus();
status += "</qt>"; status += "</qt>";
tip(r, status); tip(r, status);
@ -257,7 +257,7 @@ TQString KttsMgrTray::stateToStr(int state)
} }
} }
TQString KttsMgrTray::getStatus() TQString KttsMgrTray::gettqStatus()
{ {
if (!isKttsdRunning()) return i18n("Text-to-Speech System is not running"); if (!isKttsdRunning()) return i18n("Text-to-Speech System is not running");
uint jobCount = getTextJobCount(); uint jobCount = getTextJobCount();
@ -273,7 +273,7 @@ TQString KttsMgrTray::getStatus()
int sentenceCount = getTextCount(job); int sentenceCount = getTextCount(job);
uint seq = moveRelTextSentence(0, job); uint seq = moveRelTextSentence(0, job);
status += i18n(", current job %1 at sentence %2 of %3 sentences" status += i18n(", current job %1 at sentence %2 of %3 sentences"
).arg(stateToStr(jobState)).arg(seq).arg(sentenceCount); ).tqarg(stateToStr(jobState)).tqarg(seq).tqarg(sentenceCount);
} }
} }
return status; return status;

@ -55,7 +55,7 @@ class KttsMgrTray: public KSystemTray, public KSpeech_stub, virtual public KSpee
~KttsMgrTray(); ~KttsMgrTray();
void setExitWhenFinishedSpeaking(); void setExitWhenFinishedSpeaking();
TQString getStatus(); TQString gettqStatus();
protected: protected:
// ASYNC textStarted(const TQCString& appId, uint jobNum); // ASYNC textStarted(const TQCString& appId, uint jobNum);

@ -148,9 +148,9 @@ static void notifypresent_init()
*/ */
/*static*/ TQString NotifyEvent::getEventSrcName(const TQString& eventSrc, TQString& iconName) /*static*/ TQString NotifyEvent::getEventSrcName(const TQString& eventSrc, TQString& iconName)
{ {
TQString configFilename = eventSrc + TQString::fromLatin1( "/eventsrc" ); TQString configFilename = eventSrc + TQString::tqfromLatin1( "/eventsrc" );
KConfig* config = new KConfig( configFilename, true, false, "data" ); KConfig* config = new KConfig( configFilename, true, false, "data" );
config->setGroup( TQString::fromLatin1( "!Global!" ) ); config->setGroup( TQString::tqfromLatin1( "!Global!" ) );
TQString appDesc = config->readEntry( "Comment", i18n("No description available") ); TQString appDesc = config->readEntry( "Comment", i18n("No description available") );
iconName = config->readEntry( "IconName" ); iconName = config->readEntry( "IconName" );
delete config; delete config;
@ -163,13 +163,13 @@ static void notifypresent_init()
/*static*/ TQString NotifyEvent::getEventName(const TQString& eventSrc, const TQString& event) /*static*/ TQString NotifyEvent::getEventName(const TQString& eventSrc, const TQString& event)
{ {
TQString eventName; TQString eventName;
TQString configFilename = eventSrc + TQString::fromLatin1( "/eventsrc" ); TQString configFilename = eventSrc + TQString::tqfromLatin1( "/eventsrc" );
KConfig* config = new KConfig( configFilename, true, false, "data" ); KConfig* config = new KConfig( configFilename, true, false, "data" );
if ( config->hasGroup( event ) ) if ( config->hasGroup( event ) )
{ {
config->setGroup( event ); config->setGroup( event );
eventName = config->readEntry( TQString::fromLatin1( "Comment" ), eventName = config->readEntry( TQString::tqfromLatin1( "Comment" ),
config->readEntry( TQString::fromLatin1( "Name" ))); config->readEntry( TQString::tqfromLatin1( "Name" )));
} }
delete config; delete config;
return eventName; return eventName;

@ -17,7 +17,7 @@
// TQt includes. // TQt includes.
#include <tqstring.h> #include <tqstring.h>
#include <textcodec.h> #include <tqtextcodec.h>
// KDE includes. // KDE includes.
#include <kdebug.h> #include <kdebug.h>

@ -77,7 +77,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout6</cstring> <cstring>tqlayout6</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -93,7 +93,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Fixed</enum> <enum>Fixed</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>30</width> <width>30</width>
<height>20</height> <height>20</height>
@ -127,7 +127,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout11_2</cstring> <cstring>tqlayout11_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -140,7 +140,7 @@
<property name="text"> <property name="text">
<string>&amp;Synthesizer:</string> <string>&amp;Synthesizer:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>WordBreak|AlignVCenter|AlignLeft</set> <set>WordBreak|AlignVCenter|AlignLeft</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -178,7 +178,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="2"> <widget class="TQLayoutWidget" row="0" column="2">
<property name="name"> <property name="name">
<cstring>layout12</cstring> <cstring>tqlayout12</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -243,7 +243,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>layout14</cstring> <cstring>tqlayout14</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -291,7 +291,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="2"> <widget class="TQLayoutWidget" row="1" column="2">
<property name="name"> <property name="name">
<cstring>layout13</cstring> <cstring>tqlayout13</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -339,7 +339,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="3"> <widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="3">
<property name="name"> <property name="name">
<cstring>layout10</cstring> <cstring>tqlayout10</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -426,7 +426,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout10</cstring> <cstring>tqlayout10</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -442,7 +442,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Fixed</enum> <enum>Fixed</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>30</width> <width>30</width>
<height>20</height> <height>20</height>

@ -61,7 +61,7 @@ bool Stretcher::stretch(const TQString &inFilename, const TQString &outFilename,
if (m_stretchProc) return false; if (m_stretchProc) return false;
m_outFilename = outFilename; m_outFilename = outFilename;
m_stretchProc = new KProcess; m_stretchProc = new KProcess;
TQString stretchStr = TQString("%1").arg(stretchFactor, 0, 'f', 3); TQString stretchStr = TQString("%1").tqarg(stretchFactor, 0, 'f', 3);
*m_stretchProc << "sox" << inFilename << outFilename << "stretch" << stretchStr; *m_stretchProc << "sox" << inFilename << outFilename << "stretch" << stretchStr;
connect(m_stretchProc, TQT_SIGNAL(processExited(KProcess*)), connect(m_stretchProc, TQT_SIGNAL(processExited(KProcess*)),
this, TQT_SLOT(slotProcessExited(KProcess*))); this, TQT_SLOT(slotProcessExited(KProcess*)));

@ -507,7 +507,7 @@ void TalkerCode::parseTalkerCode(const TQString &talkerCode)
{ {
if (desktopEntryName.isEmpty()) return TQString(); if (desktopEntryName.isEmpty()) return TQString();
KTrader::OfferList offers = KTrader::self()->query("KTTSD/SynthPlugin", KTrader::OfferList offers = KTrader::self()->query("KTTSD/SynthPlugin",
TQString("DesktopEntryName == '%1'").arg(desktopEntryName)); TQString("DesktopEntryName == '%1'").tqarg(desktopEntryName));
if (offers.count() == 1) if (offers.count() == 1)
return offers[0]->name(); return offers[0]->name();

@ -162,7 +162,7 @@ Player* TestPlayer::createPlayerObject(int playerOption)
} }
} }
KTrader::OfferList offers = KTrader::self()->query( KTrader::OfferList offers = KTrader::self()->query(
"KTTSD/AudioPlugin", TQString("DesktopEntryName == '%1'").arg(plugInName)); "KTTSD/AudioPlugin", TQString("DesktopEntryName == '%1'").tqarg(plugInName));
if(offers.count() == 1) if(offers.count() == 1)
{ {

@ -432,10 +432,10 @@ TQStringList AlsaPlayer::getPluginList( const TQCString& /*classname*/ )
infoName += snd_pcm_info_get_name(pcminfo); infoName += snd_pcm_info_get_name(pcminfo);
infoName += ")"; infoName += ")";
if (0 == devCnt) { if (0 == devCnt) {
TQString pcmName = TQString("default:%1").arg(card); TQString pcmName = TQString("default:%1").tqarg(card);
result.append(pcmName + infoName); result.append(pcmName + infoName);
} }
TQString pcmName = TQString("plughw:%1,%2").arg(card).arg(device); TQString pcmName = TQString("plughw:%1,%2").tqarg(card).tqarg(device);
result.append(pcmName + infoName); result.append(pcmName + infoName);
} }
snd_ctl_close(handle); snd_ctl_close(handle);
@ -1496,7 +1496,7 @@ void AlsaPlayer::header(int /*rtype*/, const char* /*name*/)
else if (hwdata.channels == 2) else if (hwdata.channels == 2)
channels = "Stereo"; channels = "Stereo";
else else
channels = TQString("Channels %1").arg(hwdata.channels); channels = TQString("Channels %1").tqarg(hwdata.channels);
DBG("Format: %s, Rate %d Hz, %s", DBG("Format: %s, Rate %d Hz, %s",
snd_pcm_format_description(hwdata.format), snd_pcm_format_description(hwdata.format),
hwdata.rate, hwdata.rate,

@ -189,12 +189,12 @@ bool GStreamerPlayer::requireVersion(uint major, uint minor, uint micro)
} }
gst_version(&gmajor, &gminor, &gmicro); gst_version(&gmajor, &gminor, &gmicro);
// kdDebug() << TQString("GStreamerPlayer::requireVersion: You have gstreamer %1.%2.%3 installed.").arg(gmajor).arg(gminor).arg(gmicro) << endl; // kdDebug() << TQString("GStreamerPlayer::requireVersion: You have gstreamer %1.%2.%3 installed.").tqarg(gmajor).tqarg(gminor).tqarg(gmicro) << endl;
if (gmajor > major) return true; if (gmajor > major) return true;
if (gminor > minor) return true; if (gminor > minor) return true;
if (gmicro >= micro) return true; if (gmicro >= micro) return true;
kdDebug() << TQString("GStreamerPlayer::requireVersion: You have gstreamer %1.%2.%3 installed.").arg(gmajor).arg(gminor).arg(gmicro) << endl; kdDebug() << TQString("GStreamerPlayer::requireVersion: You have gstreamer %1.%2.%3 installed.").tqarg(gmajor).tqarg(gminor).tqarg(gmicro) << endl;
kdDebug() << TQString("GStreamerPlayer::requireVersion: This application requires %1.%2.%3 or greater.").arg(major).arg(minor).arg(micro) << endl; kdDebug() << TQString("GStreamerPlayer::requireVersion: This application requires %1.%2.%3 or greater.").tqarg(major).tqarg(minor).tqarg(micro) << endl;
return false; return false;
} }

@ -16,11 +16,11 @@
***************************************************************************/ ***************************************************************************/
// TQt includes. // TQt includes.
#include <layout.h> #include <tqlayout.h>
#include <tqcheckbox.h> #include <tqcheckbox.h>
#include <tqfile.h> #include <tqfile.h>
#include <tqapplication.h> #include <tqapplication.h>
#include <textcodec.h> #include <tqtextcodec.h>
// KDE includes. // KDE includes.
#include <kdialog.h> #include <kdialog.h>
@ -48,11 +48,11 @@ CommandConf::CommandConf( TQWidget* parent, const char* name, const TQStringList
m_commandProc = 0; m_commandProc = 0;
m_progressDlg = 0; m_progressDlg = 0;
TQVBoxLayout *layout = new TQVBoxLayout(this, KDialog::marginHint(), TQVBoxLayout *tqlayout = new TQVBoxLayout(this, KDialog::marginHint(),
KDialog::spacingHint(), "CommandConfigWidgetLayout"); KDialog::spacingHint(), "CommandConfigWidgetLayout");
layout->setAlignment (TQt::AlignTop); tqlayout->tqsetAlignment (TQt::AlignTop);
m_widget = new CommandConfWidget(this, "CommandConfigWidget"); m_widget = new CommandConfWidget(this, "CommandConfigWidget");
layout->addWidget(m_widget); tqlayout->addWidget(m_widget);
// Build codec list and fill combobox. // Build codec list and fill combobox.
m_codecList = PlugInProc::buildCodecList(); m_codecList = PlugInProc::buildCodecList();
@ -127,12 +127,12 @@ TQString CommandConf::getTalkerCode()
"<voice lang=\"%1\" name=\"%2\" gender=\"%3\" />" "<voice lang=\"%1\" name=\"%2\" gender=\"%3\" />"
"<prosody volume=\"%4\" rate=\"%5\" />" "<prosody volume=\"%4\" rate=\"%5\" />"
"<kttsd synthesizer=\"%6\" />") "<kttsd synthesizer=\"%6\" />")
.arg(m_languageCode) .tqarg(m_languageCode)
.arg("fixed") .tqarg("fixed")
.arg("neutral") .tqarg("neutral")
.arg("medium") .tqarg("medium")
.arg("medium") .tqarg("medium")
.arg("Command"); .tqarg("Command");
} }
} }
return TQString(); return TQString();

@ -74,7 +74,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="0"> <widget class="TQLayoutWidget" row="5" column="0">
<property name="name"> <property name="name">
<cstring>layout1</cstring> <cstring>tqlayout1</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -101,7 +101,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>201</width> <width>201</width>
<height>20</height> <height>20</height>
@ -120,7 +120,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="0"> <widget class="TQLayoutWidget" row="4" column="0">
<property name="name"> <property name="name">
<cstring>layout5</cstring> <cstring>tqlayout5</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -187,7 +187,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>30</height> <height>30</height>

@ -21,7 +21,7 @@
#include <tqvaluelist.h> #include <tqvaluelist.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqregexp.h> #include <tqregexp.h>
#include <textcodec.h> #include <tqtextcodec.h>
#include <tqvaluestack.h> #include <tqvaluestack.h>
// KDE includes. // KDE includes.
@ -382,13 +382,13 @@ void CommandProc::slotProcessExited(KProcess*)
void CommandProc::slotReceivedStdout(KProcess*, char* buffer, int buflen) void CommandProc::slotReceivedStdout(KProcess*, char* buffer, int buflen)
{ {
TQString buf = TQString::fromLatin1(buffer, buflen); TQString buf = TQString::tqfromLatin1(buffer, buflen);
kdDebug() << "CommandProc::slotReceivedStdout: Received output from Command: " << buf << endl; kdDebug() << "CommandProc::slotReceivedStdout: Received output from Command: " << buf << endl;
} }
void CommandProc::slotReceivedStderr(KProcess*, char* buffer, int buflen) void CommandProc::slotReceivedStderr(KProcess*, char* buffer, int buflen)
{ {
TQString buf = TQString::fromLatin1(buffer, buflen); TQString buf = TQString::tqfromLatin1(buffer, buflen);
kdDebug() << "CommandProc::slotReceivedStderr: Received error from Command: " << buf << endl; kdDebug() << "CommandProc::slotReceivedStderr: Received error from Command: " << buf << endl;
} }

@ -27,8 +27,8 @@
// TQt includes. // TQt includes.
#include <tqfile.h> #include <tqfile.h>
#include <tqapplication.h> #include <tqapplication.h>
#include <textcodec.h> #include <tqtextcodec.h>
#include <layout.h> #include <tqlayout.h>
#include <tqslider.h> #include <tqslider.h>
// KDE includes. // KDE includes.
@ -55,11 +55,11 @@ EposConf::EposConf( TQWidget* parent, const char* name, const TQStringList& /*ar
m_eposProc = 0; m_eposProc = 0;
m_progressDlg = 0; m_progressDlg = 0;
TQVBoxLayout *layout = new TQVBoxLayout(this, KDialog::marginHint(), TQVBoxLayout *tqlayout = new TQVBoxLayout(this, KDialog::marginHint(),
KDialog::spacingHint(), "EposConfigWidgetLayout"); KDialog::spacingHint(), "EposConfigWidgetLayout");
layout->setAlignment (TQt::AlignTop); tqlayout->tqsetAlignment (TQt::AlignTop);
m_widget = new EposConfWidget(this, "EposConfigWidget"); m_widget = new EposConfWidget(this, "EposConfigWidget");
layout->addWidget(m_widget); tqlayout->addWidget(m_widget);
// Build codec list and fill combobox. // Build codec list and fill combobox.
m_codecList = PlugInProc::buildCodecList(); m_codecList = PlugInProc::buildCodecList();
@ -194,12 +194,12 @@ TQString EposConf::getTalkerCode()
"<voice lang=\"%1\" name=\"%2\" gender=\"%3\" />" "<voice lang=\"%1\" name=\"%2\" gender=\"%3\" />"
"<prosody volume=\"%4\" rate=\"%5\" />" "<prosody volume=\"%4\" rate=\"%5\" />"
"<kttsd synthesizer=\"%6\" />") "<kttsd synthesizer=\"%6\" />")
.arg(m_languageCode) .tqarg(m_languageCode)
.arg("fixed") .tqarg("fixed")
.arg("neutral") .tqarg("neutral")
.arg("medium") .tqarg("medium")
.arg(rate) .tqarg(rate)
.arg("Epos TTS Synthesis System"); .tqarg("Epos TTS Synthesis System");
} }
} }
return TQString(); return TQString();

@ -67,7 +67,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>layout13</cstring> <cstring>tqlayout13</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -112,7 +112,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>layout17</cstring> <cstring>tqlayout17</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -120,7 +120,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout14</cstring> <cstring>tqlayout14</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -174,7 +174,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout15</cstring> <cstring>tqlayout15</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -246,7 +246,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout16</cstring> <cstring>tqlayout16</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -316,7 +316,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout13</cstring> <cstring>tqlayout13</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -324,7 +324,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout11</cstring> <cstring>tqlayout11</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -345,7 +345,7 @@
<property name="text"> <property name="text">
<string>Epos server executable path:</string> <string>Epos server executable path:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter</set> <set>AlignVCenter</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -370,7 +370,7 @@
<property name="text"> <property name="text">
<string>Epos client executable path:</string> <string>Epos client executable path:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter</set> <set>AlignVCenter</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -384,7 +384,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout12</cstring> <cstring>tqlayout12</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -445,7 +445,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout14</cstring> <cstring>tqlayout14</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -453,7 +453,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="1"> <widget class="TQLayoutWidget" row="0" column="1">
<property name="name"> <property name="name">
<cstring>layout13</cstring> <cstring>tqlayout13</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -479,7 +479,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>layout12</cstring> <cstring>tqlayout12</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -500,7 +500,7 @@
<property name="text"> <property name="text">
<string>Epos server:</string> <string>Epos server:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignLeft</set> <set>AlignVCenter|AlignLeft</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -525,7 +525,7 @@
<property name="text"> <property name="text">
<string>Epos client:</string> <string>Epos client:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignLeft</set> <set>AlignVCenter|AlignLeft</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -543,7 +543,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="0"> <widget class="TQLayoutWidget" row="4" column="0">
<property name="name"> <property name="name">
<cstring>layout5</cstring> <cstring>tqlayout5</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -559,7 +559,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>410</width> <width>410</width>
<height>20</height> <height>20</height>

@ -28,7 +28,7 @@
// TQt includes. // TQt includes.
#include <tqstring.h> #include <tqstring.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <textcodec.h> #include <tqtextcodec.h>
#include <tqfile.h> #include <tqfile.h>
// KDE includes. // KDE includes.
@ -210,7 +210,7 @@ void EposProc::synth(
*m_eposProc << eposClientExePath; *m_eposProc << eposClientExePath;
// Language. // Language.
if (!eposLanguage.isEmpty()) if (!eposLanguage.isEmpty())
*m_eposProc << TQString("--language=%1").arg(eposLanguage); *m_eposProc << TQString("--language=%1").tqarg(eposLanguage);
// Rate (speed). // Rate (speed).
// Map 50% to 200% onto 0 to 1000. // Map 50% to 200% onto 0 to 1000.
// slider = alpha * (log(percent)-log(50)) // slider = alpha * (log(percent)-log(50))
@ -221,10 +221,10 @@ void EposProc::synth(
slider = slider - 500; slider = slider - 500;
// Map -500 to 500 onto 45 to -45 then shift to 130 to 40 (85 midpoint). // Map -500 to 500 onto 45 to -45 then shift to 130 to 40 (85 midpoint).
float stretchValue = (-float(slider) * 45.0 / 500.0) + 85.0; float stretchValue = (-float(slider) * 45.0 / 500.0) + 85.0;
TQString timeMsg = TQString("--init_t=%1").arg(stretchValue, 0, 'f', 3); TQString timeMsg = TQString("--init_t=%1").tqarg(stretchValue, 0, 'f', 3);
*m_eposProc << timeMsg; *m_eposProc << timeMsg;
// Pitch. Map 50% to 200% onto 50 to 200. easy. // Pitch. Map 50% to 200% onto 50 to 200. easy.
TQString pitchMsg = TQString("--init_f=%1").arg(pitch); TQString pitchMsg = TQString("--init_f=%1").tqarg(pitch);
*m_eposProc << pitchMsg; *m_eposProc << pitchMsg;
// Output file. // Output file.
if (!suggestedFilename.isEmpty()) if (!suggestedFilename.isEmpty())
@ -326,13 +326,13 @@ void EposProc::slotProcessExited(KProcess*)
void EposProc::slotReceivedStdout(KProcess*, char* buffer, int buflen) void EposProc::slotReceivedStdout(KProcess*, char* buffer, int buflen)
{ {
TQString buf = TQString::fromLatin1(buffer, buflen); TQString buf = TQString::tqfromLatin1(buffer, buflen);
kdDebug() << "EposProc::slotReceivedStdout: Received output from Epos: " << buf << endl; kdDebug() << "EposProc::slotReceivedStdout: Received output from Epos: " << buf << endl;
} }
void EposProc::slotReceivedStderr(KProcess*, char* buffer, int buflen) void EposProc::slotReceivedStderr(KProcess*, char* buffer, int buflen)
{ {
TQString buf = TQString::fromLatin1(buffer, buflen); TQString buf = TQString::tqfromLatin1(buffer, buflen);
kdDebug() << "EposProc::slotReceivedStderr: Received error from Epos: " << buf << endl; kdDebug() << "EposProc::slotReceivedStderr: Received error from Epos: " << buf << endl;
} }

@ -25,7 +25,7 @@
#include <math.h> #include <math.h>
// TQt includes. // TQt includes.
#include <layout.h> #include <tqlayout.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqstringlist.h> #include <tqstringlist.h>
@ -33,7 +33,7 @@
#include <tqdir.h> #include <tqdir.h>
#include <tqslider.h> #include <tqslider.h>
#include <tqdom.h> #include <tqdom.h>
#include <textcodec.h> #include <tqtextcodec.h>
// KDE includes. // KDE includes.
#include <kdialog.h> #include <kdialog.h>
@ -65,11 +65,11 @@ FestivalIntConf::FestivalIntConf( TQWidget* parent, const char* name, const TQSt
m_progressDlg = 0; m_progressDlg = 0;
m_supportsSSML = FestivalIntProc::ssUnknown; m_supportsSSML = FestivalIntProc::ssUnknown;
TQVBoxLayout *layout = new TQVBoxLayout(this, KDialog::marginHint(), TQVBoxLayout *tqlayout = new TQVBoxLayout(this, KDialog::marginHint(),
KDialog::spacingHint(), "FestivalIntConfigWidgetLayout"); KDialog::spacingHint(), "FestivalIntConfigWidgetLayout");
layout->setAlignment (TQt::AlignTop); tqlayout->tqsetAlignment (TQt::AlignTop);
m_widget = new FestivalIntConfWidget(this, "FestivalIntConfigWidget"); m_widget = new FestivalIntConfWidget(this, "FestivalIntConfigWidget");
layout->addWidget(m_widget); tqlayout->addWidget(m_widget);
m_widget->festivalPath->setMode(KFile::File | KFile::ExistingOnly); m_widget->festivalPath->setMode(KFile::File | KFile::ExistingOnly);
m_widget->festivalPath->setFilter("*"); m_widget->festivalPath->setFilter("*");
@ -229,12 +229,12 @@ TQString FestivalIntConf::getTalkerCode()
"<voice lang=\"%1\" name=\"%2\" gender=\"%3\" />" "<voice lang=\"%1\" name=\"%2\" gender=\"%3\" />"
"<prosody volume=\"%4\" rate=\"%5\" />" "<prosody volume=\"%4\" rate=\"%5\" />"
"<kttsd synthesizer=\"%6\" />") "<kttsd synthesizer=\"%6\" />")
.arg(voiceTemp.languageCode) .tqarg(voiceTemp.languageCode)
.arg(voiceTemp.code) .tqarg(voiceTemp.code)
.arg(voiceTemp.gender) .tqarg(voiceTemp.gender)
.arg(volume) .tqarg(volume)
.arg(rate) .tqarg(rate)
.arg("Festival Interactive"); .tqarg("Festival Interactive");
return normalTalkerCode; return normalTalkerCode;
} }

@ -94,7 +94,7 @@
<property name="text"> <property name="text">
<string>&amp;Festival executable:</string> <string>&amp;Festival executable:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -143,7 +143,7 @@
<property name="text"> <property name="text">
<string>&amp;Select voice:</string> <string>&amp;Select voice:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -182,7 +182,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>layout11</cstring> <cstring>tqlayout11</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -190,7 +190,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout8</cstring> <cstring>tqlayout8</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -266,7 +266,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout9</cstring> <cstring>tqlayout9</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -369,7 +369,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>layout10</cstring> <cstring>tqlayout10</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -471,7 +471,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="0"> <widget class="TQLayoutWidget" row="4" column="0">
<property name="name"> <property name="name">
<cstring>layout6</cstring> <cstring>tqlayout6</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -498,7 +498,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>101</width> <width>101</width>
<height>20</height> <height>20</height>
@ -520,7 +520,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>layout5</cstring> <cstring>tqlayout5</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -28,7 +28,7 @@
#include <tqstring.h> #include <tqstring.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <tqthread.h> #include <tqthread.h>
#include <textcodec.h> #include <tqtextcodec.h>
// KDE includes. // KDE includes.
#include <kdebug.h> #include <kdebug.h>
@ -268,11 +268,11 @@ void FestivalIntProc::synth(
slider = slider - 500; slider = slider - 500;
// Map -500 to 500 onto 0.15 to -0.15. // Map -500 to 500 onto 0.15 to -0.15.
float stretchValue = -float(slider) * 0.15 / 500.0; float stretchValue = -float(slider) * 0.15 / 500.0;
timeMsg = TQString("(set! hts_duration_stretch %1)").arg( timeMsg = TQString("(set! hts_duration_stretch %1)").tqarg(
stretchValue, 0, 'f', 3); stretchValue, 0, 'f', 3);
} }
else else
timeMsg = TQString("(Parameter.set 'Duration_Stretch %1)").arg( timeMsg = TQString("(Parameter.set 'Duration_Stretch %1)").tqarg(
1.0/(float(time)/100.0), 0, 'f', 2); 1.0/(float(time)/100.0), 0, 'f', 2);
sendToFestival(timeMsg); sendToFestival(timeMsg);
m_runningTime = time; m_runningTime = time;
@ -292,7 +292,7 @@ void FestivalIntProc::synth(
} }
TQString pitchMsg = TQString( TQString pitchMsg = TQString(
"(set! int_lr_params '((target_f0_mean %1) (target_f0_std 14)" "(set! int_lr_params '((target_f0_mean %1) (target_f0_std 14)"
"(model_f0_mean 170) (model_f0_std 34)))").arg(pitchValue, 0, 10); "(model_f0_mean 170) (model_f0_std 34)))").tqarg(pitchValue, 0, 10);
sendToFestival(pitchMsg); sendToFestival(pitchMsg);
m_runningPitch = pitch; m_runningPitch = pitch;
} }
@ -500,7 +500,7 @@ void FestivalIntProc::slotProcessExited(KProcess*)
void FestivalIntProc::slotReceivedStdout(KProcess*, char* buffer, int buflen) void FestivalIntProc::slotReceivedStdout(KProcess*, char* buffer, int buflen)
{ {
TQString buf = TQString::fromLatin1(buffer, buflen); TQString buf = TQString::tqfromLatin1(buffer, buflen);
// kdDebug() << "FestivalIntProc::slotReceivedStdout: Received from Festival: " << buf << endl; // kdDebug() << "FestivalIntProc::slotReceivedStdout: Received from Festival: " << buf << endl;
bool promptSeen = (buf.contains("festival>") > 0); bool promptSeen = (buf.contains("festival>") > 0);
bool emitQueryVoicesFinished = false; bool emitQueryVoicesFinished = false;
@ -569,7 +569,7 @@ void FestivalIntProc::slotReceivedStdout(KProcess*, char* buffer, int buflen)
void FestivalIntProc::slotReceivedStderr(KProcess*, char* buffer, int buflen) void FestivalIntProc::slotReceivedStderr(KProcess*, char* buffer, int buflen)
{ {
TQString buf = TQString::fromLatin1(buffer, buflen); TQString buf = TQString::tqfromLatin1(buffer, buflen);
kdDebug() << "FestivalIntProc::slotReceivedStderr: Received error from Festival: " << buf << endl; kdDebug() << "FestivalIntProc::slotReceivedStderr: Received error from Festival: " << buf << endl;
} }

@ -22,7 +22,7 @@
******************************************************************************/ ******************************************************************************/
// TQt includes. // TQt includes.
#include <layout.h> #include <tqlayout.h>
#include <tqfile.h> #include <tqfile.h>
#include <tqapplication.h> #include <tqapplication.h>
@ -49,11 +49,11 @@ FliteConf::FliteConf( TQWidget* parent, const char* name, const TQStringList& /*
m_fliteProc = 0; m_fliteProc = 0;
m_progressDlg = 0; m_progressDlg = 0;
TQVBoxLayout *layout = new TQVBoxLayout(this, KDialog::marginHint(), TQVBoxLayout *tqlayout = new TQVBoxLayout(this, KDialog::marginHint(),
KDialog::spacingHint(), "FliteConfigWidgetLayout"); KDialog::spacingHint(), "FliteConfigWidgetLayout");
layout->setAlignment (TQt::AlignTop); tqlayout->tqsetAlignment (TQt::AlignTop);
m_widget = new FliteConfWidget(this, "FliteConfigWidget"); m_widget = new FliteConfWidget(this, "FliteConfigWidget");
layout->addWidget(m_widget); tqlayout->addWidget(m_widget);
defaults(); defaults();
@ -115,12 +115,12 @@ TQString FliteConf::getTalkerCode()
"<voice lang=\"%1\" name=\"%2\" gender=\"%3\" />" "<voice lang=\"%1\" name=\"%2\" gender=\"%3\" />"
"<prosody volume=\"%4\" rate=\"%5\" />" "<prosody volume=\"%4\" rate=\"%5\" />"
"<kttsd synthesizer=\"%6\" />") "<kttsd synthesizer=\"%6\" />")
.arg(m_languageCode) .tqarg(m_languageCode)
.arg("fixed") .tqarg("fixed")
.arg("neutral") .tqarg("neutral")
.arg("medium") .tqarg("medium")
.arg("medium") .tqarg("medium")
.arg("Festival Lite (flite)"); .tqarg("Festival Lite (flite)");
} }
} }
return TQString(); return TQString();

@ -41,7 +41,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>100</height> <height>100</height>
@ -111,7 +111,7 @@
<property name="text"> <property name="text">
<string>&amp;Flite executable path:</string> <string>&amp;Flite executable path:</string>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -160,7 +160,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>221</width> <width>221</width>
<height>20</height> <height>20</height>

@ -218,13 +218,13 @@ void FliteProc::slotProcessExited(KProcess*)
void FliteProc::slotReceivedStdout(KProcess*, char* buffer, int buflen) void FliteProc::slotReceivedStdout(KProcess*, char* buffer, int buflen)
{ {
TQString buf = TQString::fromLatin1(buffer, buflen); TQString buf = TQString::tqfromLatin1(buffer, buflen);
kdDebug() << "FliteProc::slotReceivedStdout: Received output from Flite: " << buf << endl; kdDebug() << "FliteProc::slotReceivedStdout: Received output from Flite: " << buf << endl;
} }
void FliteProc::slotReceivedStderr(KProcess*, char* buffer, int buflen) void FliteProc::slotReceivedStderr(KProcess*, char* buffer, int buflen)
{ {
TQString buf = TQString::fromLatin1(buffer, buflen); TQString buf = TQString::tqfromLatin1(buffer, buflen);
kdDebug() << "FliteProc::slotReceivedStderr: Received error from Flite: " << buf << endl; kdDebug() << "FliteProc::slotReceivedStderr: Received error from Flite: " << buf << endl;
} }

@ -16,7 +16,7 @@
***************************************************************************/ ***************************************************************************/
// TQt includes. // TQt includes.
#include <layout.h> #include <tqlayout.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqstringlist.h> #include <tqstringlist.h>
@ -47,11 +47,11 @@ FreeTTSConf::FreeTTSConf( TQWidget* parent, const char* name, const TQStringList
m_freettsProc = 0; m_freettsProc = 0;
m_progressDlg = 0; m_progressDlg = 0;
TQVBoxLayout *layout = new TQVBoxLayout(this, KDialog::marginHint(), TQVBoxLayout *tqlayout = new TQVBoxLayout(this, KDialog::marginHint(),
KDialog::spacingHint(), "FreeTTSConfigWidgetLayout"); KDialog::spacingHint(), "FreeTTSConfigWidgetLayout");
layout->setAlignment (TQt::AlignTop); tqlayout->tqsetAlignment (TQt::AlignTop);
m_widget = new FreeTTSConfWidget(this, "FreeTTSConfigWidget"); m_widget = new FreeTTSConfWidget(this, "FreeTTSConfigWidget");
layout->addWidget(m_widget); tqlayout->addWidget(m_widget);
defaults(); defaults();
@ -119,12 +119,12 @@ TQString FreeTTSConf::getTalkerCode()
"<voice lang=\"%1\" name=\"%2\" gender=\"%3\" />" "<voice lang=\"%1\" name=\"%2\" gender=\"%3\" />"
"<prosody volume=\"%4\" rate=\"%5\" />" "<prosody volume=\"%4\" rate=\"%5\" />"
"<kttsd synthesizer=\"%6\" />") "<kttsd synthesizer=\"%6\" />")
.arg(m_languageCode) .tqarg(m_languageCode)
.arg("fixed") .tqarg("fixed")
.arg("neutral") .tqarg("neutral")
.arg("medium") .tqarg("medium")
.arg("medium") .tqarg("medium")
.arg("FreeTTS"); .tqarg("FreeTTS");
} }
} }
return TQString(); return TQString();

@ -38,7 +38,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>20</width> <width>20</width>
<height>16</height> <height>16</height>
@ -108,7 +108,7 @@
<property name="textFormat"> <property name="textFormat">
<enum>AutoText</enum> <enum>AutoText</enum>
</property> </property>
<property name="alignment"> <property name="tqalignment">
<set>AlignVCenter|AlignRight</set> <set>AlignVCenter|AlignRight</set>
</property> </property>
<property name="buddy" stdset="0"> <property name="buddy" stdset="0">
@ -148,7 +148,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>layout10</cstring> <cstring>tqlayout10</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -164,7 +164,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>410</width> <width>410</width>
<height>20</height> <height>20</height>

@ -206,12 +206,12 @@ void FreeTTSProc::slotProcessExited(KProcess*) {
} }
void FreeTTSProc::slotReceivedStdout(KProcess*, char* buffer, int buflen) { void FreeTTSProc::slotReceivedStdout(KProcess*, char* buffer, int buflen) {
TQString buf = TQString::fromLatin1(buffer, buflen); TQString buf = TQString::tqfromLatin1(buffer, buflen);
kdDebug() << "FreeTTSProc::slotReceivedStdout: Received output from FreeTTS: " << buf << endl; kdDebug() << "FreeTTSProc::slotReceivedStdout: Received output from FreeTTS: " << buf << endl;
} }
void FreeTTSProc::slotReceivedStderr(KProcess*, char* buffer, int buflen) { void FreeTTSProc::slotReceivedStderr(KProcess*, char* buffer, int buflen) {
TQString buf = TQString::fromLatin1(buffer, buflen); TQString buf = TQString::tqfromLatin1(buffer, buflen);
kdDebug() << "FreeTTSProc::slotReceivedStderr: Received error from FreeTTS: " << buf << endl; kdDebug() << "FreeTTSProc::slotReceivedStderr: Received error from FreeTTS: " << buf << endl;
} }

@ -15,7 +15,7 @@
***************************************************************************/ ***************************************************************************/
// TQt includes. // TQt includes.
#include <layout.h> #include <tqlayout.h>
#include <tqlabel.h> #include <tqlabel.h>
#include <tqgroupbox.h> #include <tqgroupbox.h>
#include <tqstring.h> #include <tqstring.h>
@ -92,15 +92,15 @@ class HadifixConfPrivate {
TQString name = TQFileInfo(*it).fileName(); TQString name = TQFileInfo(*it).fileName();
gender = HadifixProc::determineGender(defaultMbrolaExec, *it); gender = HadifixProc::determineGender(defaultMbrolaExec, *it);
if (gender == HadifixProc::MaleGender) if (gender == HadifixProc::MaleGender)
configWidget->addVoice(*it, true, i18n("Male voice \"%1\"").arg(name)); configWidget->addVoice(*it, true, i18n("Male voice \"%1\"").tqarg(name));
else if (gender == HadifixProc::FemaleGender) else if (gender == HadifixProc::FemaleGender)
configWidget->addVoice(*it, false, i18n("Female voice \"%1\"").arg(name)); configWidget->addVoice(*it, false, i18n("Female voice \"%1\"").tqarg(name));
else { else {
if (name == "de1") if (name == "de1")
configWidget->addVoice(*it, false, i18n("Female voice \"%1\"").arg(name)); configWidget->addVoice(*it, false, i18n("Female voice \"%1\"").tqarg(name));
else { else {
configWidget->addVoice(*it, true, i18n("Unknown voice \"%1\"").arg(name)); configWidget->addVoice(*it, true, i18n("Unknown voice \"%1\"").tqarg(name));
configWidget->addVoice(*it, false, i18n("Unknown voice \"%1\"").arg(name)); configWidget->addVoice(*it, false, i18n("Unknown voice \"%1\"").tqarg(name));
} }
} }
} }
@ -206,8 +206,8 @@ class HadifixConfPrivate {
HadifixConf::HadifixConf( TQWidget* parent, const char* name, const TQStringList &) : HadifixConf::HadifixConf( TQWidget* parent, const char* name, const TQStringList &) :
PlugInConf( parent, name ){ PlugInConf( parent, name ){
// kdDebug() << "HadifixConf::HadifixConf: Running" << endl; // kdDebug() << "HadifixConf::HadifixConf: Running" << endl;
TQVBoxLayout *layout = new TQVBoxLayout (this, KDialog::marginHint(), KDialog::spacingHint(), "CommandConfigWidgetLayout"); TQVBoxLayout *tqlayout = new TQVBoxLayout (this, KDialog::marginHint(), KDialog::spacingHint(), "CommandConfigWidgetLayout");
layout->setAlignment (TQt::AlignTop); tqlayout->tqsetAlignment (TQt::AlignTop);
d = new HadifixConfPrivate(); d = new HadifixConfPrivate();
d->configWidget = new HadifixConfigUI (this, "configWidget"); d->configWidget = new HadifixConfigUI (this, "configWidget");
@ -224,7 +224,7 @@ HadifixConf::HadifixConf( TQWidget* parent, const char* name, const TQStringList
d->initializeCharacterCodes(); d->initializeCharacterCodes();
d->initializeVoices(); d->initializeVoices();
d->setDefaults(); d->setDefaults();
layout->addWidget (d->configWidget); tqlayout->addWidget (d->configWidget);
} }
/** Destructor */ /** Destructor */
@ -284,12 +284,12 @@ TQString HadifixConf::getTalkerCode()
"<voice lang=\"%1\" name=\"%2\" gender=\"%3\" />" "<voice lang=\"%1\" name=\"%2\" gender=\"%3\" />"
"<prosody volume=\"%4\" rate=\"%5\" />" "<prosody volume=\"%4\" rate=\"%5\" />"
"<kttsd synthesizer=\"%6\" />") "<kttsd synthesizer=\"%6\" />")
.arg(d->languageCode) .tqarg(d->languageCode)
.arg(voiceCode) .tqarg(voiceCode)
.arg(gender) .tqarg(gender)
.arg(volume) .tqarg(volume)
.arg(rate) .tqarg(rate)
.arg("Hadifix"); .tqarg("Hadifix");
} }
} }
return TQString(); return TQString();

@ -470,7 +470,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="2"> <widget class="TQLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
<property name="name"> <property name="name">
<cstring>layout5</cstring> <cstring>tqlayout5</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -525,7 +525,7 @@
<property name="sizeType"> <property name="sizeType">
<enum>Preferred</enum> <enum>Preferred</enum>
</property> </property>
<property name="sizeHint"> <property name="tqsizeHint">
<size> <size>
<width>240</width> <width>240</width>
<height>20</height> <height>20</height>

@ -18,7 +18,7 @@
#include <tqstring.h> #include <tqstring.h>
#include <tqstringlist.h> #include <tqstringlist.h>
#include <textcodec.h> #include <tqtextcodec.h>
#include <kdebug.h> #include <kdebug.h>
#include <kconfig.h> #include <kconfig.h>
@ -184,9 +184,9 @@ void HadifixProc::synth(TQString text,
TQString mbrolaCommand = d->hadifixProc->quote(mbrola); TQString mbrolaCommand = d->hadifixProc->quote(mbrola);
mbrolaCommand += " -e"; //Ignore fatal errors on unkown diphone mbrolaCommand += " -e"; //Ignore fatal errors on unkown diphone
mbrolaCommand += TQString(" -v %1").arg(volume/100.0); // volume ratio mbrolaCommand += TQString(" -v %1").tqarg(volume/100.0); // volume ratio
mbrolaCommand += TQString(" -f %1").arg(pitch/100.0); // freqency ratio mbrolaCommand += TQString(" -f %1").tqarg(pitch/100.0); // freqency ratio
mbrolaCommand += TQString(" -t %1").arg(1/(time/100.0)); // time ratio mbrolaCommand += TQString(" -t %1").tqarg(1/(time/100.0)); // time ratio
mbrolaCommand += " " + d->hadifixProc->quote(voice); mbrolaCommand += " " + d->hadifixProc->quote(voice);
mbrolaCommand += " - " + d->hadifixProc->quote(waveFilename); mbrolaCommand += " - " + d->hadifixProc->quote(waveFilename);
@ -389,11 +389,11 @@ HadifixProc::VoiceGender HadifixProc::determineGender(TQString mbrola, TQString
} }
void HadifixProc::receivedStdout (KProcess *, char *buffer, int buflen) { void HadifixProc::receivedStdout (KProcess *, char *buffer, int buflen) {
stdOut += TQString::fromLatin1(buffer, buflen); stdOut += TQString::tqfromLatin1(buffer, buflen);
} }
void HadifixProc::receivedStderr (KProcess *, char *buffer, int buflen) { void HadifixProc::receivedStderr (KProcess *, char *buffer, int buflen) {
stdErr += TQString::fromLatin1(buffer, buflen); stdErr += TQString::tqfromLatin1(buffer, buflen);
} }
/** /**

@ -24,12 +24,12 @@ void VoiceFileWidget::genderButton_clicked()
} }
else if (gender == HadifixProc::NoGender) { else if (gender == HadifixProc::NoGender) {
KMessageBox::sorry (this, KMessageBox::sorry (this,
i18n("The gender of the voice file %1 could not be detected.").arg(voiceFileURL->url()), i18n("The gender of the voice file %1 could not be detected.").tqarg(voiceFileURL->url()),
i18n("Trying to Determine the Gender - Hadifix Plug In")); i18n("Trying to Determine the Gender - Hadifix Plug In"));
} }
else { else {
KMessageBox::detailedSorry (this, KMessageBox::detailedSorry (this,
i18n("The file %1 does not seem to be a voice file.").arg(voiceFileURL->url()), i18n("The file %1 does not seem to be a voice file.").tqarg(voiceFileURL->url()),
details, i18n("Trying to Determine the Gender - Hadifix Plug In")); details, i18n("Trying to Determine the Gender - Hadifix Plug In"));
} }
} }

Loading…
Cancel
Save