Rename obsolete tq methods to standard names

pull/21/head
Timothy Pearson 13 years ago
parent d5b298be14
commit ba2a3ce341

@ -66,7 +66,7 @@ Problems addressed
------------------ ------------------
* kolab/issue4335 (partly): D'n'D a mail attachment with the icon is not working (rt#6126) * kolab/issue4335 (partly): D'n'D a mail attachment with the icon is not working (rt#6126)
* kolab/issue3908 (partly): Mail view and print tqlayout problem if description of attachment is to long (#5872) * kolab/issue3908 (partly): Mail view and print layout problem if description of attachment is to long (#5872)
* kolab/issue4455: calendar activate/deactivate handling broken * kolab/issue4455: calendar activate/deactivate handling broken
* kolab/issue4282: Adding a new event from an invitation update mail shows unnecssary message * kolab/issue4282: Adding a new event from an invitation update mail shows unnecssary message
dialog 'store/throw away' (rt#6094) dialog 'store/throw away' (rt#6094)
@ -269,7 +269,7 @@ Problems addressed
* kolab/issue3902: Delete a folder while syncing leads to crash * kolab/issue3902: Delete a folder while syncing leads to crash
* kolab/issue4250: Edit "Out of office" replies: Resend notification only after: days is missing (rt#6076) * kolab/issue4250: Edit "Out of office" replies: Resend notification only after: days is missing (rt#6076)
* kolab/issue4249: Crash while printing a mail without preview pane (rt#6075) * kolab/issue4249: Crash while printing a mail without preview pane (rt#6075)
* kolab/issue4142: Composer: view all fields tqlayout and small problems (rt#6032) * kolab/issue4142: Composer: view all fields layout and small problems (rt#6032)
* kolab/issue4012: Calender view update problem, if the same appointment is moved on the server in other folders (rt#5930) * kolab/issue4012: Calender view update problem, if the same appointment is moved on the server in other folders (rt#5930)
@ -551,7 +551,7 @@ Problems addressed
* kolab/issue3923(partial): Save as of an attachment of an invitation crashes kontact * kolab/issue3923(partial): Save as of an attachment of an invitation crashes kontact
* kolab/issue3930: time on the Marcus Bains line doesn't change * kolab/issue3930: time on the Marcus Bains line doesn't change
* kolab/issue3908(partial): Mail view and print tqlayout problem if description of attachment is to long (rt#5872) * kolab/issue3908(partial): Mail view and print layout problem if description of attachment is to long (rt#5872)
* kolab/issue3926: Start khelpcenter instead of webbrowser help: from the introduction/welcome screen (rt#5881) * kolab/issue3926: Start khelpcenter instead of webbrowser help: from the introduction/welcome screen (rt#5881)
* kolab/issue3481: Keep current email in front after saving an attachment (rt#5746) * kolab/issue3481: Keep current email in front after saving an attachment (rt#5746)
* kolab/issue3098: OnlineIMAP, sometimes Mail body no longer shown -> Crash * kolab/issue3098: OnlineIMAP, sometimes Mail body no longer shown -> Crash
@ -565,7 +565,7 @@ Problems addressed
* kolab/issue3065: Crash in KOAgendaItem::paintEvent * kolab/issue3065: Crash in KOAgendaItem::paintEvent
* kolab/issue3902: Delete a folder while syncing leads to crash * kolab/issue3902: Delete a folder while syncing leads to crash
* kolab/issue3903: Kontact hangs when switching to calendar view (rt#5870) * kolab/issue3903: Kontact hangs when switching to calendar view (rt#5870)
* kolab/issue3908 (partial): Mail view and print tqlayout problem if description of attachment is to long (rt#5872) * kolab/issue3908 (partial): Mail view and print layout problem if description of attachment is to long (rt#5872)
* kolab/issue3807: Reminder: None of the buttons should be the default (rt#5845) * kolab/issue3807: Reminder: None of the buttons should be the default (rt#5845)
* kolab/issue3809: Reminder: sorting in look&feel of kontact (rt#5846) * kolab/issue3809: Reminder: sorting in look&feel of kontact (rt#5846)
* kolab/issue3813: reccuring events show wrong dates (rt#5855) * kolab/issue3813: reccuring events show wrong dates (rt#5855)
@ -1474,7 +1474,7 @@ Friday, February 29th 2008
Problems addressed Problems addressed
------------------- -------------------
* Prevent crash after changing the tqlayout and replying then. (778728) * Prevent crash after changing the layout and replying then. (778728)
* kolab/issue2442 kolab/issue2442 (kioslave crashs after closing kontact, if the vacation reminder is activated. (779694) * kolab/issue2442 kolab/issue2442 (kioslave crashs after closing kontact, if the vacation reminder is activated. (779694)
* "Enterprise headers" makes impossible to select text in first paragraph of body. [ kde-bug#151150 ] (779994) * "Enterprise headers" makes impossible to select text in first paragraph of body. [ kde-bug#151150 ] (779994)
* kolab/issue1700 kleopatra crashes after ldap search. (780211) * kolab/issue1700 kleopatra crashes after ldap search. (780211)

@ -24,7 +24,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout16</cstring> <cstring>layout16</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -65,7 +65,7 @@
</spacer> </spacer>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout15</cstring> <cstring>layout15</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">

@ -1266,7 +1266,7 @@ void View::slotCopyLinkAddress()
link = article.link().url(); link = article.link().url();
else else
link = article.guid(); link = article.guid();
TQClipboard *cb = TQApplication::tqclipboard(); TQClipboard *cb = TQApplication::clipboard();
cb->setText(link, TQClipboard::Clipboard); cb->setText(link, TQClipboard::Clipboard);
cb->setText(link, TQClipboard::Selection); cb->setText(link, TQClipboard::Selection);
} }

@ -188,7 +188,7 @@ ArticleViewer::~ArticleViewer()
void ArticleViewer::generateNormalModeCSS() void ArticleViewer::generateNormalModeCSS()
{ {
const TQColorGroup & cg = TQApplication::tqpalette().active(); const TQColorGroup & cg = TQApplication::palette().active();
// from kmail::headerstyle.cpp // from kmail::headerstyle.cpp
m_normalModeCSS = TQString( m_normalModeCSS = TQString(
@ -267,7 +267,7 @@ void ArticleViewer::generateNormalModeCSS()
void ArticleViewer::generateCombinedModeCSS() void ArticleViewer::generateCombinedModeCSS()
{ {
const TQColorGroup & cg = TQApplication::tqpalette().active(); const TQColorGroup & cg = TQApplication::palette().active();
// from kmail::headerstyle.cpp // from kmail::headerstyle.cpp
m_combinedModeCSS = TQString ( m_combinedModeCSS = TQString (

@ -52,7 +52,7 @@ public:
int currentID; int currentID;
TQValueList<NodeListView*> views; TQValueList<NodeListView*> views;
TQMap<int, NodeListView*> idToView; TQMap<int, NodeListView*> idToView;
TQHBoxLayout* tqlayout; TQHBoxLayout* layout;
ViewMode viewMode; ViewMode viewMode;
TQMap<TQWidget*, TQString> captions; TQMap<TQWidget*, TQString> captions;
}; };
@ -158,17 +158,17 @@ ListTabWidget::ListTabWidget(TQWidget* parent, const char* name) : TQWidget(pare
d->current = 0; d->current = 0;
d->currentID = -1; d->currentID = -1;
d->viewMode = verticalTabs; d->viewMode = verticalTabs;
d->tqlayout = new TQHBoxLayout(this); d->layout = new TQHBoxLayout(this);
//d->tqlayout = new TQGridLayout(this, 1, 2); //d->layout = new TQGridLayout(this, 1, 2);
d->tabBar = new KMultiTabBar(KMultiTabBar::Vertical, this); d->tabBar = new KMultiTabBar(KMultiTabBar::Vertical, this);
d->tabBar->setStyle(KMultiTabBar::KDEV3ICON); d->tabBar->setStyle(KMultiTabBar::KDEV3ICON);
//d->tabBar->setStyle(KMultiTabBar::KDEV3); //d->tabBar->setStyle(KMultiTabBar::KDEV3);
d->tabBar->showActiveTabTexts(true); d->tabBar->showActiveTabTexts(true);
d->tabBar->setPosition(KMultiTabBar::Left); d->tabBar->setPosition(KMultiTabBar::Left);
d->tqlayout->addWidget(d->tabBar/*, 0, 0*/); d->layout->addWidget(d->tabBar/*, 0, 0*/);
d->stack = new TQWidgetStack(this); d->stack = new TQWidgetStack(this);
d->tqlayout->addWidget(d->stack/*, 0, 1*/); d->layout->addWidget(d->stack/*, 0, 1*/);
// connect(d->tabBar, TQT_SIGNAL(currentChanged(TQWidget*)), this, TQT_SLOT(slotCurrentChanged(TQWidget*))); // connect(d->tabBar, TQT_SIGNAL(currentChanged(TQWidget*)), this, TQT_SLOT(slotCurrentChanged(TQWidget*)));
} }

@ -211,9 +211,9 @@
One was in SCXX, PWONumber.h - ouch and apologies (jcw). Changed One was in SCXX, PWONumber.h - ouch and apologies (jcw). Changed
comparison logic in mk4too.cpp (64-bit ints, new code). comparison logic in mk4too.cpp (64-bit ints, new code).
2003-02-28 Fixed relaxed tqlayout in Mk4tcl, several Mk4py fixes 2003-02-28 Fixed relaxed layout in Mk4tcl, several Mk4py fixes
Use list operators to convert a Tcl tqlayout to MK format. This used Use list operators to convert a Tcl layout to MK format. This used
to crash, Tcl test 6.7 added to verify the fix. Changed test 3.1 to to crash, Tcl test 6.7 added to verify the fix. Changed test 3.1 to
use a different notation for nested defs (^). use a different notation for nested defs (^).
@ -605,13 +605,13 @@
c4_Storage::SaveTo function, memo's would sometimes not be written, c4_Storage::SaveTo function, memo's would sometimes not be written,
leading to a *damaged* datafile (and incorrect free-space tracking). leading to a *damaged* datafile (and incorrect free-space tracking).
2002-03-15 Better configure logic, "mk::view tqlayout" fix 2002-03-15 Better configure logic, "mk::view layout" fix
Many tweaks to configures, makes, and libtool setup. Get rid of the Many tweaks to configures, makes, and libtool setup. Get rid of the
library version numbers and the special Mk4*.so targets. Instead of library version numbers and the special Mk4*.so targets. Instead of
Mk4tcl.so use libmk4tcl.so (likewise Mk4py.so is now libmk4py.so). Mk4tcl.so use libmk4tcl.so (likewise Mk4py.so is now libmk4py.so).
Fixed "mk::view tqlayout", it was broken by the 10-2-2002 change. Fixed "mk::view layout", it was broken by the 10-2-2002 change.
2002-03-13 Extend partial access 'B' usage 2002-03-13 Extend partial access 'B' usage
@ -658,9 +658,9 @@
causing it to detach empty top-level views, even when in use. Fixed, causing it to detach empty top-level views, even when in use. Fixed,
added s39 to test for this case. added s39 to test for this case.
2002-02-10 Improve Mk4tcl's "mk::view tqlayout" 2002-02-10 Improve Mk4tcl's "mk::view layout"
Avoid crash when asking for the tqlayout of a non-existent view. Now Avoid crash when asking for the layout of a non-existent view. Now
returns an error instead. returns an error instead.
2002-02-07 Fast commit with many empty subviews 2002-02-07 Fast commit with many empty subviews
@ -1614,7 +1614,7 @@
new version in c4_Sequence allocate the c4_Bytes object lazily. new version in c4_Sequence allocate the c4_Bytes object lazily.
Faster, and decreases sequence object size (for lots of subviews). Faster, and decreases sequence object size (for lots of subviews).
Mk4tcl, mk::tqlayout now returns the proper tqlayout even if the views Mk4tcl, mk::layout now returns the proper layout even if the views
are empty. Solved by adding extra arg to c4_Storage::Description, are empty. Solved by adding extra arg to c4_Storage::Description,
to return structure of a single top-level view. Fixes "mk8basic.1", to return structure of a single top-level view. Fixes "mk8basic.1",
and the returned string now has one bogus list layer stripped off. and the returned string now has one bogus list layer stripped off.

@ -100,7 +100,7 @@ main()
} }
// Recursively display the entire view contents. The results shown do not // Recursively display the entire view contents. The results shown do not
// depend on file tqlayout (free space, file positions, flat vs. on-demand). // depend on file layout (free space, file positions, flat vs. on-demand).
static void ViewDisplay(const c4_View& v_, FILE* fp, int l_ =0) static void ViewDisplay(const c4_View& v_, FILE* fp, int l_ =0)
{ {

@ -27,7 +27,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout4</cstring> <cstring>layout4</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -46,7 +46,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout3</cstring> <cstring>layout3</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -74,7 +74,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout4</cstring> <cstring>layout4</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -39,7 +39,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout8</cstring> <cstring>layout8</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -100,7 +100,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout9</cstring> <cstring>layout9</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -362,7 +362,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout4</cstring> <cstring>layout4</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">

@ -25,7 +25,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout1</cstring> <cstring>layout1</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">

@ -96,7 +96,7 @@
</spacer> </spacer>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout2</cstring> <cstring>layout2</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">

@ -142,8 +142,8 @@ SimpleNodeSelector::SimpleNodeSelector(FeedList* feedList, TQWidget* parent, con
connect(d->view, TQT_SIGNAL(selectionChanged(TQListViewItem*)), this, TQT_SLOT(slotItemSelected(TQListViewItem*))); connect(d->view, TQT_SIGNAL(selectionChanged(TQListViewItem*)), this, TQT_SLOT(slotItemSelected(TQListViewItem*)));
TQGridLayout* tqlayout = new TQGridLayout(this, 1, 1); TQGridLayout* layout = new TQGridLayout(this, 1, 1);
tqlayout->addWidget(d->view, 0, 0); layout->addWidget(d->view, 0, 0);
d->visitor = new NodeVisitor(this); d->visitor = new NodeVisitor(this);

@ -166,8 +166,8 @@ void TabWidget::removeFrame(Frame *f)
uint TabWidget::tabBarWidthForMaxChars( uint maxLength ) uint TabWidget::tabBarWidthForMaxChars( uint maxLength )
{ {
int hframe, overlap; int hframe, overlap;
hframe = tabBar()->tqstyle().pixelMetric( TQStyle::PM_TabBarTabHSpace, this ); hframe = tabBar()->style().pixelMetric( TQStyle::PM_TabBarTabHSpace, this );
overlap = tabBar()->tqstyle().pixelMetric( TQStyle::PM_TabBarTabOverlap, this ); overlap = tabBar()->style().pixelMetric( TQStyle::PM_TabBarTabOverlap, this );
TQFontMetrics fm = tabBar()->fontMetrics(); TQFontMetrics fm = tabBar()->fontMetrics();
int x = 0; int x = 0;
@ -183,7 +183,7 @@ uint TabWidget::tabBarWidthForMaxChars( uint maxLength )
if ( tab->iconSet() ) if ( tab->iconSet() )
iw = tab->iconSet()->pixmap( TQIconSet::Small, TQIconSet::Normal ).width() + 4; iw = tab->iconSet()->pixmap( TQIconSet::Small, TQIconSet::Normal ).width() + 4;
x += ( tabBar()->tqstyle().tqsizeFromContents( TQStyle::CT_TabBarTab, this, TQSize( TQMAX( lw + hframe + iw, TQApplication::globalStrut().width() ), 0 ), TQStyleOption( tab ) ) ).width(); x += ( tabBar()->style().tqsizeFromContents( TQStyle::CT_TabBarTab, this, TQSize( TQMAX( lw + hframe + iw, TQApplication::globalStrut().width() ), 0 ), TQStyleOption( tab ) ) ).width();
} }
return x; return x;
} }
@ -288,8 +288,8 @@ void TabWidget::slotCopyLinkAddress()
url = view->part()->url(); url = view->part()->url();
kapp->tqclipboard()->setText(url.prettyURL(), TQClipboard::Selection); kapp->clipboard()->setText(url.prettyURL(), TQClipboard::Selection);
kapp->tqclipboard()->setText(url.prettyURL(), TQClipboard::Clipboard); kapp->clipboard()->setText(url.prettyURL(), TQClipboard::Clipboard);
} }
void TabWidget::slotCloseTab() void TabWidget::slotCloseTab()

@ -81,7 +81,7 @@ class Tag
bool isNull() const; bool isNull() const;
/** tag identifier, used as key throughout the app and archive. Must be unique in the tag set. Can be an arbitrary tqunicode string, an URI etc. */ /** tag identifier, used as key throughout the app and archive. Must be unique in the tag set. Can be an arbitrary unicode string, an URI etc. */
TQString id() const; TQString id() const;
/** user-visible name of the tag */ /** user-visible name of the tag */

@ -22,7 +22,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout1</cstring> <cstring>layout1</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -62,7 +62,7 @@
</spacer> </spacer>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout9</cstring> <cstring>layout9</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -116,7 +116,7 @@ TQPixmap TrayIcon::takeScreenshot() const
// Paint the border // Paint the border
const int BORDER = 1; const int BORDER = 1;
TQPixmap finalShot(w + 2*BORDER, h + 2*BORDER); TQPixmap finalShot(w + 2*BORDER, h + 2*BORDER);
finalShot.fill(KApplication::tqpalette().active().foreground()); finalShot.fill(KApplication::palette().active().foreground());
painter.begin(&finalShot); painter.begin(&finalShot);
painter.drawPixmap(BORDER, BORDER, shot); painter.drawPixmap(BORDER, BORDER, shot);
painter.end(); painter.end();

@ -105,7 +105,7 @@ FolderItem* TreeNodeItem::parent() const
} }
// TODO: reverse for reverse tqlayout // TODO: reverse for reverse layout
void TreeNodeItem::paintCell( TQPainter * p, const TQColorGroup & cg, void TreeNodeItem::paintCell( TQPainter * p, const TQColorGroup & cg,
int column, int width, int align ) int column, int width, int align )

@ -203,7 +203,7 @@ void Viewer::slotCopy()
{ {
TQString text = selectedText(); TQString text = selectedText();
text.replace( TQChar( 0xa0 ), ' ' ); text.replace( TQChar( 0xa0 ), ' ' );
TQClipboard *cb = TQApplication::tqclipboard(); TQClipboard *cb = TQApplication::clipboard();
disconnect( cb, TQT_SIGNAL( selectionChanged() ), this, TQT_SLOT( slotClearSelection() ) ); disconnect( cb, TQT_SIGNAL( selectionChanged() ), this, TQT_SLOT( slotClearSelection() ) );
cb->setText(text); cb->setText(text);
connect( cb, TQT_SIGNAL( selectionChanged() ), this, TQT_SLOT( slotClearSelection() ) ); connect( cb, TQT_SIGNAL( selectionChanged() ), this, TQT_SLOT( slotClearSelection() ) );
@ -212,7 +212,7 @@ void Viewer::slotCopy()
void Viewer::slotCopyLinkAddress() void Viewer::slotCopyLinkAddress()
{ {
if(m_url.isEmpty()) return; if(m_url.isEmpty()) return;
TQClipboard *cb = TQApplication::tqclipboard(); TQClipboard *cb = TQApplication::clipboard();
cb->setText(m_url.prettyURL(), TQClipboard::Clipboard); cb->setText(m_url.prettyURL(), TQClipboard::Clipboard);
cb->setText(m_url.prettyURL(), TQClipboard::Selection); cb->setText(m_url.prettyURL(), TQClipboard::Selection);
} }

@ -37,7 +37,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout2</cstring> <cstring>layout2</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">

@ -80,7 +80,7 @@ KWatchGnuPGConfig::KWatchGnuPGConfig( TQWidget* parent, const char* name )
TQVBoxLayout * vlay = new TQVBoxLayout( top, 0, spacingHint() ); TQVBoxLayout * vlay = new TQVBoxLayout( top, 0, spacingHint() );
group = new TQVGroupBox( i18n("WatchGnuPG"), top ); group = new TQVGroupBox( i18n("WatchGnuPG"), top );
group->tqlayout()->setSpacing( spacingHint() ); group->layout()->setSpacing( spacingHint() );
w = new TQWidget( group ); w = new TQWidget( group );
@ -116,7 +116,7 @@ KWatchGnuPGConfig::KWatchGnuPGConfig( TQWidget* parent, const char* name )
/******************* Log Window group *******************/ /******************* Log Window group *******************/
group = new TQVGroupBox( i18n("Log Window"), top ); group = new TQVGroupBox( i18n("Log Window"), top );
group->tqlayout()->setSpacing( spacingHint() ); group->layout()->setSpacing( spacingHint() );
w = new TQWidget( group ); w = new TQWidget( group );

@ -272,7 +272,7 @@ static TQString dn_escape( const TQString & s ) {
TQString result; TQString result;
for ( unsigned int i = 0, end = s.length() ; i != end ; ++i ) { for ( unsigned int i = 0, end = s.length() ; i != end ; ++i ) {
const TQChar ch = s[i]; const TQChar ch = s[i];
switch ( ch.tqunicode() ) { switch ( ch.unicode() ) {
case ',': case ',':
case '+': case '+':
case '"': case '"':

@ -124,7 +124,7 @@ Kleo::CryptoConfigModule::CryptoConfigModule( Kleo::CryptoConfig* config, TQWidg
dialogHeight = 400; dialogHeight = 400;
TQSize sz = scrollView->sizeHint(); TQSize sz = scrollView->sizeHint();
scrollView->setMinimumSize( sz.width() scrollView->setMinimumSize( sz.width()
+ scrollView->tqstyle().pixelMetric(TQStyle::PM_ScrollBarExtent), + scrollView->style().pixelMetric(TQStyle::PM_ScrollBarExtent),
TQMIN( compGUI->sizeHint().height(), dialogHeight ) ); TQMIN( compGUI->sizeHint().height(), dialogHeight ) );
} }
if ( mComponentGUIs.empty() ) { if ( mComponentGUIs.empty() ) {

@ -82,7 +82,7 @@ namespace Kleo {
public: public:
CryptoConfigGroupGUI( CryptoConfigModule* module, Kleo::CryptoConfigGroup* group, CryptoConfigGroupGUI( CryptoConfigModule* module, Kleo::CryptoConfigGroup* group,
TQGridLayout * tqlayout, TQWidget* parent, const char* name = 0 ); TQGridLayout * layout, TQWidget* parent, const char* name = 0 );
bool save(); bool save();
void load(); void load();
@ -102,7 +102,7 @@ namespace Kleo {
static CryptoConfigEntryGUI* createEntryGUI( static CryptoConfigEntryGUI* createEntryGUI(
CryptoConfigModule* module, CryptoConfigModule* module,
Kleo::CryptoConfigEntry* entry, const TQString& entryName, Kleo::CryptoConfigEntry* entry, const TQString& entryName,
TQGridLayout * tqlayout, TQWidget* widget, const char* name = 0 ); TQGridLayout * layout, TQWidget* widget, const char* name = 0 );
}; };
/** /**
@ -154,7 +154,7 @@ namespace Kleo {
CryptoConfigEntryLineEdit( CryptoConfigModule* module, CryptoConfigEntryLineEdit( CryptoConfigModule* module,
Kleo::CryptoConfigEntry* entry, Kleo::CryptoConfigEntry* entry,
const TQString& entryName, const TQString& entryName,
TQGridLayout * tqlayout, TQGridLayout * layout,
TQWidget* parent, const char* name = 0 ); TQWidget* parent, const char* name = 0 );
virtual void doSave(); virtual void doSave();
@ -174,7 +174,7 @@ namespace Kleo {
CryptoConfigEntryPath( CryptoConfigModule* module, CryptoConfigEntryPath( CryptoConfigModule* module,
Kleo::CryptoConfigEntry* entry, Kleo::CryptoConfigEntry* entry,
const TQString& entryName, const TQString& entryName,
TQGridLayout * tqlayout, TQGridLayout * layout,
TQWidget* parent, const char* name = 0 ); TQWidget* parent, const char* name = 0 );
virtual void doSave(); virtual void doSave();
@ -194,7 +194,7 @@ namespace Kleo {
CryptoConfigEntryDirPath( CryptoConfigModule* module, CryptoConfigEntryDirPath( CryptoConfigModule* module,
Kleo::CryptoConfigEntry* entry, Kleo::CryptoConfigEntry* entry,
const TQString& entryName, const TQString& entryName,
TQGridLayout * tqlayout, TQGridLayout * layout,
TQWidget* parent, const char* name = 0 ); TQWidget* parent, const char* name = 0 );
virtual void doSave(); virtual void doSave();
@ -214,7 +214,7 @@ namespace Kleo {
CryptoConfigEntryURL( CryptoConfigModule* module, CryptoConfigEntryURL( CryptoConfigModule* module,
Kleo::CryptoConfigEntry* entry, Kleo::CryptoConfigEntry* entry,
const TQString& entryName, const TQString& entryName,
TQGridLayout * tqlayout, TQGridLayout * layout,
TQWidget* parent, const char* name = 0 ); TQWidget* parent, const char* name = 0 );
virtual void doSave(); virtual void doSave();
@ -234,7 +234,7 @@ namespace Kleo {
CryptoConfigEntrySpinBox( CryptoConfigModule* module, CryptoConfigEntrySpinBox( CryptoConfigModule* module,
Kleo::CryptoConfigEntry* entry, Kleo::CryptoConfigEntry* entry,
const TQString& entryName, const TQString& entryName,
TQGridLayout * tqlayout, TQGridLayout * layout,
TQWidget* parent, const char* name = 0 ); TQWidget* parent, const char* name = 0 );
virtual void doSave(); virtual void doSave();
virtual void doLoad(); virtual void doLoad();
@ -254,7 +254,7 @@ namespace Kleo {
CryptoConfigEntryCheckBox( CryptoConfigModule* module, CryptoConfigEntryCheckBox( CryptoConfigModule* module,
Kleo::CryptoConfigEntry* entry, Kleo::CryptoConfigEntry* entry,
const TQString& entryName, const TQString& entryName,
TQGridLayout * tqlayout, TQGridLayout * layout,
TQWidget* parent, const char* name = 0 ); TQWidget* parent, const char* name = 0 );
virtual void doSave(); virtual void doSave();
virtual void doLoad(); virtual void doLoad();
@ -273,7 +273,7 @@ namespace Kleo {
CryptoConfigEntryLDAPURL( CryptoConfigModule* module, CryptoConfigEntryLDAPURL( CryptoConfigModule* module,
Kleo::CryptoConfigEntry* entry, Kleo::CryptoConfigEntry* entry,
const TQString& entryName, const TQString& entryName,
TQGridLayout * tqlayout, TQGridLayout * layout,
TQWidget* parent, const char* name = 0 ); TQWidget* parent, const char* name = 0 );
virtual void doSave(); virtual void doSave();
virtual void doLoad(); virtual void doLoad();

@ -44,7 +44,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout2</cstring> <cstring>layout2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -126,7 +126,7 @@ If you do not use a directory service, you can still use local certificates.
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout1</cstring> <cstring>layout1</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -171,7 +171,7 @@ If you do not use a directory service, you can still use local certificates.
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout3</cstring> <cstring>layout3</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -97,7 +97,7 @@ void KDHorizontalLine::calculateFrame() {
qDebug( "mLenVisible = %d (of %d)", mLenVisible, mTitle.length() ); qDebug( "mLenVisible = %d (of %d)", mLenVisible, mTitle.length() );
if ( mLenVisible ) { // but do we also have a visible label? if ( mLenVisible ) { // but do we also have a visible label?
TQRect r = rect(); TQRect r = rect();
const int va = tqstyle().styleHint( TQStyle::SH_GroupBox_TextLabelVerticalAlignment, this ); const int va = style().styleHint( TQStyle::SH_GroupBox_TextLabelVerticalAlignment, this );
if( va & AlignVCenter ) if( va & AlignVCenter )
r.setTop( fm.height() / 2 ); // frame rect should be r.setTop( fm.height() / 2 ); // frame rect should be
else if( va & AlignTop ) else if( va & AlignTop )
@ -147,13 +147,13 @@ void KDHorizontalLine::paintEvent( TQPaintEvent * e ) {
x = 0; x = 0;
} }
TQRect r( x, 0, tw, h ); TQRect r( x, 0, tw, h );
int va = tqstyle().styleHint( TQStyle::SH_GroupBox_TextLabelVerticalAlignment, this ); int va = style().styleHint( TQStyle::SH_GroupBox_TextLabelVerticalAlignment, this );
if ( va & AlignTop ) if ( va & AlignTop )
r.moveBy( 0, fm.descent() ); r.moveBy( 0, fm.descent() );
const TQColor pen( (TQRgb) tqstyle().styleHint( TQStyle::SH_GroupBox_TextLabelColor, this ) ); const TQColor pen( (TQRgb) style().styleHint( TQStyle::SH_GroupBox_TextLabelColor, this ) );
if ( !tqstyle().styleHint( TQStyle::SH_UnderlineAccelerator, this ) ) if ( !style().styleHint( TQStyle::SH_UnderlineAccelerator, this ) )
va |= NoAccel; va |= NoAccel;
tqstyle().drawItem( &paint, r, ShowPrefix | AlignHCenter | va, colorGroup(), style().drawItem( &paint, r, ShowPrefix | AlignHCenter | va, colorGroup(),
isEnabled(), 0, mTitle, -1, ownPalette() ? 0 : &pen ); isEnabled(), 0, mTitle, -1, ownPalette() ? 0 : &pen );
paint.setClipRegion( e->region().subtract( r ) ); // clip everything but title paint.setClipRegion( e->region().subtract( r ) ); // clip everything but title
} }

@ -362,7 +362,7 @@ display: none;
@media aural { .doNotDisplay { @media aural { .doNotDisplay {
display: inline; display: inline;
}} }}
/* Stylesheet that handles PIM-specific classes and tqlayout */ /* Stylesheet that handles PIM-specific classes and layout */
#content h1 #content h1
{ {

@ -10,9 +10,9 @@
// -Ve (on or off - empty base classes) // -Ve (on or off - empty base classes)
// -aX (alignment - 5 options). // -aX (alignment - 5 options).
// -pX (Calling convention - 4 options) // -pX (Calling convention - 4 options)
// -VmX (member pointer size and tqlayout - 5 options) // -VmX (member pointer size and layout - 5 options)
// -VC (on or off, changes name mangling) // -VC (on or off, changes name mangling)
// -Vl (on or off, changes struct tqlayout). // -Vl (on or off, changes struct layout).
// In addition the following warnings are sufficiently annoying (and // In addition the following warnings are sufficiently annoying (and
// unfixable) to have them turned off by default: // unfixable) to have them turned off by default:

@ -22,7 +22,7 @@ Improvements (things that just need to be improved/rewritten)
file to get a list of views) - DONE file to get a list of views) - DONE
- Redo and move the DCOP interface - 50% - Redo and move the DCOP interface - 50%
- Cleanup the tableview more - DONE - Cleanup the tableview more - DONE
- Retqlayout the edit contact dialog - DONE - Relayout the edit contact dialog - DONE
- Remove ContactEntry*. Impelement supporting classes required - Remove ContactEntry*. Impelement supporting classes required
for this. - DONE for this. - DONE
- Update the way the ConfigureView dialog gets the view config page - DONE - Update the way the ConfigureView dialog gets the view config page - DONE

@ -82,25 +82,25 @@ class TabPressEater : public TQObject
AddressEditWidget::AddressEditWidget( TQWidget *parent, const char *name ) AddressEditWidget::AddressEditWidget( TQWidget *parent, const char *name )
: TQWidget( parent, name ) : TQWidget( parent, name )
{ {
TQBoxLayout *tqlayout = new TQVBoxLayout( this, 4, 2 ); TQBoxLayout *layout = new TQVBoxLayout( this, 4, 2 );
tqlayout->setSpacing( KDialog::spacingHint() ); layout->setSpacing( KDialog::spacingHint() );
mTypeCombo = new AddressTypeCombo( mAddressList, this ); mTypeCombo = new AddressTypeCombo( mAddressList, this );
connect( mTypeCombo, TQT_SIGNAL( activated( int ) ), connect( mTypeCombo, TQT_SIGNAL( activated( int ) ),
TQT_SLOT( updateAddressEdit() ) ); TQT_SLOT( updateAddressEdit() ) );
tqlayout->addWidget( mTypeCombo ); layout->addWidget( mTypeCombo );
mAddressField = new KActiveLabel( this ); mAddressField = new KActiveLabel( this );
mAddressField->setFrameStyle( TQFrame::Panel | TQFrame::Sunken ); mAddressField->setFrameStyle( TQFrame::Panel | TQFrame::Sunken );
mAddressField->setMinimumHeight( 20 ); mAddressField->setMinimumHeight( 20 );
mAddressField->setAlignment( TQt::AlignTop ); mAddressField->setAlignment( TQt::AlignTop );
mAddressField->setTextFormat( TQt::PlainText ); mAddressField->setTextFormat( TQt::PlainText );
tqlayout->addWidget( mAddressField ); layout->addWidget( mAddressField );
mEditButton = new TQPushButton( i18n( "street/postal", "&Edit Addresses..." ), this ); mEditButton = new TQPushButton( i18n( "street/postal", "&Edit Addresses..." ), this );
connect( mEditButton, TQT_SIGNAL( clicked() ), this, TQT_SLOT( edit() ) ); connect( mEditButton, TQT_SIGNAL( clicked() ), this, TQT_SLOT( edit() ) );
tqlayout->addWidget( mEditButton ); layout->addWidget( mEditButton );
} }
AddressEditWidget::~AddressEditWidget() AddressEditWidget::~AddressEditWidget()
@ -604,10 +604,10 @@ AddressTypeDialog::AddressTypeDialog( int type, TQWidget *parent )
parent, "AddressTypeDialog" ) parent, "AddressTypeDialog" )
{ {
TQWidget *page = plainPage(); TQWidget *page = plainPage();
TQVBoxLayout *tqlayout = new TQVBoxLayout( page ); TQVBoxLayout *layout = new TQVBoxLayout( page );
mGroup = new TQButtonGroup( 2, Qt::Horizontal, i18n( "street/postal", "Address Types" ), page ); mGroup = new TQButtonGroup( 2, Qt::Horizontal, i18n( "street/postal", "Address Types" ), page );
tqlayout->addWidget( mGroup ); layout->addWidget( mGroup );
mTypeList = KABC::Address::typeList(); mTypeList = KABC::Address::typeList();
mTypeList.remove( KABC::Address::Pref ); mTypeList.remove( KABC::Address::Pref );

@ -48,7 +48,7 @@ AddresseeEditorDialog::AddresseeEditorDialog( KAB::Core *core,
TQWidget *page = plainPage(); TQWidget *page = plainPage();
TQVBoxLayout *tqlayout = new TQVBoxLayout( page ); TQVBoxLayout *layout = new TQVBoxLayout( page );
if ( KABPrefs::instance()->editorType() == KABPrefs::SimpleEditor ) { if ( KABPrefs::instance()->editorType() == KABPrefs::SimpleEditor ) {
mEditorWidget = new SimpleAddresseeEditor( page ); mEditorWidget = new SimpleAddresseeEditor( page );
@ -56,7 +56,7 @@ AddresseeEditorDialog::AddresseeEditorDialog( KAB::Core *core,
mEditorWidget = new AddresseeEditorWidget( page ); mEditorWidget = new AddresseeEditorWidget( page );
} }
connect( mEditorWidget, TQT_SIGNAL( modified() ), TQT_SLOT( widgetModified() ) ); connect( mEditorWidget, TQT_SIGNAL( modified() ), TQT_SLOT( widgetModified() ) );
tqlayout->addWidget( mEditorWidget ); layout->addWidget( mEditorWidget );
enableButton( KDialogBase::Apply, false ); enableButton( KDialogBase::Apply, false );

@ -36,14 +36,14 @@
AddresseeEditorExtension::AddresseeEditorExtension( KAB::Core *core, TQWidget *parent, const char *name ) AddresseeEditorExtension::AddresseeEditorExtension( KAB::Core *core, TQWidget *parent, const char *name )
: KAB::ExtensionWidget( core, parent, name ) : KAB::ExtensionWidget( core, parent, name )
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( this ); TQVBoxLayout *layout = new TQVBoxLayout( this );
if ( KABPrefs::instance()->editorType() == KABPrefs::SimpleEditor ) if ( KABPrefs::instance()->editorType() == KABPrefs::SimpleEditor )
mAddresseeEditor = new SimpleAddresseeEditor( this ); mAddresseeEditor = new SimpleAddresseeEditor( this );
else else
mAddresseeEditor = new AddresseeEditorWidget( this ); mAddresseeEditor = new AddresseeEditorWidget( this );
tqlayout->addWidget( mAddresseeEditor ); layout->addWidget( mAddresseeEditor );
} }
AddresseeEditorExtension::~AddresseeEditorExtension() AddresseeEditorExtension::~AddresseeEditorExtension()

@ -125,10 +125,10 @@ void AddresseeEditorWidget::textChanged( const TQString& )
void AddresseeEditorWidget::initGUI() void AddresseeEditorWidget::initGUI()
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( this ); TQVBoxLayout *layout = new TQVBoxLayout( this );
mTabWidget = new TQTabWidget( this ); mTabWidget = new TQTabWidget( this );
tqlayout->addWidget( mTabWidget ); layout->addWidget( mTabWidget );
setupTab1(); setupTab1();
setupTab2(); setupTab2();
@ -144,9 +144,9 @@ void AddresseeEditorWidget::setupTab1()
// This is the General tab // This is the General tab
TQWidget *tab1 = new TQWidget( mTabWidget ); TQWidget *tab1 = new TQWidget( mTabWidget );
TQGridLayout *tqlayout = new TQGridLayout( tab1, 11, 7 ); TQGridLayout *layout = new TQGridLayout( tab1, 11, 7 );
tqlayout->setMargin( KDialogBase::marginHint() ); layout->setMargin( KDialogBase::marginHint() );
tqlayout->setSpacing( KDialogBase::spacingHint() ); layout->setSpacing( KDialogBase::spacingHint() );
TQLabel *label; TQLabel *label;
KSeparator* bar; KSeparator* bar;
@ -159,7 +159,7 @@ void AddresseeEditorWidget::setupTab1()
label = new TQLabel( tab1 ); label = new TQLabel( tab1 );
label->setPixmap( KGlobal::iconLoader()->loadIcon( "personal", KIcon::Desktop, label->setPixmap( KGlobal::iconLoader()->loadIcon( "personal", KIcon::Desktop,
KIcon::SizeMedium ) ); KIcon::SizeMedium ) );
tqlayout->addMultiCellWidget( label, 0, 1, 0, 0 ); layout->addMultiCellWidget( label, 0, 1, 0, 0 );
// First name // First name
button = new TQPushButton( i18n( "Edit Name..." ), tab1 ); button = new TQPushButton( i18n( "Edit Name..." ), tab1 );
@ -178,16 +178,16 @@ void AddresseeEditorWidget::setupTab1()
mNameLabel->show(); mNameLabel->show();
} }
tqlayout->addWidget( button, 0, 1 ); layout->addWidget( button, 0, 1 );
tqlayout->addWidget( mNameEdit, 0, 2 ); layout->addWidget( mNameEdit, 0, 2 );
tqlayout->addWidget( mNameLabel, 0, 2 ); layout->addWidget( mNameLabel, 0, 2 );
label = new TQLabel( i18n( "<roleLabel>:", "%1:" ).arg( KABC::Addressee::roleLabel() ), tab1 ); label = new TQLabel( i18n( "<roleLabel>:", "%1:" ).arg( KABC::Addressee::roleLabel() ), tab1 );
mRoleEdit = new KLineEdit( tab1 ); mRoleEdit = new KLineEdit( tab1 );
connect( mRoleEdit, TQT_SIGNAL( textChanged( const TQString& ) ), connect( mRoleEdit, TQT_SIGNAL( textChanged( const TQString& ) ),
TQT_SLOT( textChanged( const TQString& ) ) ); TQT_SLOT( textChanged( const TQString& ) ) );
label->setBuddy( mRoleEdit ); label->setBuddy( mRoleEdit );
tqlayout->addWidget( label, 1, 1 ); layout->addWidget( label, 1, 1 );
tqlayout->addWidget( mRoleEdit, 1, 2 ); layout->addWidget( mRoleEdit, 1, 2 );
// Organization // Organization
label = new TQLabel( i18n( "<organizationLabel>:", "%1:" ).arg( KABC::Addressee::organizationLabel() ), tab1 ); label = new TQLabel( i18n( "<organizationLabel>:", "%1:" ).arg( KABC::Addressee::organizationLabel() ), tab1 );
@ -195,59 +195,59 @@ void AddresseeEditorWidget::setupTab1()
label->setBuddy( mOrgEdit ); label->setBuddy( mOrgEdit );
connect( mOrgEdit, TQT_SIGNAL( textChanged( const TQString& ) ), connect( mOrgEdit, TQT_SIGNAL( textChanged( const TQString& ) ),
TQT_SLOT( organizationTextChanged( const TQString& ) ) ); TQT_SLOT( organizationTextChanged( const TQString& ) ) );
tqlayout->addWidget( label, 2, 1 ); layout->addWidget( label, 2, 1 );
tqlayout->addWidget( mOrgEdit, 2, 2 ); layout->addWidget( mOrgEdit, 2, 2 );
// File as (formatted name) // File as (formatted name)
label = new TQLabel( i18n( "Formatted name:" ), tab1 ); label = new TQLabel( i18n( "Formatted name:" ), tab1 );
mFormattedNameLabel = new KSqueezedTextLabel( tab1 ); mFormattedNameLabel = new KSqueezedTextLabel( tab1 );
tqlayout->addWidget( label, 3, 1 ); layout->addWidget( label, 3, 1 );
tqlayout->addWidget( mFormattedNameLabel, 3, 2 ); layout->addWidget( mFormattedNameLabel, 3, 2 );
// Left hand separator. This separator doesn't go all the way // Left hand separator. This separator doesn't go all the way
// across so the dialog still flows from top to bottom // across so the dialog still flows from top to bottom
bar = new KSeparator( KSeparator::HLine, tab1 ); bar = new KSeparator( KSeparator::HLine, tab1 );
tqlayout->addMultiCellWidget( bar, 4, 4, 0, 2 ); layout->addMultiCellWidget( bar, 4, 4, 0, 2 );
////////////////////////////////////// //////////////////////////////////////
// Phone numbers (upper right) // Phone numbers (upper right)
label = new TQLabel( tab1 ); label = new TQLabel( tab1 );
label->setPixmap( KGlobal::iconLoader()->loadIcon( "kaddressbook", label->setPixmap( KGlobal::iconLoader()->loadIcon( "kaddressbook",
KIcon::Desktop, KIcon::SizeMedium ) ); KIcon::Desktop, KIcon::SizeMedium ) );
tqlayout->addMultiCellWidget( label, 0, 1, 3, 3 ); layout->addMultiCellWidget( label, 0, 1, 3, 3 );
mPhoneEditWidget = new PhoneEditWidget( tab1 ); mPhoneEditWidget = new PhoneEditWidget( tab1 );
connect( mPhoneEditWidget, TQT_SIGNAL( modified() ), TQT_SLOT( emitModified() ) ); connect( mPhoneEditWidget, TQT_SIGNAL( modified() ), TQT_SLOT( emitModified() ) );
tqlayout->addMultiCellWidget( mPhoneEditWidget, 0, 3, 4, 6 ); layout->addMultiCellWidget( mPhoneEditWidget, 0, 3, 4, 6 );
bar = new KSeparator( KSeparator::HLine, tab1 ); bar = new KSeparator( KSeparator::HLine, tab1 );
tqlayout->addMultiCellWidget( bar, 4, 4, 3, 6 ); layout->addMultiCellWidget( bar, 4, 4, 3, 6 );
////////////////////////////////////// //////////////////////////////////////
// Addresses (lower left) // Addresses (lower left)
label = new TQLabel( tab1 ); label = new TQLabel( tab1 );
label->setPixmap( KGlobal::iconLoader()->loadIcon( "kfm_home", KIcon::Desktop, label->setPixmap( KGlobal::iconLoader()->loadIcon( "kfm_home", KIcon::Desktop,
KIcon::SizeMedium ) ); KIcon::SizeMedium ) );
tqlayout->addMultiCellWidget( label, 5, 6, 0, 0 ); layout->addMultiCellWidget( label, 5, 6, 0, 0 );
mAddressEditWidget = new AddressEditWidget( tab1 ); mAddressEditWidget = new AddressEditWidget( tab1 );
connect( mAddressEditWidget, TQT_SIGNAL( modified() ), TQT_SLOT( emitModified() ) ); connect( mAddressEditWidget, TQT_SIGNAL( modified() ), TQT_SLOT( emitModified() ) );
tqlayout->addMultiCellWidget( mAddressEditWidget, 5, 10, 1, 2 ); layout->addMultiCellWidget( mAddressEditWidget, 5, 10, 1, 2 );
////////////////////////////////////// //////////////////////////////////////
// Email / Web (lower right) // Email / Web (lower right)
label = new TQLabel( tab1 ); label = new TQLabel( tab1 );
label->setPixmap( KGlobal::iconLoader()->loadIcon( "email", KIcon::Desktop, label->setPixmap( KGlobal::iconLoader()->loadIcon( "email", KIcon::Desktop,
KIcon::SizeMedium ) ); KIcon::SizeMedium ) );
tqlayout->addMultiCellWidget( label, 5, 6, 3, 3 ); layout->addMultiCellWidget( label, 5, 6, 3, 3 );
mEmailWidget = new EmailEditWidget( tab1 ); mEmailWidget = new EmailEditWidget( tab1 );
connect( mEmailWidget, TQT_SIGNAL( modified() ), TQT_SLOT( emitModified() ) ); connect( mEmailWidget, TQT_SIGNAL( modified() ), TQT_SLOT( emitModified() ) );
tqlayout->addMultiCellWidget( mEmailWidget, 5, 6, 4, 6 ); layout->addMultiCellWidget( mEmailWidget, 5, 6, 4, 6 );
// add the separator // add the separator
bar = new KSeparator( KSeparator::HLine, tab1 ); bar = new KSeparator( KSeparator::HLine, tab1 );
tqlayout->addMultiCellWidget( bar, 7, 7, 3, 6 ); layout->addMultiCellWidget( bar, 7, 7, 3, 6 );
TQHBoxLayout *homePageLayout = new TQHBoxLayout( 0, 11, 7 ); TQHBoxLayout *homePageLayout = new TQHBoxLayout( 0, 11, 7 );
@ -263,7 +263,7 @@ void AddresseeEditorWidget::setupTab1()
label->setBuddy( mURLEdit ); label->setBuddy( mURLEdit );
homePageLayout->addWidget( label ); homePageLayout->addWidget( label );
homePageLayout->addWidget( mURLEdit ); homePageLayout->addWidget( mURLEdit );
tqlayout->addMultiCellLayout( homePageLayout, 8, 8, 3, 6 ); layout->addMultiCellLayout( homePageLayout, 8, 8, 3, 6 );
TQHBoxLayout *blogLayout = new TQHBoxLayout( 0, 11, 7 ); TQHBoxLayout *blogLayout = new TQHBoxLayout( 0, 11, 7 );
label = new TQLabel( i18n("Blog feed:"), tab1 ); label = new TQLabel( i18n("Blog feed:"), tab1 );
@ -273,16 +273,16 @@ void AddresseeEditorWidget::setupTab1()
connect( mBlogEdit, TQT_SIGNAL( textChanged( const TQString & ) ), connect( mBlogEdit, TQT_SIGNAL( textChanged( const TQString & ) ),
TQT_SLOT( textChanged( const TQString & ) ) ); TQT_SLOT( textChanged( const TQString & ) ) );
label->setBuddy( mBlogEdit ); label->setBuddy( mBlogEdit );
tqlayout->addMultiCellLayout( blogLayout, 9, 9, 4, 6 ); layout->addMultiCellLayout( blogLayout, 9, 9, 4, 6 );
mIMWidget = new IMEditWidget( tab1, mAddressee ); mIMWidget = new IMEditWidget( tab1, mAddressee );
connect( mIMWidget, TQT_SIGNAL( modified() ), TQT_SLOT( emitModified() ) ); connect( mIMWidget, TQT_SIGNAL( modified() ), TQT_SLOT( emitModified() ) );
tqlayout->addMultiCellWidget( mIMWidget, 10, 10, 4, 6 ); layout->addMultiCellWidget( mIMWidget, 10, 10, 4, 6 );
tqlayout->addColSpacing( 6, 50 ); layout->addColSpacing( 6, 50 );
bar = new KSeparator( KSeparator::HLine, tab1 ); bar = new KSeparator( KSeparator::HLine, tab1 );
tqlayout->addMultiCellWidget( bar, 11, 11, 0, 6 ); layout->addMultiCellWidget( bar, 11, 11, 0, 6 );
/////////////////////////////////////// ///////////////////////////////////////
TQHBox *categoryBox = new TQHBox( tab1 ); TQHBox *categoryBox = new TQHBox( tab1 );
@ -300,10 +300,10 @@ void AddresseeEditorWidget::setupTab1()
mSecrecyWidget = new SecrecyWidget( categoryBox ); mSecrecyWidget = new SecrecyWidget( categoryBox );
connect( mSecrecyWidget, TQT_SIGNAL( changed() ), TQT_SLOT( emitModified() ) ); connect( mSecrecyWidget, TQT_SIGNAL( changed() ), TQT_SLOT( emitModified() ) );
tqlayout->addMultiCellWidget( categoryBox, 12, 12, 0, 6 ); layout->addMultiCellWidget( categoryBox, 12, 12, 0, 6 );
// Build the tqlayout and add to the tab widget // Build the layout and add to the tab widget
tqlayout->activate(); // required layout->activate(); // required
mTabWidget->addTab( tab1, i18n( "&General" ) ); mTabWidget->addTab( tab1, i18n( "&General" ) );
} }
@ -313,9 +313,9 @@ void AddresseeEditorWidget::setupTab2()
// This is the Details tab // This is the Details tab
TQWidget *tab2 = new TQWidget( mTabWidget ); TQWidget *tab2 = new TQWidget( mTabWidget );
TQGridLayout *tqlayout = new TQGridLayout( tab2, 6, 6 ); TQGridLayout *layout = new TQGridLayout( tab2, 6, 6 );
tqlayout->setMargin( KDialogBase::marginHint() ); layout->setMargin( KDialogBase::marginHint() );
tqlayout->setSpacing( KDialogBase::spacingHint() ); layout->setSpacing( KDialogBase::spacingHint() );
TQLabel *label; TQLabel *label;
KSeparator* bar; KSeparator* bar;
@ -327,58 +327,58 @@ void AddresseeEditorWidget::setupTab2()
label = new TQLabel( tab2 ); label = new TQLabel( tab2 );
label->setPixmap( KGlobal::iconLoader()->loadIcon( "folder", KIcon::Desktop, label->setPixmap( KGlobal::iconLoader()->loadIcon( "folder", KIcon::Desktop,
KIcon::SizeMedium ) ); KIcon::SizeMedium ) );
tqlayout->addMultiCellWidget( label, 0, 1, 0, 0 ); layout->addMultiCellWidget( label, 0, 1, 0, 0 );
label = new TQLabel( i18n( "Department:" ), tab2 ); label = new TQLabel( i18n( "Department:" ), tab2 );
tqlayout->addWidget( label, 0, 1 ); layout->addWidget( label, 0, 1 );
mDepartmentEdit = new KLineEdit( tab2 ); mDepartmentEdit = new KLineEdit( tab2 );
connect( mDepartmentEdit, TQT_SIGNAL( textChanged( const TQString& ) ), connect( mDepartmentEdit, TQT_SIGNAL( textChanged( const TQString& ) ),
TQT_SLOT( textChanged( const TQString& ) ) ); TQT_SLOT( textChanged( const TQString& ) ) );
label->setBuddy( mDepartmentEdit ); label->setBuddy( mDepartmentEdit );
tqlayout->addWidget( mDepartmentEdit, 0, 2 ); layout->addWidget( mDepartmentEdit, 0, 2 );
label = new TQLabel( i18n( "Office:" ), tab2 ); label = new TQLabel( i18n( "Office:" ), tab2 );
tqlayout->addWidget( label, 1, 1 ); layout->addWidget( label, 1, 1 );
mOfficeEdit = new KLineEdit( tab2 ); mOfficeEdit = new KLineEdit( tab2 );
connect( mOfficeEdit, TQT_SIGNAL( textChanged( const TQString& ) ), connect( mOfficeEdit, TQT_SIGNAL( textChanged( const TQString& ) ),
TQT_SLOT( textChanged( const TQString& ) ) ); TQT_SLOT( textChanged( const TQString& ) ) );
label->setBuddy( mOfficeEdit ); label->setBuddy( mOfficeEdit );
tqlayout->addWidget( mOfficeEdit, 1, 2 ); layout->addWidget( mOfficeEdit, 1, 2 );
label = new TQLabel( i18n( "Profession:" ), tab2 ); label = new TQLabel( i18n( "Profession:" ), tab2 );
tqlayout->addWidget( label, 2, 1 ); layout->addWidget( label, 2, 1 );
mProfessionEdit = new KLineEdit( tab2 ); mProfessionEdit = new KLineEdit( tab2 );
connect( mProfessionEdit, TQT_SIGNAL( textChanged( const TQString& ) ), connect( mProfessionEdit, TQT_SIGNAL( textChanged( const TQString& ) ),
TQT_SLOT( textChanged( const TQString& ) ) ); TQT_SLOT( textChanged( const TQString& ) ) );
label->setBuddy( mProfessionEdit ); label->setBuddy( mProfessionEdit );
tqlayout->addWidget( mProfessionEdit, 2, 2 ); layout->addWidget( mProfessionEdit, 2, 2 );
label = new TQLabel( i18n( "Manager\'s name:" ), tab2 ); label = new TQLabel( i18n( "Manager\'s name:" ), tab2 );
tqlayout->addWidget( label, 0, 3 ); layout->addWidget( label, 0, 3 );
mManagerEdit = new KPIM::AddresseeLineEdit( tab2 ); mManagerEdit = new KPIM::AddresseeLineEdit( tab2 );
connect( mManagerEdit, TQT_SIGNAL( textChanged( const TQString& ) ), connect( mManagerEdit, TQT_SIGNAL( textChanged( const TQString& ) ),
TQT_SLOT( textChanged( const TQString& ) ) ); TQT_SLOT( textChanged( const TQString& ) ) );
label->setBuddy( mManagerEdit ); label->setBuddy( mManagerEdit );
tqlayout->addMultiCellWidget( mManagerEdit, 0, 0, 4, 5 ); layout->addMultiCellWidget( mManagerEdit, 0, 0, 4, 5 );
label = new TQLabel( i18n( "Assistant's name:" ), tab2 ); label = new TQLabel( i18n( "Assistant's name:" ), tab2 );
tqlayout->addWidget( label, 1, 3 ); layout->addWidget( label, 1, 3 );
mAssistantEdit = new KPIM::AddresseeLineEdit( tab2 ); mAssistantEdit = new KPIM::AddresseeLineEdit( tab2 );
connect( mAssistantEdit, TQT_SIGNAL( textChanged( const TQString& ) ), connect( mAssistantEdit, TQT_SIGNAL( textChanged( const TQString& ) ),
TQT_SLOT( textChanged( const TQString& ) ) ); TQT_SLOT( textChanged( const TQString& ) ) );
label->setBuddy( mAssistantEdit ); label->setBuddy( mAssistantEdit );
tqlayout->addMultiCellWidget( mAssistantEdit, 1, 1, 4, 5 ); layout->addMultiCellWidget( mAssistantEdit, 1, 1, 4, 5 );
label = new TQLabel( i18n( "<titleLabel>:", "%1:" ).arg( KABC::Addressee::titleLabel() ), tab2 ); label = new TQLabel( i18n( "<titleLabel>:", "%1:" ).arg( KABC::Addressee::titleLabel() ), tab2 );
tqlayout->addWidget( label, 2, 3 ); layout->addWidget( label, 2, 3 );
mTitleEdit = new KLineEdit( tab2 ); mTitleEdit = new KLineEdit( tab2 );
connect( mTitleEdit, TQT_SIGNAL( textChanged( const TQString& ) ), connect( mTitleEdit, TQT_SIGNAL( textChanged( const TQString& ) ),
TQT_SLOT( textChanged( const TQString& ) ) ); TQT_SLOT( textChanged( const TQString& ) ) );
label->setBuddy( mTitleEdit ); label->setBuddy( mTitleEdit );
tqlayout->addMultiCellWidget( mTitleEdit, 2, 2, 4, 5 ); layout->addMultiCellWidget( mTitleEdit, 2, 2, 4, 5 );
bar = new KSeparator( KSeparator::HLine, tab2 ); bar = new KSeparator( KSeparator::HLine, tab2 );
tqlayout->addMultiCellWidget( bar, 3, 3, 0, 5 ); layout->addMultiCellWidget( bar, 3, 3, 0, 5 );
///////////////////////////////////////////////// /////////////////////////////////////////////////
// Personal info // Personal info
@ -386,61 +386,61 @@ void AddresseeEditorWidget::setupTab2()
label = new TQLabel( tab2 ); label = new TQLabel( tab2 );
label->setPixmap( KGlobal::iconLoader()->loadIcon( "personal", KIcon::Desktop, label->setPixmap( KGlobal::iconLoader()->loadIcon( "personal", KIcon::Desktop,
KIcon::SizeMedium ) ); KIcon::SizeMedium ) );
tqlayout->addMultiCellWidget( label, 4, 5, 0, 0 ); layout->addMultiCellWidget( label, 4, 5, 0, 0 );
label = new TQLabel( i18n( "Nickname:" ), tab2 ); label = new TQLabel( i18n( "Nickname:" ), tab2 );
tqlayout->addWidget( label, 4, 1 ); layout->addWidget( label, 4, 1 );
mNicknameEdit = new KLineEdit( tab2 ); mNicknameEdit = new KLineEdit( tab2 );
connect( mNicknameEdit, TQT_SIGNAL( textChanged( const TQString& ) ), connect( mNicknameEdit, TQT_SIGNAL( textChanged( const TQString& ) ),
TQT_SLOT( textChanged( const TQString& ) ) ); TQT_SLOT( textChanged( const TQString& ) ) );
label->setBuddy( mNicknameEdit ); label->setBuddy( mNicknameEdit );
tqlayout->addWidget( mNicknameEdit, 4, 2 ); layout->addWidget( mNicknameEdit, 4, 2 );
label = new TQLabel( i18n( "Partner's name:" ), tab2 ); label = new TQLabel( i18n( "Partner's name:" ), tab2 );
tqlayout->addWidget( label, 5, 1 ); layout->addWidget( label, 5, 1 );
mSpouseEdit = new KPIM::AddresseeLineEdit( tab2 ); mSpouseEdit = new KPIM::AddresseeLineEdit( tab2 );
connect( mSpouseEdit, TQT_SIGNAL( textChanged( const TQString& ) ), connect( mSpouseEdit, TQT_SIGNAL( textChanged( const TQString& ) ),
TQT_SLOT( textChanged( const TQString& ) ) ); TQT_SLOT( textChanged( const TQString& ) ) );
label->setBuddy( mSpouseEdit ); label->setBuddy( mSpouseEdit );
tqlayout->addWidget( mSpouseEdit, 5, 2 ); layout->addWidget( mSpouseEdit, 5, 2 );
label = new TQLabel( i18n( "Birthdate:" ), tab2 ); label = new TQLabel( i18n( "Birthdate:" ), tab2 );
tqlayout->addWidget( label, 4, 3 ); layout->addWidget( label, 4, 3 );
mBirthdayPicker = new KDateEdit( tab2 ); mBirthdayPicker = new KDateEdit( tab2 );
connect( mBirthdayPicker, TQT_SIGNAL( dateChanged( const TQDate& ) ), connect( mBirthdayPicker, TQT_SIGNAL( dateChanged( const TQDate& ) ),
TQT_SLOT( dateChanged( const TQDate& ) ) ); TQT_SLOT( dateChanged( const TQDate& ) ) );
connect( mBirthdayPicker, TQT_SIGNAL( textChanged( const TQString& ) ), connect( mBirthdayPicker, TQT_SIGNAL( textChanged( const TQString& ) ),
TQT_SLOT( emitModified() ) ); TQT_SLOT( emitModified() ) );
label->setBuddy( mBirthdayPicker ); label->setBuddy( mBirthdayPicker );
tqlayout->addWidget( mBirthdayPicker, 4, 4 ); layout->addWidget( mBirthdayPicker, 4, 4 );
label = new TQLabel( i18n( "Anniversary:" ), tab2 ); label = new TQLabel( i18n( "Anniversary:" ), tab2 );
tqlayout->addWidget( label, 5, 3 ); layout->addWidget( label, 5, 3 );
mAnniversaryPicker = new KDateEdit( tab2 ); mAnniversaryPicker = new KDateEdit( tab2 );
connect( mAnniversaryPicker, TQT_SIGNAL( dateChanged( const TQDate& ) ), connect( mAnniversaryPicker, TQT_SIGNAL( dateChanged( const TQDate& ) ),
TQT_SLOT( dateChanged( const TQDate& ) ) ); TQT_SLOT( dateChanged( const TQDate& ) ) );
connect( mAnniversaryPicker, TQT_SIGNAL( textChanged( const TQString& ) ), connect( mAnniversaryPicker, TQT_SIGNAL( textChanged( const TQString& ) ),
TQT_SLOT( emitModified() ) ); TQT_SLOT( emitModified() ) );
label->setBuddy( mAnniversaryPicker ); label->setBuddy( mAnniversaryPicker );
tqlayout->addWidget( mAnniversaryPicker, 5, 4 ); layout->addWidget( mAnniversaryPicker, 5, 4 );
bar = new KSeparator( KSeparator::HLine, tab2 ); bar = new KSeparator( KSeparator::HLine, tab2 );
tqlayout->addMultiCellWidget( bar, 6, 6, 0, 5 ); layout->addMultiCellWidget( bar, 6, 6, 0, 5 );
////////////////////////////////////// //////////////////////////////////////
// Notes // Notes
label = new TQLabel( i18n( "Note:" ), tab2 ); label = new TQLabel( i18n( "Note:" ), tab2 );
label->setAlignment( TQt::AlignTop | TQt::AlignLeft ); label->setAlignment( TQt::AlignTop | TQt::AlignLeft );
tqlayout->addWidget( label, 7, 0 ); layout->addWidget( label, 7, 0 );
mNoteEdit = new TQTextEdit( tab2 ); mNoteEdit = new TQTextEdit( tab2 );
mNoteEdit->setWordWrap( TQTextEdit::WidgetWidth ); mNoteEdit->setWordWrap( TQTextEdit::WidgetWidth );
mNoteEdit->setMinimumSize( mNoteEdit->sizeHint() ); mNoteEdit->setMinimumSize( mNoteEdit->sizeHint() );
connect( mNoteEdit, TQT_SIGNAL( textChanged() ), TQT_SLOT( emitModified() ) ); connect( mNoteEdit, TQT_SIGNAL( textChanged() ), TQT_SLOT( emitModified() ) );
label->setBuddy( mNoteEdit ); label->setBuddy( mNoteEdit );
tqlayout->addMultiCellWidget( mNoteEdit, 7, 7, 1, 5 ); layout->addMultiCellWidget( mNoteEdit, 7, 7, 1, 5 );
// Build the tqlayout and add to the tab widget // Build the layout and add to the tab widget
tqlayout->activate(); // required layout->activate(); // required
mTabWidget->addTab( tab2, i18n( "&Details" ) ); mTabWidget->addTab( tab2, i18n( "&Details" ) );
} }
@ -474,7 +474,7 @@ void AddresseeEditorWidget::setupAdditionalTabs()
page->addWidget( widget ); page->addWidget( widget );
} }
// query the tqlayout update // query the layout update
TQDictIterator<ContactEditorTabPage> it( mTabPages ); TQDictIterator<ContactEditorTabPage> it( mTabPages );
for ( ; it.current(); ++it ) for ( ; it.current(); ++it )
it.current()->updateLayout(); it.current()->updateLayout();

@ -44,23 +44,23 @@ AddViewDialog::AddViewDialog( TQDict<ViewFactory> *viewFactoryDict,
TQWidget *page = plainPage(); TQWidget *page = plainPage();
TQGridLayout *tqlayout = new TQGridLayout( page, 2, 2 ); TQGridLayout *layout = new TQGridLayout( page, 2, 2 );
tqlayout->setSpacing( spacingHint() ); layout->setSpacing( spacingHint() );
tqlayout->setRowStretch( 1, 1 ); layout->setRowStretch( 1, 1 );
tqlayout->setColStretch( 1, 1 ); layout->setColStretch( 1, 1 );
TQLabel *label = new TQLabel( i18n( "View name:" ), page ); TQLabel *label = new TQLabel( i18n( "View name:" ), page );
tqlayout->addWidget( label, 0, 0 ); layout->addWidget( label, 0, 0 );
mViewNameEdit = new TQLineEdit( page ); mViewNameEdit = new TQLineEdit( page );
connect( mViewNameEdit, TQT_SIGNAL( textChanged( const TQString& ) ), connect( mViewNameEdit, TQT_SIGNAL( textChanged( const TQString& ) ),
TQT_SLOT( textChanged( const TQString& ) ) ); TQT_SLOT( textChanged( const TQString& ) ) );
tqlayout->addWidget( mViewNameEdit, 0, 1 ); layout->addWidget( mViewNameEdit, 0, 1 );
mTypeGroup = new TQButtonGroup( 0, Qt::Horizontal, i18n( "View Type" ), page ); mTypeGroup = new TQButtonGroup( 0, Qt::Horizontal, i18n( "View Type" ), page );
connect( mTypeGroup, TQT_SIGNAL( clicked( int ) ), this, TQT_SLOT( clicked( int ) ) ); connect( mTypeGroup, TQT_SIGNAL( clicked( int ) ), this, TQT_SLOT( clicked( int ) ) );
tqlayout->addMultiCellWidget( mTypeGroup, 1, 1, 0, 1 ); layout->addMultiCellWidget( mTypeGroup, 1, 1, 0, 1 );
TQGridLayout *groupLayout = new TQGridLayout( mTypeGroup->tqlayout(), 3, 2 ); TQGridLayout *groupLayout = new TQGridLayout( mTypeGroup->layout(), 3, 2 );
groupLayout->setSpacing( spacingHint() ); groupLayout->setSpacing( spacingHint() );
int row = 0; int row = 0;

@ -126,11 +126,11 @@ void AdvancedCustomFields::setReadOnly( bool readOnly )
void AdvancedCustomFields::initGUI( const TQString &uiFile ) void AdvancedCustomFields::initGUI( const TQString &uiFile )
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( this, KDialog::marginHint(), TQVBoxLayout *layout = new TQVBoxLayout( this, KDialog::marginHint(),
KDialog::spacingHint() ); KDialog::spacingHint() );
mFields = new KPIM::DesignerFields( uiFile, this ); mFields = new KPIM::DesignerFields( uiFile, this );
tqlayout->addWidget( mFields ); layout->addWidget( mFields );
connect( mFields, TQT_SIGNAL( modified() ), TQT_SLOT( setModified() ) ); connect( mFields, TQT_SIGNAL( modified() ), TQT_SLOT( setModified() ) );
} }

@ -96,7 +96,7 @@ class ContactEditorTabPage : public TQWidget
void setReadOnly( bool readOnly ); void setReadOnly( bool readOnly );
/** /**
Calculates the tqlayout of the widgets and moves them to the Calculates the layout of the widgets and moves them to the
correct position. correct position.
*/ */
void updateLayout(); void updateLayout();

@ -48,26 +48,26 @@ AddFieldDialog::AddFieldDialog( TQWidget *parent, const char *name )
{ {
TQWidget *page = plainPage(); TQWidget *page = plainPage();
TQGridLayout *tqlayout = new TQGridLayout( page, 3, 2, marginHint(), spacingHint() ); TQGridLayout *layout = new TQGridLayout( page, 3, 2, marginHint(), spacingHint() );
TQLabel *label = new TQLabel( i18n( "Title:" ), page ); TQLabel *label = new TQLabel( i18n( "Title:" ), page );
tqlayout->addWidget( label, 0, 0 ); layout->addWidget( label, 0, 0 );
mTitle = new KLineEdit( page ); mTitle = new KLineEdit( page );
mTitle->setValidator( new TQRegExpValidator( TQRegExp( "([a-zA-Z]|\\d|-)+" ), TQT_TQOBJECT(mTitle) ) ); mTitle->setValidator( new TQRegExpValidator( TQRegExp( "([a-zA-Z]|\\d|-)+" ), TQT_TQOBJECT(mTitle) ) );
label->setBuddy( mTitle ); label->setBuddy( mTitle );
tqlayout->addWidget( mTitle, 0, 1 ); layout->addWidget( mTitle, 0, 1 );
label = new TQLabel( i18n( "Type:" ), page ); label = new TQLabel( i18n( "Type:" ), page );
tqlayout->addWidget( label, 1, 0 ); layout->addWidget( label, 1, 0 );
mType = new KComboBox( page ); mType = new KComboBox( page );
label->setBuddy( mType ); label->setBuddy( mType );
tqlayout->addWidget( mType, 1, 1 ); layout->addWidget( mType, 1, 1 );
mGlobal = new TQCheckBox( i18n( "Is available for all contacts" ), page ); mGlobal = new TQCheckBox( i18n( "Is available for all contacts" ), page );
mGlobal->setChecked( true ); mGlobal->setChecked( true );
tqlayout->addMultiCellWidget( mGlobal, 2, 2, 0, 1 ); layout->addMultiCellWidget( mGlobal, 2, 2, 0, 1 );
connect( mTitle, TQT_SIGNAL( textChanged( const TQString& ) ), connect( mTitle, TQT_SIGNAL( textChanged( const TQString& ) ),
this, TQT_SLOT( nameChanged( const TQString& ) ) ); this, TQT_SLOT( nameChanged( const TQString& ) ) );
@ -124,18 +124,18 @@ void AddFieldDialog::nameChanged( const TQString &name )
FieldWidget::FieldWidget( TQWidget *parent, const char *name ) FieldWidget::FieldWidget( TQWidget *parent, const char *name )
: TQWidget( parent, name ) : TQWidget( parent, name )
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( this, KDialog::marginHint(), TQVBoxLayout *layout = new TQVBoxLayout( this, KDialog::marginHint(),
KDialog::spacingHint() ); KDialog::spacingHint() );
mGlobalLayout = new TQVBoxLayout( tqlayout, KDialog::spacingHint() ); mGlobalLayout = new TQVBoxLayout( layout, KDialog::spacingHint() );
mGlobalLayout->setAlignment( TQt::AlignTop ); mGlobalLayout->setAlignment( TQt::AlignTop );
mSeparator = new TQFrame( this ); mSeparator = new TQFrame( this );
mSeparator->setFrameStyle( TQFrame::HLine | TQFrame::Sunken ); mSeparator->setFrameStyle( TQFrame::HLine | TQFrame::Sunken );
mSeparator->hide(); mSeparator->hide();
tqlayout->addWidget( mSeparator ); layout->addWidget( mSeparator );
mLocalLayout = new TQVBoxLayout( tqlayout, KDialog::spacingHint() ); mLocalLayout = new TQVBoxLayout( layout, KDialog::spacingHint() );
mLocalLayout->setAlignment( TQt::AlignTop ); mLocalLayout->setAlignment( TQt::AlignTop );
} }
@ -485,18 +485,18 @@ void CustomFieldsWidget::removeField()
void CustomFieldsWidget::initGUI() void CustomFieldsWidget::initGUI()
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 2, 3, KDialog::marginHint(), TQGridLayout *layout = new TQGridLayout( this, 2, 3, KDialog::marginHint(),
KDialog::spacingHint() ); KDialog::spacingHint() );
mFieldWidget = new FieldWidget( this ); mFieldWidget = new FieldWidget( this );
tqlayout->addMultiCellWidget( mFieldWidget, 0, 0, 0, 2 ); layout->addMultiCellWidget( mFieldWidget, 0, 0, 0, 2 );
mAddButton = new TQPushButton( i18n( "Add Field..." ), this ); mAddButton = new TQPushButton( i18n( "Add Field..." ), this );
tqlayout->addWidget( mAddButton, 1, 1, TQt::AlignRight ); layout->addWidget( mAddButton, 1, 1, TQt::AlignRight );
mRemoveButton = new TQPushButton( i18n( "Remove Field..." ), this ); mRemoveButton = new TQPushButton( i18n( "Remove Field..." ), this );
mRemoveButton->setEnabled( false ); mRemoveButton->setEnabled( false );
tqlayout->addWidget( mRemoveButton, 1, 2, TQt::AlignRight ); layout->addWidget( mRemoveButton, 1, 2, TQt::AlignRight );
// load global fields // load global fields
TQStringList globalFields = KABPrefs::instance()->globalCustomFields(); TQStringList globalFields = KABPrefs::instance()->globalCustomFields();

@ -67,16 +67,16 @@ public:
KPIM::DistributionListEditor::Line::Line( KABC::AddressBook* book, TQWidget* parent ) : TQWidget( parent ), m_addressBook( book ) KPIM::DistributionListEditor::Line::Line( KABC::AddressBook* book, TQWidget* parent ) : TQWidget( parent ), m_addressBook( book )
{ {
Q_ASSERT( m_addressBook ); Q_ASSERT( m_addressBook );
TQBoxLayout* tqlayout = new TQHBoxLayout( this ); TQBoxLayout* layout = new TQHBoxLayout( this );
tqlayout->setSpacing( KDialog::spacingHint() ); layout->setSpacing( KDialog::spacingHint() );
m_lineEdit = new KPIM::DistributionListEditor::LineEdit( this ); m_lineEdit = new KPIM::DistributionListEditor::LineEdit( this );
connect( m_lineEdit, TQT_SIGNAL( textChanged( const TQString& ) ), connect( m_lineEdit, TQT_SIGNAL( textChanged( const TQString& ) ),
this, TQT_SLOT( textChanged( const TQString& ) ) ); this, TQT_SLOT( textChanged( const TQString& ) ) );
tqlayout->addWidget( m_lineEdit ); layout->addWidget( m_lineEdit );
m_clearButton = new TQToolButton( this ); m_clearButton = new TQToolButton( this );
m_clearButton->setIconSet( KApplication::reverseLayout() ? SmallIconSet("locationbar_erase") : SmallIconSet( "clear_left" ) ); m_clearButton->setIconSet( KApplication::reverseLayout() ? SmallIconSet("locationbar_erase") : SmallIconSet( "clear_left" ) );
m_clearButton->setEnabled( false ); m_clearButton->setEnabled( false );
tqlayout->addWidget( m_clearButton ); layout->addWidget( m_clearButton );
connect( m_clearButton, TQT_SIGNAL( clicked() ), m_lineEdit, TQT_SLOT( clear() ) ); connect( m_clearButton, TQT_SIGNAL( clicked() ), m_lineEdit, TQT_SLOT( clear() ) );
} }

@ -48,12 +48,12 @@ KPIM::DistributionListPickerDialog::DistributionListPickerDialog( KABC::AddressB
enableButton( Ok, false ); enableButton( Ok, false );
setButtonText( User1, i18n( "Add New Distribution List" ) ); setButtonText( User1, i18n( "Add New Distribution List" ) );
TQWidget* main = new TQWidget( this ); TQWidget* main = new TQWidget( this );
TQGridLayout* tqlayout = new TQGridLayout( main ); TQGridLayout* layout = new TQGridLayout( main );
tqlayout->setSpacing( KDialog::spacingHint() ); layout->setSpacing( KDialog::spacingHint() );
m_label = new TQLabel( main ); m_label = new TQLabel( main );
tqlayout->addWidget( m_label, 0, 0 ); layout->addWidget( m_label, 0, 0 );
m_listBox = new KListBox( main ); m_listBox = new KListBox( main );
tqlayout->addWidget( m_listBox, 1, 0 ); layout->addWidget( m_listBox, 1, 0 );
connect( m_listBox, TQT_SIGNAL( highlighted( const TQString& ) ), connect( m_listBox, TQT_SIGNAL( highlighted( const TQString& ) ),
this, TQT_SLOT( entrySelected( const TQString& ) ) ); this, TQT_SLOT( entrySelected( const TQString& ) ) );
connect( m_listBox, TQT_SIGNAL( selected( const TQString& ) ), connect( m_listBox, TQT_SIGNAL( selected( const TQString& ) ),

@ -50,10 +50,10 @@ ExtensionManager::ExtensionManager( TQWidget* extensionBar, TQWidgetStack* detai
mMapper( 0 ), mDetailsStack( detailsStack ), mActiveDetailsWidget( 0 ) mMapper( 0 ), mDetailsStack( detailsStack ), mActiveDetailsWidget( 0 )
{ {
Q_ASSERT( mExtensionBar ); Q_ASSERT( mExtensionBar );
TQVBoxLayout* tqlayout = new TQVBoxLayout( mExtensionBar ); TQVBoxLayout* layout = new TQVBoxLayout( mExtensionBar );
mSplitter = new TQSplitter( mExtensionBar ); mSplitter = new TQSplitter( mExtensionBar );
mSplitter->setOrientation( Qt::Vertical ); mSplitter->setOrientation( Qt::Vertical );
tqlayout->addWidget( mSplitter ); layout->addWidget( mSplitter );
createExtensionWidgets(); createExtensionWidgets();

@ -117,11 +117,11 @@ TQString KAB::DistributionListNg::MainWidget::identifier() const
KAB::DistributionListNg::MainWidget::MainWidget( KAB::Core *core, TQWidget *parent, const char *name ) : KAB::ExtensionWidget( core, parent, name ) KAB::DistributionListNg::MainWidget::MainWidget( KAB::Core *core, TQWidget *parent, const char *name ) : KAB::ExtensionWidget( core, parent, name )
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( this ); TQVBoxLayout *layout = new TQVBoxLayout( this );
tqlayout->setSpacing( KDialog::spacingHint() ); layout->setSpacing( KDialog::spacingHint() );
TQHBoxLayout *buttonLayout = new TQHBoxLayout(); TQHBoxLayout *buttonLayout = new TQHBoxLayout();
tqlayout->addLayout( buttonLayout ); layout->addLayout( buttonLayout );
TQLabel *label = new TQLabel( this ); TQLabel *label = new TQLabel( this );
label->setText( i18n( "Distribution Lists" ) ); label->setText( i18n( "Distribution Lists" ) );
@ -154,7 +154,7 @@ KAB::DistributionListNg::MainWidget::MainWidget( KAB::Core *core, TQWidget *pare
connect( mListBox, TQT_SIGNAL( highlighted( int ) ), connect( mListBox, TQT_SIGNAL( highlighted( int ) ),
this, TQT_SLOT( itemSelected( int ) ) ); this, TQT_SLOT( itemSelected( int ) ) );
connect( mListBox, TQT_SIGNAL(doubleClicked(TQListBoxItem*)), TQT_SLOT(editSelectedDistributionList()) ); connect( mListBox, TQT_SIGNAL(doubleClicked(TQListBoxItem*)), TQT_SLOT(editSelectedDistributionList()) );
tqlayout->addWidget( mListBox ); layout->addWidget( mListBox );
connect( core, TQT_SIGNAL( contactsUpdated() ), connect( core, TQT_SIGNAL( contactsUpdated() ),
this, TQT_SLOT( updateEntries() ) ); this, TQT_SLOT( updateEntries() ) );

@ -272,7 +272,7 @@ void FilterDialog::initGUI()
mRemoveButton = buttonBox->addButton( i18n( "&Remove" ), TQT_TQOBJECT(this), TQT_SLOT( remove() ) ); mRemoveButton = buttonBox->addButton( i18n( "&Remove" ), TQT_TQOBJECT(this), TQT_SLOT( remove() ) );
mRemoveButton->setEnabled( false ); mRemoveButton->setEnabled( false );
buttonBox->tqlayout(); buttonBox->layout();
topLayout->addWidget( buttonBox, 0, 1 ); topLayout->addWidget( buttonBox, 0, 1 );
} }

@ -35,15 +35,15 @@
FreeBusyWidget::FreeBusyWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name ) FreeBusyWidget::FreeBusyWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name )
: KAB::ContactEditorWidget( ab, parent, name ) : KAB::ContactEditorWidget( ab, parent, name )
{ {
TQHBoxLayout *tqlayout = new TQHBoxLayout( this, KDialog::marginHint(), TQHBoxLayout *layout = new TQHBoxLayout( this, KDialog::marginHint(),
KDialog::spacingHint() ); KDialog::spacingHint() );
TQLabel *label = new TQLabel( i18n( "Location of Free/Busy information:" ), this ); TQLabel *label = new TQLabel( i18n( "Location of Free/Busy information:" ), this );
tqlayout->addWidget( label ); layout->addWidget( label );
mURL = new KURLRequester( this ); mURL = new KURLRequester( this );
label->setBuddy( mURL ); label->setBuddy( mURL );
tqlayout->addWidget( mURL ); layout->addWidget( mURL );
connect( mURL, TQT_SIGNAL( textChanged( const TQString& ) ), connect( mURL, TQT_SIGNAL( textChanged( const TQString& ) ),
this, TQT_SLOT( setModified() ) ); this, TQT_SLOT( setModified() ) );

@ -175,7 +175,7 @@ GeoDialog::GeoDialog( TQWidget *parent, const char *name )
topLayout->addWidget( mCityCombo, 0, 1 ); topLayout->addWidget( mCityCombo, 0, 1 );
TQGroupBox *sexagesimalGroup = new TQGroupBox( 0, Qt::Vertical, i18n( "Sexagesimal" ), page ); TQGroupBox *sexagesimalGroup = new TQGroupBox( 0, Qt::Vertical, i18n( "Sexagesimal" ), page );
TQGridLayout *sexagesimalLayout = new TQGridLayout( sexagesimalGroup->tqlayout(), TQGridLayout *sexagesimalLayout = new TQGridLayout( sexagesimalGroup->layout(),
2, 5, spacingHint() ); 2, 5, spacingHint() );
TQLabel *label = new TQLabel( i18n( "Latitude:" ), sexagesimalGroup ); TQLabel *label = new TQLabel( i18n( "Latitude:" ), sexagesimalGroup );

@ -255,12 +255,12 @@ ImageBaseWidget::ImageBaseWidget( const TQString &title,
TQVBoxLayout *topLayout = new TQVBoxLayout( this, KDialog::marginHint(), TQVBoxLayout *topLayout = new TQVBoxLayout( this, KDialog::marginHint(),
KDialog::spacingHint() ); KDialog::spacingHint() );
TQGroupBox *box = new TQGroupBox( 0, Qt::Vertical, title, this ); TQGroupBox *box = new TQGroupBox( 0, Qt::Vertical, title, this );
TQVBoxLayout *tqlayout = new TQVBoxLayout( box->tqlayout(), KDialog::spacingHint() ); TQVBoxLayout *layout = new TQVBoxLayout( box->layout(), KDialog::spacingHint() );
mImageButton = new ImageButton( i18n( "Picture" ), box ); mImageButton = new ImageButton( i18n( "Picture" ), box );
mImageButton->setFixedSize( 100, 140 ); mImageButton->setFixedSize( 100, 140 );
mImageButton->setImageLoader( mImageLoader ); mImageButton->setImageLoader( mImageLoader );
tqlayout->addWidget( mImageButton ); layout->addWidget( mImageButton );
topLayout->addWidget( box ); topLayout->addWidget( box );
@ -293,14 +293,14 @@ KABC::Picture ImageBaseWidget::image() const
ImageWidget::ImageWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name ) ImageWidget::ImageWidget( KABC::AddressBook *ab, TQWidget *parent, const char *name )
: KAB::ContactEditorWidget( ab, parent, name ) : KAB::ContactEditorWidget( ab, parent, name )
{ {
TQHBoxLayout *tqlayout = new TQHBoxLayout( this, KDialog::marginHint(), TQHBoxLayout *layout = new TQHBoxLayout( this, KDialog::marginHint(),
KDialog::spacingHint() ); KDialog::spacingHint() );
mPhotoWidget = new ImageBaseWidget( KABC::Addressee::photoLabel(), this ); mPhotoWidget = new ImageBaseWidget( KABC::Addressee::photoLabel(), this );
tqlayout->addWidget( mPhotoWidget ); layout->addWidget( mPhotoWidget );
mLogoWidget = new ImageBaseWidget( KABC::Addressee::logoLabel(), this ); mLogoWidget = new ImageBaseWidget( KABC::Addressee::logoLabel(), this );
tqlayout->addWidget( mLogoWidget ); layout->addWidget( mLogoWidget );
connect( mPhotoWidget, TQT_SIGNAL( changed() ), TQT_SLOT( setModified() ) ); connect( mPhotoWidget, TQT_SIGNAL( changed() ), TQT_SLOT( setModified() ) );
connect( mLogoWidget, TQT_SIGNAL( changed() ), TQT_SLOT( setModified() ) ); connect( mLogoWidget, TQT_SIGNAL( changed() ), TQT_SLOT( setModified() ) );

@ -40,7 +40,7 @@
IncSearchWidget::IncSearchWidget( TQWidget *parent, const char *name ) IncSearchWidget::IncSearchWidget( TQWidget *parent, const char *name )
: TQWidget( parent, name ) : TQWidget( parent, name )
{ {
TQHBoxLayout *tqlayout = new TQHBoxLayout( this, 2, KDialog::spacingHint() ); TQHBoxLayout *layout = new TQHBoxLayout( this, 2, KDialog::spacingHint() );
TQToolButton *button = new TQToolButton( this ); TQToolButton *button = new TQToolButton( this );
button->setSizePolicy( TQSizePolicy::Minimum, TQSizePolicy::Minimum ); button->setSizePolicy( TQSizePolicy::Minimum, TQSizePolicy::Minimum );
@ -48,24 +48,24 @@ IncSearchWidget::IncSearchWidget( TQWidget *parent, const char *name )
button->setAccel( TQKeySequence( CTRL+ALT+Key_S ) ); button->setAccel( TQKeySequence( CTRL+ALT+Key_S ) );
button->setAutoRaise( true ); button->setAutoRaise( true );
TQToolTip::add( button, i18n( "Reset" ) ); TQToolTip::add( button, i18n( "Reset" ) );
tqlayout->addWidget( button ); layout->addWidget( button );
TQLabel *label = new TQLabel( i18n( "Search:" ), this, "kde toolbar widget" ); TQLabel *label = new TQLabel( i18n( "Search:" ), this, "kde toolbar widget" );
label->setAlignment( TQLabel::AlignVCenter | TQLabel::AlignRight ); label->setAlignment( TQLabel::AlignVCenter | TQLabel::AlignRight );
tqlayout->addWidget( label ); layout->addWidget( label );
mSearchText = new KLineEdit( this ); mSearchText = new KLineEdit( this );
mSearchText->setSizePolicy( TQSizePolicy::MinimumExpanding, TQSizePolicy::Preferred ); mSearchText->setSizePolicy( TQSizePolicy::MinimumExpanding, TQSizePolicy::Preferred );
TQWhatsThis::add( mSearchText, i18n( "The incremental search<p>Enter some text here will start the search for the contact, which matches the search pattern best. The part of the contact, which will be used for matching, depends on the field selection." ) ); TQWhatsThis::add( mSearchText, i18n( "The incremental search<p>Enter some text here will start the search for the contact, which matches the search pattern best. The part of the contact, which will be used for matching, depends on the field selection." ) );
label->setBuddy( mSearchText ); label->setBuddy( mSearchText );
tqlayout->addWidget( mSearchText ); layout->addWidget( mSearchText );
label = new TQLabel( i18n( "as in 'Search in:'", "&in:" ), this, "kde toolbar widget" ); label = new TQLabel( i18n( "as in 'Search in:'", "&in:" ), this, "kde toolbar widget" );
label->setAlignment( TQLabel::AlignVCenter | TQLabel::AlignRight ); label->setAlignment( TQLabel::AlignVCenter | TQLabel::AlignRight );
tqlayout->addWidget( label ); layout->addWidget( label );
mFieldCombo = new TQComboBox( false, this ); mFieldCombo = new TQComboBox( false, this );
tqlayout->addWidget( mFieldCombo ); layout->addWidget( mFieldCombo );
label->setBuddy(mFieldCombo); label->setBuddy(mFieldCombo);
TQToolTip::add( mFieldCombo, i18n( "Select incremental search field" ) ); TQToolTip::add( mFieldCombo, i18n( "Select incremental search field" ) );

@ -67,15 +67,15 @@ JumpButtonBar::JumpButtonBar( KAB::Core *core, TQWidget *parent, const char *nam
{ {
setMinimumSize( 1, 1 ); setMinimumSize( 1, 1 );
TQVBoxLayout *tqlayout = new TQVBoxLayout( this, 0, 0 ); TQVBoxLayout *layout = new TQVBoxLayout( this, 0, 0 );
tqlayout->setAlignment( TQt::AlignTop ); layout->setAlignment( TQt::AlignTop );
tqlayout->setAutoAdd( true ); layout->setAutoAdd( true );
tqlayout->setResizeMode( TQLayout::FreeResize ); layout->setResizeMode( TQLayout::FreeResize );
mGroupBox = new TQButtonGroup( 1, Qt::Horizontal, this ); mGroupBox = new TQButtonGroup( 1, Qt::Horizontal, this );
mGroupBox->setExclusive( true ); mGroupBox->setExclusive( true );
mGroupBox->tqlayout()->setSpacing( 0 ); mGroupBox->layout()->setSpacing( 0 );
mGroupBox->tqlayout()->setMargin( 0 ); mGroupBox->layout()->setMargin( 0 );
mGroupBox->setFrameStyle( TQFrame::NoFrame ); mGroupBox->setFrameStyle( TQFrame::NoFrame );
} }
@ -98,7 +98,7 @@ void JumpButtonBar::updateButtons()
TQFontMetrics fm = fontMetrics(); TQFontMetrics fm = fontMetrics();
TQPushButton *btn = new TQPushButton( "", this ); TQPushButton *btn = new TQPushButton( "", this );
btn->hide(); btn->hide();
TQSize buttonSize = tqstyle().tqsizeFromContents( TQStyle::CT_PushButton, btn, TQSize buttonSize = style().tqsizeFromContents( TQStyle::CT_PushButton, btn,
fm.size( ShowPrefix, "X - X") ). fm.size( ShowPrefix, "X - X") ).
expandedTo( TQApplication::globalStrut() ); expandedTo( TQApplication::globalStrut() );
delete btn; delete btn;

@ -430,7 +430,7 @@ void KABCore::setContactSelected( const TQString &uid )
mActionMerge->setEnabled( ( list.size() == 2 ) && writable ); mActionMerge->setEnabled( ( list.size() == 2 ) && writable );
if ( mReadWrite ) { if ( mReadWrite ) {
TQClipboard *cb = TQApplication::tqclipboard(); TQClipboard *cb = TQApplication::clipboard();
#if defined(KABC_VCARD_ENCODING_FIX) #if defined(KABC_VCARD_ENCODING_FIX)
const TQMimeSource *data = cb->data( TQClipboard::Clipboard ); const TQMimeSource *data = cb->data( TQClipboard::Clipboard );
list = AddresseeUtil::clipboardToAddressees( data->encodedData( "text/x-vcard" ) ); list = AddresseeUtil::clipboardToAddressees( data->encodedData( "text/x-vcard" ) );
@ -552,11 +552,11 @@ void KABCore::copyContacts()
#if defined(KABC_VCARD_ENCODING_FIX) #if defined(KABC_VCARD_ENCODING_FIX)
TQByteArray clipText = AddresseeUtil::addresseesToClipboard( addrList ); TQByteArray clipText = AddresseeUtil::addresseesToClipboard( addrList );
TQClipboard *cb = TQApplication::tqclipboard(); TQClipboard *cb = TQApplication::clipboard();
cb->setText( TQString::fromUtf8( clipText.data() ) ); cb->setText( TQString::fromUtf8( clipText.data() ) );
#else #else
TQString clipText = AddresseeUtil::addresseesToClipboard( addrList ); TQString clipText = AddresseeUtil::addresseesToClipboard( addrList );
TQClipboard *cb = TQApplication::tqclipboard(); TQClipboard *cb = TQApplication::clipboard();
cb->setText( clipText ); cb->setText( clipText );
#endif #endif
} }
@ -575,7 +575,7 @@ void KABCore::cutContacts()
void KABCore::pasteContacts() void KABCore::pasteContacts()
{ {
TQClipboard *cb = TQApplication::tqclipboard(); TQClipboard *cb = TQApplication::clipboard();
#if defined(KABC_VCARD_ENCODING_FIX) #if defined(KABC_VCARD_ENCODING_FIX)
const TQMimeSource *data = cb->data( TQClipboard::Clipboard ); const TQMimeSource *data = cb->data( TQClipboard::Clipboard );
KABC::Addressee::List list = AddresseeUtil::clipboardToAddressees( data->encodedData( "text/x-vcard" ) ); KABC::Addressee::List list = AddresseeUtil::clipboardToAddressees( data->encodedData( "text/x-vcard" ) );
@ -1311,7 +1311,7 @@ void KABCore::createJumpButtonBar()
void KABCore::initActions() void KABCore::initActions()
{ {
connect( TQApplication::tqclipboard(), TQT_SIGNAL( dataChanged() ), connect( TQApplication::clipboard(), TQT_SIGNAL( dataChanged() ),
TQT_SLOT( clipboardDataChanged() ) ); TQT_SLOT( clipboardDataChanged() ) );
KAction *action; KAction *action;
@ -1432,7 +1432,7 @@ void KABCore::initActions()
void KABCore::clipboardDataChanged() void KABCore::clipboardDataChanged()
{ {
if ( mReadWrite ) if ( mReadWrite )
mActionPaste->setEnabled( !TQApplication::tqclipboard()->text().isEmpty() ); mActionPaste->setEnabled( !TQApplication::clipboard()->text().isEmpty() );
} }
void KABCore::updateIncSearchWidget() void KABCore::updateIncSearchWidget()

@ -121,12 +121,12 @@ KABC::Addressee::List KAddressBookView::addressees()
void KAddressBookView::initGUI() void KAddressBookView::initGUI()
{ {
// Create the tqlayout // Create the layout
TQVBoxLayout *tqlayout = new TQVBoxLayout( this ); TQVBoxLayout *layout = new TQVBoxLayout( this );
// Add the view widget // Add the view widget
mViewWidget = new TQWidget( this ); mViewWidget = new TQWidget( this );
tqlayout->addWidget( mViewWidget ); layout->addWidget( mViewWidget );
} }
KABC::Field::List KAddressBookView::fields() const KABC::Field::List KAddressBookView::fields() const

@ -39,7 +39,7 @@ AddHostDialog::AddHostDialog( KPIM::LdapServer *server, TQWidget* parent, const
mServer = server; mServer = server;
TQWidget *page = plainPage(); TQWidget *page = plainPage();
TQHBoxLayout *tqlayout = new TQHBoxLayout( page, marginHint(), spacingHint() ); TQHBoxLayout *layout = new TQHBoxLayout( page, marginHint(), spacingHint() );
mCfg = new KABC::LdapConfigWidget( mCfg = new KABC::LdapConfigWidget(
KABC::LdapConfigWidget::W_USER | KABC::LdapConfigWidget::W_USER |
@ -56,7 +56,7 @@ AddHostDialog::AddHostDialog( KPIM::LdapServer *server, TQWidget* parent, const
KABC::LdapConfigWidget::W_AUTHBOX, KABC::LdapConfigWidget::W_AUTHBOX,
page ); page );
tqlayout->addWidget( mCfg ); layout->addWidget( mCfg );
mCfg->setHost( mServer->host() ); mCfg->setHost( mServer->host() );
mCfg->setPort( mServer->port() ); mCfg->setPort( mServer->port() );
mCfg->setDn( mServer->baseDN() ); mCfg->setDn( mServer->baseDN() );

@ -44,10 +44,10 @@ NamePartWidget::NamePartWidget( const TQString &title, const TQString &label,
TQWidget *parent, const char *name ) TQWidget *parent, const char *name )
: TQWidget( parent, name ), mTitle( title ), mLabel( label ) : TQWidget( parent, name ), mTitle( title ), mLabel( label )
{ {
TQHBoxLayout *tqlayout = new TQHBoxLayout( this ); TQHBoxLayout *layout = new TQHBoxLayout( this );
TQGroupBox *group = new TQGroupBox( 0, Qt::Vertical, title, this ); TQGroupBox *group = new TQGroupBox( 0, Qt::Vertical, title, this );
TQGridLayout *groupLayout = new TQGridLayout( group->tqlayout(), 2, 2, TQGridLayout *groupLayout = new TQGridLayout( group->layout(), 2, 2,
KDialog::spacingHint() ); KDialog::spacingHint() );
mBox = new TQListBox( group ); mBox = new TQListBox( group );
@ -61,10 +61,10 @@ NamePartWidget::NamePartWidget( const TQString &title, const TQString &label,
mEditButton->setEnabled( false ); mEditButton->setEnabled( false );
mRemoveButton = bbox->addButton( i18n( "Remove" ), TQT_TQOBJECT(this), TQT_SLOT( remove() ) ); mRemoveButton = bbox->addButton( i18n( "Remove" ), TQT_TQOBJECT(this), TQT_SLOT( remove() ) );
mRemoveButton->setEnabled( false ); mRemoveButton->setEnabled( false );
bbox->tqlayout(); bbox->layout();
groupLayout->addWidget( bbox, 0, 1 ); groupLayout->addWidget( bbox, 0, 1 );
tqlayout->addWidget( group ); layout->addWidget( group );
} }
NamePartWidget::~NamePartWidget() NamePartWidget::~NamePartWidget()
@ -134,20 +134,20 @@ void NamePartWidget::selectionChanged( TQListBoxItem *item )
AddresseeWidget::AddresseeWidget( TQWidget *parent, const char *name ) AddresseeWidget::AddresseeWidget( TQWidget *parent, const char *name )
: TQWidget( parent, name ) : TQWidget( parent, name )
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 2, 3, KDialog::marginHint(), TQGridLayout *layout = new TQGridLayout( this, 2, 3, KDialog::marginHint(),
KDialog::spacingHint() ); KDialog::spacingHint() );
mPrefix = new NamePartWidget( i18n( "Prefixes"), i18n( "Enter prefix:" ), this ); mPrefix = new NamePartWidget( i18n( "Prefixes"), i18n( "Enter prefix:" ), this );
tqlayout->addWidget( mPrefix, 0, 0 ); layout->addWidget( mPrefix, 0, 0 );
mInclusion = new NamePartWidget( i18n( "Inclusions"), i18n( "Enter inclusion:" ), this ); mInclusion = new NamePartWidget( i18n( "Inclusions"), i18n( "Enter inclusion:" ), this );
tqlayout->addWidget( mInclusion, 0, 1 ); layout->addWidget( mInclusion, 0, 1 );
mSuffix = new NamePartWidget( i18n( "Suffixes" ), i18n( "Enter suffix:" ), this ); mSuffix = new NamePartWidget( i18n( "Suffixes" ), i18n( "Enter suffix:" ), this );
tqlayout->addWidget( mSuffix, 0, 2 ); layout->addWidget( mSuffix, 0, 2 );
TQLabel *label = new TQLabel( i18n( "Default formatted name:" ), this ); TQLabel *label = new TQLabel( i18n( "Default formatted name:" ), this );
tqlayout->addWidget( label, 1, 0 ); layout->addWidget( label, 1, 0 );
mFormattedNameCombo = new KComboBox( this ); mFormattedNameCombo = new KComboBox( this );
mFormattedNameCombo->insertItem( i18n( "Empty" ) ); mFormattedNameCombo->insertItem( i18n( "Empty" ) );
@ -155,7 +155,7 @@ AddresseeWidget::AddresseeWidget( TQWidget *parent, const char *name )
mFormattedNameCombo->insertItem( i18n( "Full Name" ) ); mFormattedNameCombo->insertItem( i18n( "Full Name" ) );
mFormattedNameCombo->insertItem( i18n( "Reverse Name with Comma" ) ); mFormattedNameCombo->insertItem( i18n( "Reverse Name with Comma" ) );
mFormattedNameCombo->insertItem( i18n( "Reverse Name" ) ); mFormattedNameCombo->insertItem( i18n( "Reverse Name" ) );
tqlayout->addMultiCellWidget( mFormattedNameCombo, 1, 1, 1, 2 ); layout->addMultiCellWidget( mFormattedNameCombo, 1, 1, 1, 2 );
connect( mPrefix, TQT_SIGNAL( modified() ), TQT_SIGNAL( modified() ) ); connect( mPrefix, TQT_SIGNAL( modified() ), TQT_SIGNAL( modified() ) );
connect( mInclusion, TQT_SIGNAL( modified() ), TQT_SIGNAL( modified() ) ); connect( mInclusion, TQT_SIGNAL( modified() ), TQT_SIGNAL( modified() ) );

@ -35,10 +35,10 @@ ExtensionConfigDialog::ExtensionConfigDialog( KAB::ExtensionFactory *factory, KC
name, true, true ), mWidget( 0 ), mConfig( config ) name, true, true ), mWidget( 0 ), mConfig( config )
{ {
TQFrame *page = plainPage(); TQFrame *page = plainPage();
TQGridLayout *tqlayout = new TQGridLayout( page, 1, 1, marginHint(), spacingHint() ); TQGridLayout *layout = new TQGridLayout( page, 1, 1, marginHint(), spacingHint() );
mWidget = factory->configureWidget( page, "ExtensionConfigWidget" ); mWidget = factory->configureWidget( page, "ExtensionConfigWidget" );
tqlayout->addWidget( mWidget, 0, 0 ); layout->addWidget( mWidget, 0, 0 );
mWidget->restoreSettings( mConfig ); mWidget->restoreSettings( mConfig );
} }

@ -56,11 +56,11 @@ KABConfigWidget::KABConfigWidget( TQWidget *parent, const char *name )
// General page // General page
TQWidget *generalPage = new TQWidget( this ); TQWidget *generalPage = new TQWidget( this );
TQVBoxLayout *tqlayout = new TQVBoxLayout( generalPage, KDialog::marginHint(), TQVBoxLayout *layout = new TQVBoxLayout( generalPage, KDialog::marginHint(),
KDialog::spacingHint() ); KDialog::spacingHint() );
TQGroupBox *groupBox = new TQGroupBox( 0, Qt::Vertical, i18n( "General" ), generalPage ); TQGroupBox *groupBox = new TQGroupBox( 0, Qt::Vertical, i18n( "General" ), generalPage );
TQBoxLayout *boxLayout = new TQVBoxLayout( groupBox->tqlayout() ); TQBoxLayout *boxLayout = new TQVBoxLayout( groupBox->layout() );
boxLayout->setAlignment( TQt::AlignTop ); boxLayout->setAlignment( TQt::AlignTop );
mViewsSingleClickBox = new TQCheckBox( i18n( "Honor KDE single click" ), groupBox, "msingle" ); mViewsSingleClickBox = new TQCheckBox( i18n( "Honor KDE single click" ), groupBox, "msingle" );
@ -94,10 +94,10 @@ KABConfigWidget::KABConfigWidget( TQWidget *parent, const char *name )
editorLayout->addStretch( 1 ); editorLayout->addStretch( 1 );
tqlayout->addWidget( groupBox ); layout->addWidget( groupBox );
groupBox = new TQGroupBox( 0, Qt::Vertical, i18n( "Script-Hooks" ), generalPage ); groupBox = new TQGroupBox( 0, Qt::Vertical, i18n( "Script-Hooks" ), generalPage );
TQGridLayout *grid = new TQGridLayout( groupBox->tqlayout(), 3, 2, TQGridLayout *grid = new TQGridLayout( groupBox->layout(), 3, 2,
KDialog::spacingHint() ); KDialog::spacingHint() );
label = new TQLabel( i18n( "Phone:" ), groupBox ); label = new TQLabel( i18n( "Phone:" ), groupBox );
grid->addWidget( label, 0, 0 ); grid->addWidget( label, 0, 0 );
@ -124,10 +124,10 @@ KABConfigWidget::KABConfigWidget( TQWidget *parent, const char *name )
grid->setColStretch( 1, 1 ); grid->setColStretch( 1, 1 );
tqlayout->addWidget( groupBox ); layout->addWidget( groupBox );
groupBox = new TQGroupBox( 0, Qt::Vertical, i18n( "Location Map" ), generalPage ); groupBox = new TQGroupBox( 0, Qt::Vertical, i18n( "Location Map" ), generalPage );
boxLayout = new TQVBoxLayout( groupBox->tqlayout(), KDialog::spacingHint() ); boxLayout = new TQVBoxLayout( groupBox->layout(), KDialog::spacingHint() );
boxLayout->setAlignment( TQt::AlignTop ); boxLayout->setAlignment( TQt::AlignTop );
mLocationMapURL = new TQComboBox( true, groupBox ); mLocationMapURL = new TQComboBox( true, groupBox );
@ -139,7 +139,7 @@ KABConfigWidget::KABConfigWidget( TQWidget *parent, const char *name )
"<li>%c: Country ISO Code</li> </ul>" ) ); "<li>%c: Country ISO Code</li> </ul>" ) );
mLocationMapURL->insertStringList( KABPrefs::instance()->locationMapURLs() ); mLocationMapURL->insertStringList( KABPrefs::instance()->locationMapURLs() );
boxLayout->addWidget( mLocationMapURL ); boxLayout->addWidget( mLocationMapURL );
tqlayout->addWidget( groupBox ); layout->addWidget( groupBox );
connect( mNameParsing, TQT_SIGNAL( toggled( bool ) ), TQT_SLOT( modified() ) ); connect( mNameParsing, TQT_SIGNAL( toggled( bool ) ), TQT_SLOT( modified() ) );
connect( mViewsSingleClickBox, TQT_SIGNAL( toggled( bool ) ), TQT_SLOT( modified() ) ); connect( mViewsSingleClickBox, TQT_SIGNAL( toggled( bool ) ), TQT_SLOT( modified() ) );

@ -43,9 +43,9 @@ extern "C"
KCMKabConfig::KCMKabConfig( TQWidget *parent, const char *name ) KCMKabConfig::KCMKabConfig( TQWidget *parent, const char *name )
: KCModule( parent, name ) : KCModule( parent, name )
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( this ); TQVBoxLayout *layout = new TQVBoxLayout( this );
mConfigWidget = new KABConfigWidget( this, "mConfigWidget" ); mConfigWidget = new KABConfigWidget( this, "mConfigWidget" );
tqlayout->addWidget( mConfigWidget ); layout->addWidget( mConfigWidget );
connect( mConfigWidget, TQT_SIGNAL( changed( bool ) ), TQT_SIGNAL( changed( bool ) ) ); connect( mConfigWidget, TQT_SIGNAL( changed( bool ) ), TQT_SIGNAL( changed( bool ) ) );

@ -44,9 +44,9 @@ extern "C"
KCMKabLdapConfig::KCMKabLdapConfig( TQWidget *parent, const char *name ) KCMKabLdapConfig::KCMKabLdapConfig( TQWidget *parent, const char *name )
: KCModule( parent, name ) : KCModule( parent, name )
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( this ); TQVBoxLayout *layout = new TQVBoxLayout( this );
mConfigWidget = new LDAPOptionsWidget( this ); mConfigWidget = new LDAPOptionsWidget( this );
tqlayout->addWidget( mConfigWidget ); layout->addWidget( mConfigWidget );
connect( mConfigWidget, TQT_SIGNAL( changed( bool ) ), TQT_SIGNAL( changed( bool ) ) ); connect( mConfigWidget, TQT_SIGNAL( changed( bool ) ), TQT_SIGNAL( changed( bool ) ) );

@ -258,7 +258,7 @@ void LDAPOptionsWidget::defaults()
void LDAPOptionsWidget::initGUI() void LDAPOptionsWidget::initGUI()
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( this, 0, KDialog::spacingHint() ); TQVBoxLayout *layout = new TQVBoxLayout( this, 0, KDialog::spacingHint() );
TQVGroupBox *groupBox = new TQVGroupBox( i18n( "LDAP Servers" ), this ); TQVGroupBox *groupBox = new TQVGroupBox( i18n( "LDAP Servers" ), this );
groupBox->setInsideSpacing( KDialog::spacingHint() ); groupBox->setInsideSpacing( KDialog::spacingHint() );
@ -285,7 +285,7 @@ void LDAPOptionsWidget::initGUI()
TQWidget* spacer = new TQWidget( upDownBox ); TQWidget* spacer = new TQWidget( upDownBox );
upDownBox->setStretchFactor( spacer, 100 ); upDownBox->setStretchFactor( spacer, 100 );
tqlayout->addWidget( groupBox ); layout->addWidget( groupBox );
KButtonBox *buttons = new KButtonBox( this ); KButtonBox *buttons = new KButtonBox( this );
buttons->addButton( i18n( "&Add Host..." ), TQT_TQOBJECT(this), TQT_SLOT( slotAddHost() ) ); buttons->addButton( i18n( "&Add Host..." ), TQT_TQOBJECT(this), TQT_SLOT( slotAddHost() ) );
@ -293,9 +293,9 @@ void LDAPOptionsWidget::initGUI()
mEditButton->setEnabled( false ); mEditButton->setEnabled( false );
mRemoveButton = buttons->addButton( i18n( "&Remove Host" ), TQT_TQOBJECT(this), TQT_SLOT( slotRemoveHost() ) ); mRemoveButton = buttons->addButton( i18n( "&Remove Host" ), TQT_TQOBJECT(this), TQT_SLOT( slotRemoveHost() ) );
mRemoveButton->setEnabled( false ); mRemoveButton->setEnabled( false );
buttons->tqlayout(); buttons->layout();
tqlayout->addWidget( buttons ); layout->addWidget( buttons );
resize( TQSize( 460, 300 ).expandedTo( sizeHint() ) ); resize( TQSize( 460, 300 ).expandedTo( sizeHint() ) );
} }

@ -41,25 +41,25 @@
KeyWidget::KeyWidget( TQWidget *parent, const char *name ) KeyWidget::KeyWidget( TQWidget *parent, const char *name )
: TQWidget( parent, name ) : TQWidget( parent, name )
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 4, 2, KDialog::marginHint(), TQGridLayout *layout = new TQGridLayout( this, 4, 2, KDialog::marginHint(),
KDialog::spacingHint() ); KDialog::spacingHint() );
TQLabel *label = new TQLabel( i18n( "Keys:" ), this ); TQLabel *label = new TQLabel( i18n( "Keys:" ), this );
tqlayout->addWidget( label, 0, 0 ); layout->addWidget( label, 0, 0 );
mKeyCombo = new KComboBox( this ); mKeyCombo = new KComboBox( this );
tqlayout->addWidget( mKeyCombo, 0, 1 ); layout->addWidget( mKeyCombo, 0, 1 );
mAddButton = new TQPushButton( i18n( "Add..." ), this ); mAddButton = new TQPushButton( i18n( "Add..." ), this );
tqlayout->addMultiCellWidget( mAddButton, 1, 1, 0, 1 ); layout->addMultiCellWidget( mAddButton, 1, 1, 0, 1 );
mRemoveButton = new TQPushButton( i18n( "Remove" ), this ); mRemoveButton = new TQPushButton( i18n( "Remove" ), this );
mRemoveButton->setEnabled( false ); mRemoveButton->setEnabled( false );
tqlayout->addMultiCellWidget( mRemoveButton, 2, 2, 0, 1 ); layout->addMultiCellWidget( mRemoveButton, 2, 2, 0, 1 );
mExportButton = new TQPushButton( i18n( "Export..." ), this ); mExportButton = new TQPushButton( i18n( "Export..." ), this );
mExportButton->setEnabled( false ); mExportButton->setEnabled( false );
tqlayout->addMultiCellWidget( mExportButton, 3, 3, 0, 1 ); layout->addMultiCellWidget( mExportButton, 3, 3, 0, 1 );
connect( mAddButton, TQT_SIGNAL( clicked() ), TQT_SLOT( addKey() ) ); connect( mAddButton, TQT_SIGNAL( clicked() ), TQT_SLOT( addKey() ) );
connect( mRemoveButton, TQT_SIGNAL( clicked() ), TQT_SLOT( removeKey() ) ); connect( mRemoveButton, TQT_SIGNAL( clicked() ), TQT_SLOT( removeKey() ) );

@ -153,7 +153,7 @@ LDAPSearchDialog::LDAPSearchDialog( KABC::AddressBook *ab, KABCore *core,
groupBox->setFrameShape( TQGroupBox::Box ); groupBox->setFrameShape( TQGroupBox::Box );
groupBox->setFrameShadow( TQGroupBox::Sunken ); groupBox->setFrameShadow( TQGroupBox::Sunken );
groupBox->setColumnLayout( 0, Qt::Vertical ); groupBox->setColumnLayout( 0, Qt::Vertical );
TQGridLayout *boxLayout = new TQGridLayout( groupBox->tqlayout(), 2, TQGridLayout *boxLayout = new TQGridLayout( groupBox->layout(), 2,
5, spacingHint() ); 5, spacingHint() );
boxLayout->setColStretch( 1, 1 ); boxLayout->setColStretch( 1, 1 );

@ -51,71 +51,71 @@ NameEditDialog::NameEditDialog( const KABC::Addressee &addr, int type,
Ok, parent, name, true ), mAddressee( addr ) Ok, parent, name, true ), mAddressee( addr )
{ {
TQWidget *page = plainPage(); TQWidget *page = plainPage();
TQGridLayout *tqlayout = new TQGridLayout( page ); TQGridLayout *layout = new TQGridLayout( page );
tqlayout->setSpacing( spacingHint() ); layout->setSpacing( spacingHint() );
tqlayout->addColSpacing( 2, 100 ); layout->addColSpacing( 2, 100 );
TQLabel *label; TQLabel *label;
label = new TQLabel( i18n( "Honorific prefixes:" ), page ); label = new TQLabel( i18n( "Honorific prefixes:" ), page );
tqlayout->addWidget( label, 0, 0 ); layout->addWidget( label, 0, 0 );
mPrefixCombo = new KComboBox( page ); mPrefixCombo = new KComboBox( page );
mPrefixCombo->setDuplicatesEnabled( false ); mPrefixCombo->setDuplicatesEnabled( false );
mPrefixCombo->setEditable( true ); mPrefixCombo->setEditable( true );
mPrefixCombo->setEnabled( !readOnly ); mPrefixCombo->setEnabled( !readOnly );
label->setBuddy( mPrefixCombo ); label->setBuddy( mPrefixCombo );
tqlayout->addMultiCellWidget( mPrefixCombo, 0, 0, 1, 2 ); layout->addMultiCellWidget( mPrefixCombo, 0, 0, 1, 2 );
TQWhatsThis::add( mPrefixCombo, i18n( "The predefined honorific prefixes can be extended in the settings dialog." ) ); TQWhatsThis::add( mPrefixCombo, i18n( "The predefined honorific prefixes can be extended in the settings dialog." ) );
label = new TQLabel( i18n( "Given name:" ), page ); label = new TQLabel( i18n( "Given name:" ), page );
tqlayout->addWidget( label, 1, 0 ); layout->addWidget( label, 1, 0 );
mGivenNameEdit = new KLineEdit( page ); mGivenNameEdit = new KLineEdit( page );
mGivenNameEdit->setReadOnly( readOnly ); mGivenNameEdit->setReadOnly( readOnly );
label->setBuddy( mGivenNameEdit ); label->setBuddy( mGivenNameEdit );
tqlayout->addMultiCellWidget( mGivenNameEdit, 1, 1, 1, 2 ); layout->addMultiCellWidget( mGivenNameEdit, 1, 1, 1, 2 );
label = new TQLabel( i18n( "Additional names:" ), page ); label = new TQLabel( i18n( "Additional names:" ), page );
tqlayout->addWidget( label, 2, 0 ); layout->addWidget( label, 2, 0 );
mAdditionalNameEdit = new KLineEdit( page ); mAdditionalNameEdit = new KLineEdit( page );
mAdditionalNameEdit->setReadOnly( readOnly ); mAdditionalNameEdit->setReadOnly( readOnly );
label->setBuddy( mAdditionalNameEdit ); label->setBuddy( mAdditionalNameEdit );
tqlayout->addMultiCellWidget( mAdditionalNameEdit, 2, 2, 1, 2 ); layout->addMultiCellWidget( mAdditionalNameEdit, 2, 2, 1, 2 );
label = new TQLabel( i18n( "Family names:" ), page ); label = new TQLabel( i18n( "Family names:" ), page );
tqlayout->addWidget( label, 3, 0 ); layout->addWidget( label, 3, 0 );
mFamilyNameEdit = new KLineEdit( page ); mFamilyNameEdit = new KLineEdit( page );
mFamilyNameEdit->setReadOnly( readOnly ); mFamilyNameEdit->setReadOnly( readOnly );
label->setBuddy( mFamilyNameEdit ); label->setBuddy( mFamilyNameEdit );
tqlayout->addMultiCellWidget( mFamilyNameEdit, 3, 3, 1, 2 ); layout->addMultiCellWidget( mFamilyNameEdit, 3, 3, 1, 2 );
label = new TQLabel( i18n( "Honorific suffixes:" ), page ); label = new TQLabel( i18n( "Honorific suffixes:" ), page );
tqlayout->addWidget( label, 4, 0 ); layout->addWidget( label, 4, 0 );
mSuffixCombo = new KComboBox( page ); mSuffixCombo = new KComboBox( page );
mSuffixCombo->setDuplicatesEnabled( false ); mSuffixCombo->setDuplicatesEnabled( false );
mSuffixCombo->setEditable( true ); mSuffixCombo->setEditable( true );
mSuffixCombo->setEnabled( !readOnly ); mSuffixCombo->setEnabled( !readOnly );
label->setBuddy( mSuffixCombo ); label->setBuddy( mSuffixCombo );
tqlayout->addMultiCellWidget( mSuffixCombo, 4, 4, 1, 2 ); layout->addMultiCellWidget( mSuffixCombo, 4, 4, 1, 2 );
TQWhatsThis::add( mSuffixCombo, i18n( "The predefined honorific suffixes can be extended in the settings dialog." ) ); TQWhatsThis::add( mSuffixCombo, i18n( "The predefined honorific suffixes can be extended in the settings dialog." ) );
label = new TQLabel( i18n( "Formatted name:" ), page ); label = new TQLabel( i18n( "Formatted name:" ), page );
tqlayout->addWidget( label, 5, 0 ); layout->addWidget( label, 5, 0 );
mFormattedNameCombo = new KComboBox( page ); mFormattedNameCombo = new KComboBox( page );
mFormattedNameCombo->setEnabled( !readOnly ); mFormattedNameCombo->setEnabled( !readOnly );
tqlayout->addWidget( mFormattedNameCombo, 5, 1 ); layout->addWidget( mFormattedNameCombo, 5, 1 );
connect( mFormattedNameCombo, TQT_SIGNAL( activated( int ) ), TQT_SLOT( typeChanged( int ) ) ); connect( mFormattedNameCombo, TQT_SIGNAL( activated( int ) ), TQT_SLOT( typeChanged( int ) ) );
mFormattedNameEdit = new KLineEdit( page ); mFormattedNameEdit = new KLineEdit( page );
mFormattedNameEdit->setEnabled( type == CustomName && !readOnly ); mFormattedNameEdit->setEnabled( type == CustomName && !readOnly );
tqlayout->addWidget( mFormattedNameEdit, 5, 2 ); layout->addWidget( mFormattedNameEdit, 5, 2 );
mParseBox = new TQCheckBox( i18n( "Parse name automatically" ), page ); mParseBox = new TQCheckBox( i18n( "Parse name automatically" ), page );
mParseBox->setEnabled( !readOnly ); mParseBox->setEnabled( !readOnly );
connect( mParseBox, TQT_SIGNAL( toggled(bool) ), TQT_SLOT( parseBoxChanged(bool) ) ); connect( mParseBox, TQT_SIGNAL( toggled(bool) ), TQT_SLOT( parseBoxChanged(bool) ) );
connect( mParseBox, TQT_SIGNAL( toggled(bool) ), TQT_SLOT( modified() ) ); connect( mParseBox, TQT_SIGNAL( toggled(bool) ), TQT_SLOT( modified() ) );
tqlayout->addMultiCellWidget( mParseBox, 6, 6, 0, 1 ); layout->addMultiCellWidget( mParseBox, 6, 6, 0, 1 );
// Fill in the values // Fill in the values
mFamilyNameEdit->setText( addr.familyName() ); mFamilyNameEdit->setText( addr.familyName() );

@ -129,13 +129,13 @@ void PhoneTypeCombo::otherSelected()
PhoneNumberWidget::PhoneNumberWidget( TQWidget *parent ) PhoneNumberWidget::PhoneNumberWidget( TQWidget *parent )
: TQWidget( parent ) : TQWidget( parent )
{ {
TQHBoxLayout *tqlayout = new TQHBoxLayout( this, 6, 11 ); TQHBoxLayout *layout = new TQHBoxLayout( this, 6, 11 );
mTypeCombo = new PhoneTypeCombo( this ); mTypeCombo = new PhoneTypeCombo( this );
mNumberEdit = new KLineEdit( this ); mNumberEdit = new KLineEdit( this );
tqlayout->addWidget( mTypeCombo ); layout->addWidget( mTypeCombo );
tqlayout->addWidget( mNumberEdit ); layout->addWidget( mNumberEdit );
connect( mTypeCombo, TQT_SIGNAL( modified() ), TQT_SIGNAL( modified() ) ); connect( mTypeCombo, TQT_SIGNAL( modified() ), TQT_SIGNAL( modified() ) );
connect( mNumberEdit, TQT_SIGNAL( textChanged( const TQString& ) ), TQT_SIGNAL( modified() ) ); connect( mNumberEdit, TQT_SIGNAL( textChanged( const TQString& ) ), TQT_SIGNAL( modified() ) );
@ -169,19 +169,19 @@ void PhoneNumberWidget::setReadOnly( bool readOnly )
PhoneEditWidget::PhoneEditWidget( TQWidget *parent, const char *name ) PhoneEditWidget::PhoneEditWidget( TQWidget *parent, const char *name )
: TQWidget( parent, name ), mReadOnly( false ) : TQWidget( parent, name ), mReadOnly( false )
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 2, 2 ); TQGridLayout *layout = new TQGridLayout( this, 2, 2 );
tqlayout->setSpacing( KDialog::spacingHint() ); layout->setSpacing( KDialog::spacingHint() );
mWidgetLayout = new TQVBoxLayout( tqlayout ); mWidgetLayout = new TQVBoxLayout( layout );
tqlayout->addMultiCellLayout( mWidgetLayout, 0, 0, 0, 1 ); layout->addMultiCellLayout( mWidgetLayout, 0, 0, 0, 1 );
mAddButton = new TQPushButton( i18n( "Add" ), this ); mAddButton = new TQPushButton( i18n( "Add" ), this );
mAddButton->setMaximumSize( mAddButton->sizeHint() ); mAddButton->setMaximumSize( mAddButton->sizeHint() );
tqlayout->addWidget( mAddButton, 1, 0, TQt::AlignRight ); layout->addWidget( mAddButton, 1, 0, TQt::AlignRight );
mRemoveButton = new TQPushButton( i18n( "Remove" ), this ); mRemoveButton = new TQPushButton( i18n( "Remove" ), this );
mRemoveButton->setMaximumSize( mRemoveButton->sizeHint() ); mRemoveButton->setMaximumSize( mRemoveButton->sizeHint() );
tqlayout->addWidget( mRemoveButton, 1, 1 ); layout->addWidget( mRemoveButton, 1, 1 );
mMapper = new TQSignalMapper( TQT_TQOBJECT(this) ); mMapper = new TQSignalMapper( TQT_TQOBJECT(this) );
connect( mMapper, TQT_SIGNAL( mapped( int ) ), TQT_SLOT( changed( int ) ) ); connect( mMapper, TQT_SIGNAL( mapped( int ) ), TQT_SLOT( changed( int ) ) );
@ -298,13 +298,13 @@ PhoneTypeDialog::PhoneTypeDialog( int type, TQWidget *parent )
{ {
TQWidget *page = plainPage(); TQWidget *page = plainPage();
TQVBoxLayout *tqlayout = new TQVBoxLayout( page, spacingHint() ); TQVBoxLayout *layout = new TQVBoxLayout( page, spacingHint() );
mPreferredBox = new TQCheckBox( i18n( "This is the preferred phone number" ), page ); mPreferredBox = new TQCheckBox( i18n( "This is the preferred phone number" ), page );
tqlayout->addWidget( mPreferredBox ); layout->addWidget( mPreferredBox );
mGroup = new TQButtonGroup( 2, Qt::Horizontal, i18n( "Types" ), page ); mGroup = new TQButtonGroup( 2, Qt::Horizontal, i18n( "Types" ), page );
tqlayout->addWidget( mGroup ); layout->addWidget( mGroup );
// fill widgets // fill widgets
mTypeList = KABC::PhoneNumber::typeList(); mTypeList = KABC::PhoneNumber::typeList();

@ -112,8 +112,8 @@ DetailledPrintStyle::DetailledPrintStyle( PrintingWizard *parent, const char *na
mPageAppearance->kcbHeaderTextColor->setColor( mPageAppearance->kcbHeaderTextColor->setColor(
config->readColorEntry( ContactHeaderForeColor, &TQt::white ) ); config->readColorEntry( ContactHeaderForeColor, &TQt::white ) );
mPageAppearance->tqlayout()->setMargin( KDialog::marginHint() ); mPageAppearance->layout()->setMargin( KDialog::marginHint() );
mPageAppearance->tqlayout()->setSpacing( KDialog::spacingHint() ); mPageAppearance->layout()->setSpacing( KDialog::spacingHint() );
} }
DetailledPrintStyle::~DetailledPrintStyle() DetailledPrintStyle::~DetailledPrintStyle()

@ -172,7 +172,7 @@ bool KABEntryPainter::printAddressee( const KABC::Addressee &addr,
KABC::Address address; KABC::Address address;
// this is used to prepare some fields for printing and decide about // this is used to prepare some fields for printing and decide about
// the tqlayout later: // the layout later:
TQValueList<TQStringList> parts; TQValueList<TQStringList> parts;
TQValueList<TQRectList*> contents; TQValueList<TQRectList*> contents;

@ -52,10 +52,10 @@ SelectionPage::SelectionPage( TQWidget* parent, const char* name )
mButtonGroup = new TQButtonGroup( this ); mButtonGroup = new TQButtonGroup( this );
mButtonGroup->setFrameShape( TQButtonGroup::NoFrame ); mButtonGroup->setFrameShape( TQButtonGroup::NoFrame );
mButtonGroup->setColumnLayout( 0, Qt::Vertical ); mButtonGroup->setColumnLayout( 0, Qt::Vertical );
mButtonGroup->tqlayout()->setSpacing( KDialog::spacingHint() ); mButtonGroup->layout()->setSpacing( KDialog::spacingHint() );
mButtonGroup->tqlayout()->setMargin( KDialog::marginHint() ); mButtonGroup->layout()->setMargin( KDialog::marginHint() );
TQGridLayout *groupLayout = new TQGridLayout( mButtonGroup->tqlayout() ); TQGridLayout *groupLayout = new TQGridLayout( mButtonGroup->layout() );
groupLayout->setAlignment( TQt::AlignTop ); groupLayout->setAlignment( TQt::AlignTop );
mUseWholeBook = new TQRadioButton( i18n( "&All contacts" ), mButtonGroup ); mUseWholeBook = new TQRadioButton( i18n( "&All contacts" ), mButtonGroup );

@ -122,7 +122,7 @@ void StylePage::initGUI()
TQButtonGroup *group = new TQButtonGroup( i18n( "Sorting" ), this ); TQButtonGroup *group = new TQButtonGroup( i18n( "Sorting" ), this );
group->setColumnLayout( 0, Qt::Vertical ); group->setColumnLayout( 0, Qt::Vertical );
TQGridLayout *sortLayout = new TQGridLayout( group->tqlayout(), 2, 2, TQGridLayout *sortLayout = new TQGridLayout( group->layout(), 2, 2,
KDialog::spacingHint() ); KDialog::spacingHint() );
sortLayout->setAlignment( TQt::AlignTop ); sortLayout->setAlignment( TQt::AlignTop );
@ -142,7 +142,7 @@ void StylePage::initGUI()
group = new TQButtonGroup( i18n( "Print Style" ), this ); group = new TQButtonGroup( i18n( "Print Style" ), this );
group->setColumnLayout( 0, Qt::Vertical ); group->setColumnLayout( 0, Qt::Vertical );
TQVBoxLayout *styleLayout = new TQVBoxLayout( group->tqlayout(), TQVBoxLayout *styleLayout = new TQVBoxLayout( group->layout(),
KDialog::spacingHint() ); KDialog::spacingHint() );
mStyleCombo = new KComboBox( false, group ); mStyleCombo = new KComboBox( false, group );

@ -32,10 +32,10 @@
SecrecyWidget::SecrecyWidget( TQWidget *parent, const char *name ) SecrecyWidget::SecrecyWidget( TQWidget *parent, const char *name )
: TQWidget( parent, name ) : TQWidget( parent, name )
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( this, KDialog::marginHint(), TQVBoxLayout *layout = new TQVBoxLayout( this, KDialog::marginHint(),
KDialog::spacingHint() ); KDialog::spacingHint() );
mSecrecyCombo = new KComboBox( this ); mSecrecyCombo = new KComboBox( this );
tqlayout->addWidget( mSecrecyCombo ); layout->addWidget( mSecrecyCombo );
const KABC::Secrecy::TypeList list = KABC::Secrecy::typeList(); const KABC::Secrecy::TypeList list = KABC::Secrecy::typeList();
KABC::Secrecy::TypeList::ConstIterator it; KABC::Secrecy::TypeList::ConstIterator it;

@ -261,7 +261,7 @@ void CutCommand::unexecute()
mAddresseeList.clear(); mAddresseeList.clear();
TQClipboard *cb = TQApplication::tqclipboard(); TQClipboard *cb = TQApplication::clipboard();
kapp->processEvents(); kapp->processEvents();
cb->setText( mOldText ); cb->setText( mOldText );
} }
@ -289,7 +289,7 @@ void CutCommand::execute()
// Convert to clipboard // Convert to clipboard
mClipText = AddresseeUtil::addresseesToClipboard( mAddresseeList ); mClipText = AddresseeUtil::addresseesToClipboard( mAddresseeList );
TQClipboard *cb = TQApplication::tqclipboard(); TQClipboard *cb = TQApplication::clipboard();
mOldText = cb->text(); mOldText = cb->text();
kapp->processEvents(); kapp->processEvents();
#if defined(KABC_VCARD_ENCODING_FIX) #if defined(KABC_VCARD_ENCODING_FIX)

@ -601,9 +601,9 @@ void ViewManager::initActions()
void ViewManager::initGUI() void ViewManager::initGUI()
{ {
TQHBoxLayout *tqlayout = new TQHBoxLayout( this ); TQHBoxLayout *layout = new TQHBoxLayout( this );
mViewWidgetStack = new TQWidgetStack( this ); mViewWidgetStack = new TQWidgetStack( this );
tqlayout->addWidget( mViewWidgetStack ); layout->addWidget( mViewWidgetStack );
} }
#include "viewmanager.moc" #include "viewmanager.moc"

@ -316,7 +316,7 @@ void CardViewItem::paintCard( TQPainter *p, TQColorGroup &cg )
// if we are the current item and the view has focus, draw focus rect // if we are the current item and the view has focus, draw focus rect
if ( mView->currentItem() == this && mView->hasFocus() ) { if ( mView->currentItem() == this && mView->hasFocus() ) {
mView->tqstyle().tqdrawPrimitive( TQStyle::PE_FocusRect, p, mView->style().tqdrawPrimitive( TQStyle::PE_FocusRect, p,
TQRect( 0, 0, mView->itemWidth(), h + (2 * mg) ), cg, TQRect( 0, 0, mView->itemWidth(), h + (2 * mg) ), cg,
TQStyle::Style_FocusAtBorder, TQStyle::Style_FocusAtBorder,
TQStyleOption( isSelected() ? cg.highlight() : cg.base() ) ); TQStyleOption( isSelected() ? cg.highlight() : cg.base() ) );
@ -843,7 +843,7 @@ void CardView::drawContents( TQPainter *p, int clipx, int clipy,
calcLayout(); calcLayout();
// allow setting costum colors in the viewport pale // allow setting costum colors in the viewport pale
TQColorGroup cg = viewport()->tqpalette().active(); TQColorGroup cg = viewport()->palette().active();
TQRect clipRect( clipx, clipy, clipw, cliph ); TQRect clipRect( clipx, clipy, clipw, cliph );
TQRect cardRect; TQRect cardRect;
@ -893,7 +893,7 @@ void CardView::resizeEvent( TQResizeEvent *event )
void CardView::calcLayout() void CardView::calcLayout()
{ {
// Start in the upper left corner and tqlayout all the // Start in the upper left corner and layout all the
// cars using their height and width // cars using their height and width
int maxWidth = 0; int maxWidth = 0;
int maxHeight = 0; int maxHeight = 0;

@ -516,7 +516,7 @@ class CardView : public TQScrollView
void drawContents( TQPainter *p, int clipx, int clipy, int clipw, int cliph ); void drawContents( TQPainter *p, int clipx, int clipy, int clipw, int cliph );
/** /**
Sets the tqlayout to dirty and repaints. Sets the layout to dirty and repaints.
*/ */
void resizeEvent( TQResizeEvent* ); void resizeEvent( TQResizeEvent* );
@ -526,13 +526,13 @@ class CardView : public TQScrollView
void contentsWheelEvent( TQWheelEvent* ); void contentsWheelEvent( TQWheelEvent* );
/** /**
Sets the tqlayout to dirty and calls for a repaint. Sets the layout to dirty and calls for a repaint.
*/ */
void setLayoutDirty( bool dirty ); void setLayoutDirty( bool dirty );
/** /**
Does the math based on the bounding rect of the cards to properly Does the math based on the bounding rect of the cards to properly
lay the cards out on the screen. This is only done if the tqlayout is lay the cards out on the screen. This is only done if the layout is
marked as dirty. marked as dirty.
*/ */
void calcLayout(); void calcLayout();

@ -120,7 +120,7 @@ void CardViewLookNFeelPage::restoreSettings( KConfig *config )
cbEnableCustomFonts->setChecked( config->readBoolEntry( "EnableCustomFonts", false ) ); cbEnableCustomFonts->setChecked( config->readBoolEntry( "EnableCustomFonts", false ) );
enableFonts(); enableFonts();
// tqlayout // layout
sbMargin->setValue( config->readNumEntry( "ItemMargin", 0 ) ); sbMargin->setValue( config->readNumEntry( "ItemMargin", 0 ) );
sbSpacing->setValue( config->readNumEntry( "ItemSpacing", 10 ) ); sbSpacing->setValue( config->readNumEntry( "ItemSpacing", 10 ) );
sbSepWidth->setValue( config->readNumEntry( "SeparatorWidth", 2 ) ); sbSepWidth->setValue( config->readNumEntry( "SeparatorWidth", 2 ) );
@ -152,7 +152,7 @@ void CardViewLookNFeelPage::saveSettings( KConfig *config )
config->writeEntry( "TextFont", lTextFont->font() ); config->writeEntry( "TextFont", lTextFont->font() );
config->writeEntry( "HeaderFont", lHeaderFont->font() ); config->writeEntry( "HeaderFont", lHeaderFont->font() );
} }
// tqlayout // layout
config->writeEntry( "ItemMargin", sbMargin->value() ); config->writeEntry( "ItemMargin", sbMargin->value() );
config->writeEntry( "ItemSpacing", sbSpacing->value() ); config->writeEntry( "ItemSpacing", sbSpacing->value() );
config->writeEntry( "SeparatorWidth", sbSepWidth->value() ); config->writeEntry( "SeparatorWidth", sbSepWidth->value() );

@ -111,11 +111,11 @@ void LookAndFeelPage::saveSettings( KConfig *config )
void LookAndFeelPage::initGUI() void LookAndFeelPage::initGUI()
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout(this, 0, KDialogBase::spacingHint()); TQVBoxLayout *layout = new TQVBoxLayout(this, 0, KDialogBase::spacingHint());
TQButtonGroup *group = new TQButtonGroup(1, Qt::Horizontal, TQButtonGroup *group = new TQButtonGroup(1, Qt::Horizontal,
i18n("Row Separator"), this); i18n("Row Separator"), this);
tqlayout->addWidget(group); layout->addWidget(group);
mAlternateButton = new TQRadioButton(i18n("Alternating backgrounds"), mAlternateButton = new TQRadioButton(i18n("Alternating backgrounds"),
group, "mAlternateButton"); group, "mAlternateButton");
@ -124,7 +124,7 @@ void LookAndFeelPage::initGUI()
// Background Checkbox/Selector // Background Checkbox/Selector
TQHBoxLayout *backgroundLayout = new TQHBoxLayout(); TQHBoxLayout *backgroundLayout = new TQHBoxLayout();
tqlayout->addLayout(backgroundLayout); layout->addLayout(backgroundLayout);
mBackgroundBox = new TQCheckBox(i18n("Enable background image:"), this, mBackgroundBox = new TQCheckBox(i18n("Enable background image:"), this,
"mBackgroundBox"); "mBackgroundBox");
@ -141,10 +141,10 @@ void LookAndFeelPage::initGUI()
// ToolTip Checkbox // ToolTip Checkbox
mToolTipBox = new TQCheckBox(i18n("Enable contact tooltips"), this, mToolTipBox = new TQCheckBox(i18n("Enable contact tooltips"), this,
"mToolTipBox"); "mToolTipBox");
tqlayout->addWidget(mToolTipBox); layout->addWidget(mToolTipBox);
#if KDE_IS_VERSION(3,2,90) #if KDE_IS_VERSION(3,2,90)
mIMPresenceBox = new TQCheckBox( i18n( "Show instant messaging presence" ), this, "mIMPresenceBox" ); mIMPresenceBox = new TQCheckBox( i18n( "Show instant messaging presence" ), this, "mIMPresenceBox" );
tqlayout->addWidget( mIMPresenceBox ); layout->addWidget( mIMPresenceBox );
#endif #endif
} }

@ -149,11 +149,11 @@ KAddressBookCardView::KAddressBookCardView( KAB::Core *core,
{ {
mShowEmptyFields = false; mShowEmptyFields = false;
TQVBoxLayout *tqlayout = new TQVBoxLayout( viewWidget() ); TQVBoxLayout *layout = new TQVBoxLayout( viewWidget() );
mCardView = new AddresseeCardView( viewWidget(), "mCardView" ); mCardView = new AddresseeCardView( viewWidget(), "mCardView" );
mCardView->setSelectionMode( CardView::Extended ); mCardView->setSelectionMode( CardView::Extended );
tqlayout->addWidget( mCardView ); layout->addWidget( mCardView );
// Connect up the signals // Connect up the signals
connect( mCardView, TQT_SIGNAL( executed( CardViewItem* ) ), connect( mCardView, TQT_SIGNAL( executed( CardViewItem* ) ),

@ -139,10 +139,10 @@ KAddressBookIconView::KAddressBookIconView( KAB::Core *core,
TQWidget *parent, const char *name) TQWidget *parent, const char *name)
: KAddressBookView( core, parent, name ) : KAddressBookView( core, parent, name )
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( viewWidget() ); TQVBoxLayout *layout = new TQVBoxLayout( viewWidget() );
mIconView = new AddresseeIconView( viewWidget(), "mIconView" ); mIconView = new AddresseeIconView( viewWidget(), "mIconView" );
tqlayout->addWidget( mIconView ); layout->addWidget( mIconView );
// Connect up the signals // Connect up the signals
connect( mIconView, TQT_SIGNAL( executed( TQIconViewItem* ) ), connect( mIconView, TQT_SIGNAL( executed( TQIconViewItem* ) ),

@ -210,7 +210,7 @@ void KAddressBookTableView::readConfig( KConfig *config )
if ( config->readBoolEntry( "Background", false ) ) if ( config->readBoolEntry( "Background", false ) )
mListView->setBackgroundPixmap( config->readPathEntry( "BackgroundName" ) ); mListView->setBackgroundPixmap( config->readPathEntry( "BackgroundName" ) );
// Restore the tqlayout of the listview // Restore the layout of the listview
mListView->restoreLayout( config, config->group() ); mListView->restoreLayout( config, config->group() );
} }

@ -367,7 +367,7 @@ void CSVImportDialog::initGUI()
{ {
mPage = plainPage(); mPage = plainPage();
TQGridLayout *tqlayout = new TQGridLayout( mPage, 1, 1, marginHint(), TQGridLayout *layout = new TQGridLayout( mPage, 1, 1, marginHint(),
spacingHint() ); spacingHint() );
TQHBoxLayout *hbox = new TQHBoxLayout(); TQHBoxLayout *hbox = new TQHBoxLayout();
hbox->setSpacing( spacingHint() ); hbox->setSpacing( spacingHint() );
@ -379,16 +379,16 @@ void CSVImportDialog::initGUI()
mUrlRequester->setFilter( "*.csv" ); mUrlRequester->setFilter( "*.csv" );
hbox->addWidget( mUrlRequester ); hbox->addWidget( mUrlRequester );
tqlayout->addMultiCellLayout( hbox, 0, 0, 0, 4 ); layout->addMultiCellLayout( hbox, 0, 0, 0, 4 );
// Delimiter: comma, semicolon, tab, space, other // Delimiter: comma, semicolon, tab, space, other
mDelimiterBox = new TQButtonGroup( i18n( "Delimiter" ), mPage ); mDelimiterBox = new TQButtonGroup( i18n( "Delimiter" ), mPage );
mDelimiterBox->setColumnLayout( 0, Qt::Vertical ); mDelimiterBox->setColumnLayout( 0, Qt::Vertical );
mDelimiterBox->tqlayout()->setSpacing( spacingHint() ); mDelimiterBox->layout()->setSpacing( spacingHint() );
mDelimiterBox->tqlayout()->setMargin( marginHint() ); mDelimiterBox->layout()->setMargin( marginHint() );
TQGridLayout *delimiterLayout = new TQGridLayout( mDelimiterBox->tqlayout() ); TQGridLayout *delimiterLayout = new TQGridLayout( mDelimiterBox->layout() );
delimiterLayout->setAlignment( TQt::AlignTop ); delimiterLayout->setAlignment( TQt::AlignTop );
tqlayout->addMultiCellWidget( mDelimiterBox, 1, 4, 0, 0 ); layout->addMultiCellWidget( mDelimiterBox, 1, 4, 0, 0 );
mRadioComma = new TQRadioButton( i18n( "Comma" ), mDelimiterBox ); mRadioComma = new TQRadioButton( i18n( "Comma" ), mDelimiterBox );
mRadioComma->setChecked( true ); mRadioComma->setChecked( true );
@ -411,13 +411,13 @@ void CSVImportDialog::initGUI()
mComboLine = new TQComboBox( false, mPage ); mComboLine = new TQComboBox( false, mPage );
mComboLine->insertItem( i18n( "1" ) ); mComboLine->insertItem( i18n( "1" ) );
tqlayout->addWidget( mComboLine, 2, 3 ); layout->addWidget( mComboLine, 2, 3 );
mComboQuote = new TQComboBox( false, mPage ); mComboQuote = new TQComboBox( false, mPage );
mComboQuote->insertItem( i18n( "\"" ), 0 ); mComboQuote->insertItem( i18n( "\"" ), 0 );
mComboQuote->insertItem( i18n( "'" ), 1 ); mComboQuote->insertItem( i18n( "'" ), 1 );
mComboQuote->insertItem( i18n( "None" ), 2 ); mComboQuote->insertItem( i18n( "None" ), 2 );
tqlayout->addWidget( mComboQuote, 2, 2 ); layout->addWidget( mComboQuote, 2, 2 );
mDatePatternEdit = new TQLineEdit( mPage ); mDatePatternEdit = new TQLineEdit( mPage );
mDatePatternEdit->setText( "Y-M-D" ); // ISO 8601 format as default mDatePatternEdit->setText( "Y-M-D" ); // ISO 8601 format as default
@ -427,28 +427,28 @@ void CSVImportDialog::initGUI()
"<li>M: month with 2 digits</li>" "<li>M: month with 2 digits</li>"
"<li>d: day with 1 or 2 digits</li>" "<li>d: day with 1 or 2 digits</li>"
"<li>D: day with 2 digits</li></ul>" ) ); "<li>D: day with 2 digits</li></ul>" ) );
tqlayout->addWidget( mDatePatternEdit, 2, 4 ); layout->addWidget( mDatePatternEdit, 2, 4 );
label = new TQLabel( i18n( "Start at line:" ), mPage ); label = new TQLabel( i18n( "Start at line:" ), mPage );
tqlayout->addWidget( label, 1, 3 ); layout->addWidget( label, 1, 3 );
label = new TQLabel( i18n( "Textquote:" ), mPage ); label = new TQLabel( i18n( "Textquote:" ), mPage );
tqlayout->addWidget( label, 1, 2 ); layout->addWidget( label, 1, 2 );
label = new TQLabel( i18n( "Date format:" ), mPage ); label = new TQLabel( i18n( "Date format:" ), mPage );
tqlayout->addWidget( label, 1, 4 ); layout->addWidget( label, 1, 4 );
mIgnoreDuplicates = new TQCheckBox( mPage ); mIgnoreDuplicates = new TQCheckBox( mPage );
mIgnoreDuplicates->setText( i18n( "Ignore duplicate delimiters" ) ); mIgnoreDuplicates->setText( i18n( "Ignore duplicate delimiters" ) );
tqlayout->addMultiCellWidget( mIgnoreDuplicates, 3, 3, 2, 4 ); layout->addMultiCellWidget( mIgnoreDuplicates, 3, 3, 2, 4 );
mCodecCombo = new TQComboBox( mPage ); mCodecCombo = new TQComboBox( mPage );
tqlayout->addMultiCellWidget( mCodecCombo, 4, 4, 2, 4 ); layout->addMultiCellWidget( mCodecCombo, 4, 4, 2, 4 );
mTable = new TQTable( 0, 0, mPage ); mTable = new TQTable( 0, 0, mPage );
mTable->setSelectionMode( TQTable::NoSelection ); mTable->setSelectionMode( TQTable::NoSelection );
mTable->horizontalHeader()->hide(); mTable->horizontalHeader()->hide();
tqlayout->addMultiCellWidget( mTable, 5, 5, 0, 4 ); layout->addMultiCellWidget( mTable, 5, 5, 0, 4 );
setButtonText( User1, i18n( "Apply Template..." ) ); setButtonText( User1, i18n( "Apply Template..." ) );
setButtonText( User2, i18n( "Save Template..." ) ); setButtonText( User2, i18n( "Save Template..." ) );

@ -471,18 +471,18 @@ VCardViewerDialog::VCardViewerDialog( const KABC::Addressee::List &list,
mContacts( list ) mContacts( list )
{ {
TQFrame *page = plainPage(); TQFrame *page = plainPage();
TQVBoxLayout *tqlayout = new TQVBoxLayout( page, marginHint(), spacingHint() ); TQVBoxLayout *layout = new TQVBoxLayout( page, marginHint(), spacingHint() );
TQLabel *label = new TQLabel( i18n( "Do you want to import this contact in your address book?" ), page ); TQLabel *label = new TQLabel( i18n( "Do you want to import this contact in your address book?" ), page );
TQFont font = label->font(); TQFont font = label->font();
font.setBold( true ); font.setBold( true );
label->setFont( font ); label->setFont( font );
tqlayout->addWidget( label ); layout->addWidget( label );
mView = new KPIM::AddresseeView( page ); mView = new KPIM::AddresseeView( page );
mView->enableLinks( 0 ); mView->enableLinks( 0 );
mView->setVScrollBarMode( TQScrollView::Auto ); mView->setVScrollBarMode( TQScrollView::Auto );
tqlayout->addWidget( mView ); layout->addWidget( mView );
setButtonText( Apply, i18n( "Import All..." ) ); setButtonText( Apply, i18n( "Import All..." ) );
@ -544,22 +544,22 @@ VCardExportSelectionDialog::VCardExportSelectionDialog( TQWidget *parent,
{ {
TQFrame *page = plainPage(); TQFrame *page = plainPage();
TQVBoxLayout *tqlayout = new TQVBoxLayout( page, marginHint(), spacingHint() ); TQVBoxLayout *layout = new TQVBoxLayout( page, marginHint(), spacingHint() );
TQLabel *label = new TQLabel( i18n( "Select the fields which shall be exported in the vCard." ), page ); TQLabel *label = new TQLabel( i18n( "Select the fields which shall be exported in the vCard." ), page );
tqlayout->addWidget( label ); layout->addWidget( label );
mPrivateBox = new TQCheckBox( i18n( "Private fields" ), page ); mPrivateBox = new TQCheckBox( i18n( "Private fields" ), page );
tqlayout->addWidget( mPrivateBox ); layout->addWidget( mPrivateBox );
mBusinessBox = new TQCheckBox( i18n( "Business fields" ), page ); mBusinessBox = new TQCheckBox( i18n( "Business fields" ), page );
tqlayout->addWidget( mBusinessBox ); layout->addWidget( mBusinessBox );
mOtherBox = new TQCheckBox( i18n( "Other fields" ), page ); mOtherBox = new TQCheckBox( i18n( "Other fields" ), page );
tqlayout->addWidget( mOtherBox ); layout->addWidget( mOtherBox );
mEncryptionKeys = new TQCheckBox( i18n( "Encryption keys" ), page ); mEncryptionKeys = new TQCheckBox( i18n( "Encryption keys" ), page );
tqlayout->addWidget( mEncryptionKeys ); layout->addWidget( mEncryptionKeys );
KConfig config( "kaddressbookrc" ); KConfig config( "kaddressbookrc" );
config.setGroup( "XXPortVCard" ); config.setGroup( "XXPortVCard" );

@ -187,10 +187,10 @@ void XXPortSelectDialog::initGUI()
mButtonGroup = new TQButtonGroup( i18n( "Selection" ), page ); mButtonGroup = new TQButtonGroup( i18n( "Selection" ), page );
mButtonGroup->setColumnLayout( 0, Qt::Vertical ); mButtonGroup->setColumnLayout( 0, Qt::Vertical );
mButtonGroup->tqlayout()->setSpacing( KDialog::spacingHint() ); mButtonGroup->layout()->setSpacing( KDialog::spacingHint() );
mButtonGroup->tqlayout()->setMargin( KDialog::marginHint() ); mButtonGroup->layout()->setMargin( KDialog::marginHint() );
TQGridLayout *groupLayout = new TQGridLayout( mButtonGroup->tqlayout() ); TQGridLayout *groupLayout = new TQGridLayout( mButtonGroup->layout() );
groupLayout->setAlignment( TQt::AlignTop ); groupLayout->setAlignment( TQt::AlignTop );
mUseWholeBook = new TQRadioButton( i18n( "&All contacts" ), mButtonGroup ); mUseWholeBook = new TQRadioButton( i18n( "&All contacts" ), mButtonGroup );
@ -226,7 +226,7 @@ void XXPortSelectDialog::initGUI()
TQButtonGroup *sortingGroup = new TQButtonGroup( i18n( "Sorting" ), page ); TQButtonGroup *sortingGroup = new TQButtonGroup( i18n( "Sorting" ), page );
sortingGroup->setColumnLayout( 0, Qt::Vertical ); sortingGroup->setColumnLayout( 0, Qt::Vertical );
TQGridLayout *sortLayout = new TQGridLayout( sortingGroup->tqlayout(), 2, 2, TQGridLayout *sortLayout = new TQGridLayout( sortingGroup->layout(), 2, 2,
KDialog::spacingHint() ); KDialog::spacingHint() );
sortLayout->setAlignment( TQt::AlignTop ); sortLayout->setAlignment( TQt::AlignTop );

@ -142,7 +142,7 @@ KAlarm Change Log
- Add context help for sound file fade options. - Add context help for sound file fade options.
=== Version 1.4.5 (KDE 3.5.5) --- 29 September 2006 === === Version 1.4.5 (KDE 3.5.5) --- 29 September 2006 ===
- Improve alarm edit dialogue tqlayout (Reminder controls moved to below Time box). - Improve alarm edit dialogue layout (Reminder controls moved to below Time box).
=== Version 1.4.4 --- 11 July 2006 === === Version 1.4.4 --- 11 July 2006 ===
- Use an alarm's previous deferral time interval as default for its next deferral. - Use an alarm's previous deferral time interval as default for its next deferral.
@ -261,7 +261,7 @@ KAlarm Change Log
- Fix crash when the last recurrence of an alarm is reached. - Fix crash when the last recurrence of an alarm is reached.
- Fix random limit on expired alarm discard time if stepping with spinbox buttons. - Fix random limit on expired alarm discard time if stepping with spinbox buttons.
- Fix dialog layouts for right-to-left languages. - Fix dialog layouts for right-to-left languages.
- Fix time spin box tqlayout for right-to-left languages. - Fix time spin box layout for right-to-left languages.
=== Version 1.2.2 --- 27 November 2004 === === Version 1.2.2 --- 27 November 2004 ===
- Make alarm daemon (kalarmd) exclusive to KAlarm. - Make alarm daemon (kalarmd) exclusive to KAlarm.

@ -652,7 +652,7 @@ void AlarmListViewItem::paintCell(TQPainter* painter, const TQColorGroup& cg, in
*/ */
int AlarmListViewItem::typeIconWidth(AlarmListView* v) int AlarmListViewItem::typeIconWidth(AlarmListView* v)
{ {
return iconWidth() + 2 * v->tqstyle().pixelMetric(TQStyle::PM_DefaultFrameWidth); return iconWidth() + 2 * v->style().pixelMetric(TQStyle::PM_DefaultFrameWidth);
} }
/****************************************************************************** /******************************************************************************

@ -151,7 +151,7 @@ void AlarmTimeWidget::init(int mode)
: TQString("%1\n%2\n\n%3").arg(i18n_TimeAfterPeriod()).arg(recurText).arg(TimeSpinBox::shiftWhatsThis()))); : TQString("%1\n%2\n\n%3").arg(i18n_TimeAfterPeriod()).arg(recurText).arg(TimeSpinBox::shiftWhatsThis())));
mAfterTimeRadio->setFocusWidget(mDelayTimeEdit); mAfterTimeRadio->setFocusWidget(mDelayTimeEdit);
// Set up the tqlayout, either narrow or wide // Set up the layout, either narrow or wide
if (mode & NARROW) if (mode & NARROW)
{ {
TQGridLayout* grid = new TQGridLayout(topLayout, 2, 2, KDialog::spacingHint()); TQGridLayout* grid = new TQGridLayout(topLayout, 2, 2, KDialog::spacingHint());
@ -160,10 +160,10 @@ void AlarmTimeWidget::init(int mode)
grid->addWidget(timeBox, 1, 1, TQt::AlignAuto); grid->addWidget(timeBox, 1, 1, TQt::AlignAuto);
grid->setColStretch(2, 1); grid->setColStretch(2, 1);
topLayout->addStretch(); topLayout->addStretch();
TQBoxLayout* tqlayout = new TQHBoxLayout(topLayout, KDialog::spacingHint()); TQBoxLayout* layout = new TQHBoxLayout(topLayout, KDialog::spacingHint());
tqlayout->addWidget(mAfterTimeRadio); layout->addWidget(mAfterTimeRadio);
tqlayout->addWidget(mDelayTimeEdit); layout->addWidget(mDelayTimeEdit);
tqlayout->addStretch(); layout->addStretch();
} }
else else
{ {

@ -148,30 +148,30 @@ BirthdayDlg::BirthdayDlg(TQWidget* parent)
groupLayout->addWidget(mReminder, 0, TQt::AlignAuto); groupLayout->addWidget(mReminder, 0, TQt::AlignAuto);
// Acknowledgement confirmation required - default = no confirmation // Acknowledgement confirmation required - default = no confirmation
TQHBoxLayout* tqlayout = new TQHBoxLayout(groupLayout, 2*spacingHint()); TQHBoxLayout* layout = new TQHBoxLayout(groupLayout, 2*spacingHint());
mConfirmAck = EditAlarmDlg::createConfirmAckCheckbox(group); mConfirmAck = EditAlarmDlg::createConfirmAckCheckbox(group);
tqlayout->addWidget(mConfirmAck); layout->addWidget(mConfirmAck);
tqlayout->addSpacing(2*spacingHint()); layout->addSpacing(2*spacingHint());
tqlayout->addStretch(); layout->addStretch();
if (ShellProcess::authorised()) // don't display if shell commands not allowed (e.g. kiosk mode) if (ShellProcess::authorised()) // don't display if shell commands not allowed (e.g. kiosk mode)
{ {
// Special actions button // Special actions button
mSpecialActionsButton = new SpecialActionsButton(i18n("Special Actions..."), group); mSpecialActionsButton = new SpecialActionsButton(i18n("Special Actions..."), group);
tqlayout->addWidget(mSpecialActionsButton); layout->addWidget(mSpecialActionsButton);
} }
// Late display checkbox - default = allow late display // Late display checkbox - default = allow late display
tqlayout = new TQHBoxLayout(groupLayout, 2*spacingHint()); layout = new TQHBoxLayout(groupLayout, 2*spacingHint());
mLateCancel = new LateCancelSelector(false, group); mLateCancel = new LateCancelSelector(false, group);
tqlayout->addWidget(mLateCancel); layout->addWidget(mLateCancel);
tqlayout->addStretch(); layout->addStretch();
// Sub-repetition button // Sub-repetition button
mSubRepetition = new RepetitionButton(i18n("Sub-Repetition"), false, group); mSubRepetition = new RepetitionButton(i18n("Sub-Repetition"), false, group);
mSubRepetition->set(0, 0, true, 364*24*60); mSubRepetition->set(0, 0, true, 364*24*60);
TQWhatsThis::add(mSubRepetition, i18n("Set up an additional alarm repetition")); TQWhatsThis::add(mSubRepetition, i18n("Set up an additional alarm repetition"));
tqlayout->addWidget(mSubRepetition); layout->addWidget(mSubRepetition);
// Set the values to their defaults // Set the values to their defaults
mFontColourButton->setDefaultFont(); mFontColourButton->setDefaultFont();

@ -48,14 +48,14 @@ DeferAlarmDlg::DeferAlarmDlg(const TQString& caption, const DateTime& initialDT,
TQWidget* page = new TQWidget(this); TQWidget* page = new TQWidget(this);
setMainWidget(page); setMainWidget(page);
TQVBoxLayout* tqlayout = new TQVBoxLayout(page, 0, spacingHint()); TQVBoxLayout* layout = new TQVBoxLayout(page, 0, spacingHint());
mTimeWidget = new AlarmTimeWidget(AlarmTimeWidget::DEFER_TIME, page, "timeGroup"); mTimeWidget = new AlarmTimeWidget(AlarmTimeWidget::DEFER_TIME, page, "timeGroup");
mTimeWidget->setDateTime(initialDT); mTimeWidget->setDateTime(initialDT);
mTimeWidget->setMinDateTimeIsCurrent(); mTimeWidget->setMinDateTimeIsCurrent();
connect(mTimeWidget, TQT_SIGNAL(pastMax()), TQT_SLOT(slotPastLimit())); connect(mTimeWidget, TQT_SIGNAL(pastMax()), TQT_SLOT(slotPastLimit()));
tqlayout->addWidget(mTimeWidget); layout->addWidget(mTimeWidget);
tqlayout->addSpacing(spacingHint()); layout->addSpacing(spacingHint());
setButtonWhatsThis(Ok, i18n("Defer the alarm until the specified time.")); setButtonWhatsThis(Ok, i18n("Defer the alarm until the specified time."));
setButtonWhatsThis(User1, i18n("Cancel the deferred alarm. This does not affect future recurrences.")); setButtonWhatsThis(User1, i18n("Cancel the deferred alarm. This does not affect future recurrences."));

@ -230,9 +230,9 @@ EditAlarmDlg::EditAlarmDlg(bool Template, const TQString& caption, TQWidget* par
mActionGroup = new ButtonGroup(i18n("Action"), mainPage, "actionGroup"); mActionGroup = new ButtonGroup(i18n("Action"), mainPage, "actionGroup");
connect(mActionGroup, TQT_SIGNAL(buttonSet(int)), TQT_SLOT(slotAlarmTypeChanged(int))); connect(mActionGroup, TQT_SIGNAL(buttonSet(int)), TQT_SLOT(slotAlarmTypeChanged(int)));
topLayout->addWidget(mActionGroup, 1); topLayout->addWidget(mActionGroup, 1);
TQBoxLayout* tqlayout = new TQVBoxLayout(mActionGroup, marginHint(), spacingHint()); TQBoxLayout* layout = new TQVBoxLayout(mActionGroup, marginHint(), spacingHint());
tqlayout->addSpacing(fontMetrics().lineSpacing()/2); layout->addSpacing(fontMetrics().lineSpacing()/2);
TQGridLayout* grid = new TQGridLayout(tqlayout, 1, 5); TQGridLayout* grid = new TQGridLayout(layout, 1, 5);
// Message radio button // Message radio button
mMessageRadio = new RadioButton(i18n("Te&xt"), mActionGroup, "messageButton"); mMessageRadio = new RadioButton(i18n("Te&xt"), mActionGroup, "messageButton");
@ -266,11 +266,11 @@ EditAlarmDlg::EditAlarmDlg(bool Template, const TQString& caption, TQWidget* par
grid->addWidget(mEmailRadio, 1, 6); grid->addWidget(mEmailRadio, 1, 6);
initDisplayAlarms(mActionGroup); initDisplayAlarms(mActionGroup);
tqlayout->addWidget(mDisplayAlarmsFrame); layout->addWidget(mDisplayAlarmsFrame);
initCommand(mActionGroup); initCommand(mActionGroup);
tqlayout->addWidget(mCommandFrame); layout->addWidget(mCommandFrame);
initEmail(mActionGroup); initEmail(mActionGroup);
tqlayout->addWidget(mEmailFrame); layout->addWidget(mEmailFrame);
// Deferred date/time: visible only for a deferred recurring event. // Deferred date/time: visible only for a deferred recurring event.
mDeferGroup = new TQGroupBox(1, Qt::Vertical, i18n("Deferred Alarm"), mainPage, "deferGroup"); mDeferGroup = new TQGroupBox(1, Qt::Vertical, i18n("Deferred Alarm"), mainPage, "deferGroup");
@ -285,14 +285,14 @@ EditAlarmDlg::EditAlarmDlg(bool Template, const TQString& caption, TQWidget* par
TQWhatsThis::add(mDeferChangeButton, i18n("Change the alarm's deferred time, or cancel the deferral")); TQWhatsThis::add(mDeferChangeButton, i18n("Change the alarm's deferred time, or cancel the deferral"));
mDeferGroup->addSpace(0); mDeferGroup->addSpace(0);
tqlayout = new TQHBoxLayout(topLayout); layout = new TQHBoxLayout(topLayout);
// Date and time entry // Date and time entry
if (mTemplate) if (mTemplate)
{ {
mTemplateTimeGroup = new ButtonGroup(i18n("Time"), mainPage, "templateGroup"); mTemplateTimeGroup = new ButtonGroup(i18n("Time"), mainPage, "templateGroup");
connect(mTemplateTimeGroup, TQT_SIGNAL(buttonSet(int)), TQT_SLOT(slotTemplateTimeType(int))); connect(mTemplateTimeGroup, TQT_SIGNAL(buttonSet(int)), TQT_SLOT(slotTemplateTimeType(int)));
tqlayout->addWidget(mTemplateTimeGroup); layout->addWidget(mTemplateTimeGroup);
grid = new TQGridLayout(mTemplateTimeGroup, 2, 2, marginHint(), spacingHint()); grid = new TQGridLayout(mTemplateTimeGroup, 2, 2, marginHint(), spacingHint());
grid->addRowSpacing(0, fontMetrics().lineSpacing()/2); grid->addRowSpacing(0, fontMetrics().lineSpacing()/2);
// Get alignment to use in TQGridLayout (AlignAuto doesn't work correctly there) // Get alignment to use in TQGridLayout (AlignAuto doesn't work correctly there)
@ -350,7 +350,7 @@ EditAlarmDlg::EditAlarmDlg(bool Template, const TQString& caption, TQWidget* par
box->setFixedHeight(box->sizeHint().height()); box->setFixedHeight(box->sizeHint().height());
grid->addWidget(box, 1, 1, alignment); grid->addWidget(box, 1, 1, alignment);
tqlayout->addStretch(); layout->addStretch();
} }
else else
{ {
@ -373,12 +373,12 @@ EditAlarmDlg::EditAlarmDlg(bool Template, const TQString& caption, TQWidget* par
topLayout->addWidget(mLateCancel, 0, TQt::AlignAuto); topLayout->addWidget(mLateCancel, 0, TQt::AlignAuto);
// Acknowledgement confirmation required - default = no confirmation // Acknowledgement confirmation required - default = no confirmation
tqlayout = new TQHBoxLayout(topLayout, 0); layout = new TQHBoxLayout(topLayout, 0);
mConfirmAck = createConfirmAckCheckbox(mainPage); mConfirmAck = createConfirmAckCheckbox(mainPage);
mConfirmAck->setFixedSize(mConfirmAck->sizeHint()); mConfirmAck->setFixedSize(mConfirmAck->sizeHint());
tqlayout->addWidget(mConfirmAck); layout->addWidget(mConfirmAck);
tqlayout->addSpacing(2*spacingHint()); layout->addSpacing(2*spacingHint());
tqlayout->addStretch(); layout->addStretch();
if (theApp()->korganizerEnabled()) if (theApp()->korganizerEnabled())
{ {
@ -386,7 +386,7 @@ EditAlarmDlg::EditAlarmDlg(bool Template, const TQString& caption, TQWidget* par
mShowInKorganizer = new CheckBox(i18n_ShowInKOrganizer(), mainPage); mShowInKorganizer = new CheckBox(i18n_ShowInKOrganizer(), mainPage);
mShowInKorganizer->setFixedSize(mShowInKorganizer->sizeHint()); mShowInKorganizer->setFixedSize(mShowInKorganizer->sizeHint());
TQWhatsThis::add(mShowInKorganizer, i18n("Check to copy the alarm into KOrganizer's calendar")); TQWhatsThis::add(mShowInKorganizer, i18n("Check to copy the alarm into KOrganizer's calendar"));
tqlayout->addWidget(mShowInKorganizer); layout->addWidget(mShowInKorganizer);
} }
setButtonWhatsThis(Ok, i18n("Schedule the alarm at the specified time.")); setButtonWhatsThis(Ok, i18n("Schedule the alarm at the specified time."));
@ -446,30 +446,30 @@ void EditAlarmDlg::initDisplayAlarms(TQWidget* parent)
mFontColourButton->setMaximumHeight(mFontColourButton->sizeHint().height()); mFontColourButton->setMaximumHeight(mFontColourButton->sizeHint().height());
frameLayout->addWidget(mFontColourButton); frameLayout->addWidget(mFontColourButton);
TQHBoxLayout* tqlayout = new TQHBoxLayout(frameLayout, 0, 0); TQHBoxLayout* layout = new TQHBoxLayout(frameLayout, 0, 0);
mBgColourBox = new TQHBox(mDisplayAlarmsFrame); mBgColourBox = new TQHBox(mDisplayAlarmsFrame);
mBgColourBox->setSpacing(spacingHint()); mBgColourBox->setSpacing(spacingHint());
tqlayout->addWidget(mBgColourBox); layout->addWidget(mBgColourBox);
tqlayout->addStretch(); layout->addStretch();
TQLabel* label = new TQLabel(i18n("&Background color:"), mBgColourBox); TQLabel* label = new TQLabel(i18n("&Background color:"), mBgColourBox);
mBgColourButton = new ColourCombo(mBgColourBox); mBgColourButton = new ColourCombo(mBgColourBox);
label->setBuddy(mBgColourButton); label->setBuddy(mBgColourButton);
TQWhatsThis::add(mBgColourBox, i18n("Select the alarm message background color")); TQWhatsThis::add(mBgColourBox, i18n("Select the alarm message background color"));
// Sound checkbox and file selector // Sound checkbox and file selector
tqlayout = new TQHBoxLayout(frameLayout); layout = new TQHBoxLayout(frameLayout);
mSoundPicker = new SoundPicker(mDisplayAlarmsFrame); mSoundPicker = new SoundPicker(mDisplayAlarmsFrame);
mSoundPicker->setFixedSize(mSoundPicker->sizeHint()); mSoundPicker->setFixedSize(mSoundPicker->sizeHint());
tqlayout->addWidget(mSoundPicker); layout->addWidget(mSoundPicker);
tqlayout->addSpacing(2*spacingHint()); layout->addSpacing(2*spacingHint());
tqlayout->addStretch(); layout->addStretch();
if (ShellProcess::authorised()) // don't display if shell commands not allowed (e.g. kiosk mode) if (ShellProcess::authorised()) // don't display if shell commands not allowed (e.g. kiosk mode)
{ {
// Special actions button // Special actions button
mSpecialActionsButton = new SpecialActionsButton(i18n_SpecialActions(), mDisplayAlarmsFrame); mSpecialActionsButton = new SpecialActionsButton(i18n_SpecialActions(), mDisplayAlarmsFrame);
mSpecialActionsButton->setFixedSize(mSpecialActionsButton->sizeHint()); mSpecialActionsButton->setFixedSize(mSpecialActionsButton->sizeHint());
tqlayout->addWidget(mSpecialActionsButton); layout->addWidget(mSpecialActionsButton);
} }
// Top-adjust the controls // Top-adjust the controls
@ -505,19 +505,19 @@ void EditAlarmDlg::initCommand(TQWidget* parent)
mCmdOutputGroup = new ButtonGroup(i18n("Command Output"), mCommandFrame); mCmdOutputGroup = new ButtonGroup(i18n("Command Output"), mCommandFrame);
frameLayout->addWidget(mCmdOutputGroup); frameLayout->addWidget(mCmdOutputGroup);
TQBoxLayout* tqlayout = new TQVBoxLayout(mCmdOutputGroup, marginHint(), spacingHint()); TQBoxLayout* layout = new TQVBoxLayout(mCmdOutputGroup, marginHint(), spacingHint());
tqlayout->addSpacing(fontMetrics().lineSpacing()/2); layout->addSpacing(fontMetrics().lineSpacing()/2);
// Execute in terminal window // Execute in terminal window
RadioButton* button = new RadioButton(i18n_u_ExecInTermWindow(), mCmdOutputGroup, "execInTerm"); RadioButton* button = new RadioButton(i18n_u_ExecInTermWindow(), mCmdOutputGroup, "execInTerm");
button->setFixedSize(button->sizeHint()); button->setFixedSize(button->sizeHint());
TQWhatsThis::add(button, i18n("Check to execute the command in a terminal window")); TQWhatsThis::add(button, i18n("Check to execute the command in a terminal window"));
mCmdOutputGroup->insert(button, EXEC_IN_TERMINAL); mCmdOutputGroup->insert(button, EXEC_IN_TERMINAL);
tqlayout->addWidget(button, 0, TQt::AlignAuto); layout->addWidget(button, 0, TQt::AlignAuto);
// Log file name edit box // Log file name edit box
TQHBox* box = new TQHBox(mCmdOutputGroup); TQHBox* box = new TQHBox(mCmdOutputGroup);
(new TQWidget(box))->setFixedWidth(button->tqstyle().subRect(TQStyle::SR_RadioButtonIndicator, button).width()); // indent the edit box (new TQWidget(box))->setFixedWidth(button->style().subRect(TQStyle::SR_RadioButtonIndicator, button).width()); // indent the edit box
// (new TQWidget(box))->setFixedWidth(button->style().pixelMetric(TQStyle::PM_ExclusiveIndicatorWidth)); // indent the edit box // (new TQWidget(box))->setFixedWidth(button->style().pixelMetric(TQStyle::PM_ExclusiveIndicatorWidth)); // indent the edit box
mCmdLogFileEdit = new LineEdit(LineEdit::Url, box); mCmdLogFileEdit = new LineEdit(LineEdit::Url, box);
mCmdLogFileEdit->setAcceptDrops(true); mCmdLogFileEdit->setAcceptDrops(true);
@ -537,15 +537,15 @@ void EditAlarmDlg::initCommand(TQWidget* parent)
TQWhatsThis::add(button, TQWhatsThis::add(button,
i18n("Check to log the command output to a local file. The output will be appended to any existing contents of the file.")); i18n("Check to log the command output to a local file. The output will be appended to any existing contents of the file."));
mCmdOutputGroup->insert(button, LOG_TO_FILE); mCmdOutputGroup->insert(button, LOG_TO_FILE);
tqlayout->addWidget(button, 0, TQt::AlignAuto); layout->addWidget(button, 0, TQt::AlignAuto);
tqlayout->addWidget(box); layout->addWidget(box);
// Discard output // Discard output
button = new RadioButton(i18n("Discard"), mCmdOutputGroup, "cmdDiscard"); button = new RadioButton(i18n("Discard"), mCmdOutputGroup, "cmdDiscard");
button->setFixedSize(button->sizeHint()); button->setFixedSize(button->sizeHint());
TQWhatsThis::add(button, i18n("Check to discard command output.")); TQWhatsThis::add(button, i18n("Check to discard command output."));
mCmdOutputGroup->insert(button, DISCARD_OUTPUT); mCmdOutputGroup->insert(button, DISCARD_OUTPUT);
tqlayout->addWidget(button, 0, TQt::AlignAuto); layout->addWidget(button, 0, TQt::AlignAuto);
// Top-adjust the controls // Top-adjust the controls
mCmdPadding = new TQHBox(mCommandFrame); mCmdPadding = new TQHBox(mCommandFrame);
@ -560,8 +560,8 @@ void EditAlarmDlg::initEmail(TQWidget* parent)
{ {
mEmailFrame = new TQFrame(parent); mEmailFrame = new TQFrame(parent);
mEmailFrame->setFrameStyle(TQFrame::NoFrame); mEmailFrame->setFrameStyle(TQFrame::NoFrame);
TQBoxLayout* tqlayout = new TQVBoxLayout(mEmailFrame, 0, spacingHint()); TQBoxLayout* layout = new TQVBoxLayout(mEmailFrame, 0, spacingHint());
TQGridLayout* grid = new TQGridLayout(tqlayout, 3, 3, spacingHint()); TQGridLayout* grid = new TQGridLayout(layout, 3, 3, spacingHint());
grid->setColStretch(1, 1); grid->setColStretch(1, 1);
mEmailFromList = 0; mEmailFromList = 0;
@ -614,10 +614,10 @@ void EditAlarmDlg::initEmail(TQWidget* parent)
// Email body // Email body
mEmailMessageEdit = new TextEdit(mEmailFrame); mEmailMessageEdit = new TextEdit(mEmailFrame);
TQWhatsThis::add(mEmailMessageEdit, i18n("Enter the email message.")); TQWhatsThis::add(mEmailMessageEdit, i18n("Enter the email message."));
tqlayout->addWidget(mEmailMessageEdit); layout->addWidget(mEmailMessageEdit);
// Email attachments // Email attachments
grid = new TQGridLayout(tqlayout, 2, 3, spacingHint()); grid = new TQGridLayout(layout, 2, 3, spacingHint());
label = new TQLabel(i18n("Attachment&s:"), mEmailFrame); label = new TQLabel(i18n("Attachment&s:"), mEmailFrame);
label->setFixedSize(label->sizeHint()); label->setFixedSize(label->sizeHint());
grid->addWidget(label, 0, 0); grid->addWidget(label, 0, 0);

@ -93,9 +93,9 @@ void Find::display()
TQWidget* kalarmWidgets = mDialog->findExtension(); TQWidget* kalarmWidgets = mDialog->findExtension();
// Alarm types // Alarm types
TQBoxLayout* tqlayout = new TQVBoxLayout(kalarmWidgets, 0, KDialog::spacingHint()); TQBoxLayout* layout = new TQVBoxLayout(kalarmWidgets, 0, KDialog::spacingHint());
TQGroupBox* group = new TQGroupBox(i18n("Alarm Type"), kalarmWidgets); TQGroupBox* group = new TQGroupBox(i18n("Alarm Type"), kalarmWidgets);
tqlayout->addWidget(group); layout->addWidget(group);
TQGridLayout* grid = new TQGridLayout(group, 2, 2, KDialog::marginHint(), KDialog::spacingHint()); TQGridLayout* grid = new TQGridLayout(group, 2, 2, KDialog::marginHint(), KDialog::spacingHint());
grid->addRowSpacing(0, mDialog->fontMetrics().lineSpacing()/2); grid->addRowSpacing(0, mDialog->fontMetrics().lineSpacing()/2);
grid->setColStretch(1, 1); grid->setColStretch(1, 1);

@ -57,8 +57,8 @@ FontColourChooser::FontColourChooser(TQWidget *parent, const char *name,
topLayout = new TQVBoxLayout(page, KDialog::marginHint(), KDialog::spacingHint()); topLayout = new TQVBoxLayout(page, KDialog::marginHint(), KDialog::spacingHint());
topLayout->addSpacing(fontMetrics().height() - KDialog::marginHint() + KDialog::spacingHint()); topLayout->addSpacing(fontMetrics().height() - KDialog::marginHint() + KDialog::spacingHint());
} }
TQHBoxLayout* htqlayout = new TQHBoxLayout(topLayout); TQHBoxLayout* hlayout = new TQHBoxLayout(topLayout);
TQVBoxLayout* colourLayout = new TQVBoxLayout(htqlayout); TQVBoxLayout* colourLayout = new TQVBoxLayout(hlayout);
if (fg) if (fg)
{ {
TQHBox* box = new TQHBox(page); // to group widgets for TQWhatsThis text TQHBox* box = new TQHBox(page); // to group widgets for TQWhatsThis text
@ -83,35 +83,35 @@ FontColourChooser::FontColourChooser(TQWidget *parent, const char *name,
connect(mBgColourButton, TQT_SIGNAL(activated(const TQString&)), TQT_SLOT(setSampleColour())); connect(mBgColourButton, TQT_SIGNAL(activated(const TQString&)), TQT_SLOT(setSampleColour()));
label->setBuddy(mBgColourButton); label->setBuddy(mBgColourButton);
TQWhatsThis::add(box, i18n("Select the alarm message background color")); TQWhatsThis::add(box, i18n("Select the alarm message background color"));
htqlayout->addStretch(); hlayout->addStretch();
if (editColours) if (editColours)
{ {
TQHBoxLayout* tqlayout = new TQHBoxLayout(topLayout); TQHBoxLayout* layout = new TQHBoxLayout(topLayout);
TQPushButton* button = new TQPushButton(i18n("Add Co&lor..."), page); TQPushButton* button = new TQPushButton(i18n("Add Co&lor..."), page);
button->setFixedSize(button->sizeHint()); button->setFixedSize(button->sizeHint());
connect(button, TQT_SIGNAL(clicked()), TQT_SLOT(slotAddColour())); connect(button, TQT_SIGNAL(clicked()), TQT_SLOT(slotAddColour()));
TQWhatsThis::add(button, i18n("Choose a new color to add to the color selection list.")); TQWhatsThis::add(button, i18n("Choose a new color to add to the color selection list."));
tqlayout->addWidget(button); layout->addWidget(button);
mRemoveColourButton = new TQPushButton(i18n("&Remove Color"), page); mRemoveColourButton = new TQPushButton(i18n("&Remove Color"), page);
mRemoveColourButton->setFixedSize(mRemoveColourButton->sizeHint()); mRemoveColourButton->setFixedSize(mRemoveColourButton->sizeHint());
connect(mRemoveColourButton, TQT_SIGNAL(clicked()), TQT_SLOT(slotRemoveColour())); connect(mRemoveColourButton, TQT_SIGNAL(clicked()), TQT_SLOT(slotRemoveColour()));
TQWhatsThis::add(mRemoveColourButton, TQWhatsThis::add(mRemoveColourButton,
i18n("Remove the color currently shown in the background color chooser, from the color selection list.")); i18n("Remove the color currently shown in the background color chooser, from the color selection list."));
tqlayout->addWidget(mRemoveColourButton); layout->addWidget(mRemoveColourButton);
} }
if (defaultFont) if (defaultFont)
{ {
TQHBoxLayout* tqlayout = new TQHBoxLayout(topLayout); TQHBoxLayout* layout = new TQHBoxLayout(topLayout);
mDefaultFont = new CheckBox(i18n("Use &default font"), page); mDefaultFont = new CheckBox(i18n("Use &default font"), page);
mDefaultFont->setMinimumSize(mDefaultFont->sizeHint()); mDefaultFont->setMinimumSize(mDefaultFont->sizeHint());
connect(mDefaultFont, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotDefaultFontToggled(bool))); connect(mDefaultFont, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotDefaultFontToggled(bool)));
TQWhatsThis::add(mDefaultFont, TQWhatsThis::add(mDefaultFont,
i18n("Check to use the default font current at the time the alarm is displayed.")); i18n("Check to use the default font current at the time the alarm is displayed."));
tqlayout->addWidget(mDefaultFont); layout->addWidget(mDefaultFont);
tqlayout->addWidget(new TQWidget(page)); // left adjust the widget layout->addWidget(new TQWidget(page)); // left adjust the widget
} }
else else
mDefaultFont = 0; mDefaultFont = 0;

@ -43,14 +43,14 @@ FontColourButton::FontColourButton(TQWidget* parent, const char* name)
mReadOnly(false) mReadOnly(false)
{ {
setFrameStyle(NoFrame); setFrameStyle(NoFrame);
TQHBoxLayout* tqlayout = new TQHBoxLayout(this, 0, KDialog::spacingHint()); TQHBoxLayout* layout = new TQHBoxLayout(this, 0, KDialog::spacingHint());
mButton = new PushButton(i18n("Font && Co&lor..."), this); mButton = new PushButton(i18n("Font && Co&lor..."), this);
mButton->setFixedSize(mButton->sizeHint()); mButton->setFixedSize(mButton->sizeHint());
connect(mButton, TQT_SIGNAL(clicked()), TQT_SLOT(slotButtonPressed())); connect(mButton, TQT_SIGNAL(clicked()), TQT_SLOT(slotButtonPressed()));
TQWhatsThis::add(mButton, TQWhatsThis::add(mButton,
i18n("Choose the font, and foreground and background color, for the alarm message.")); i18n("Choose the font, and foreground and background color, for the alarm message."));
tqlayout->addWidget(mButton); layout->addWidget(mButton);
// Font and colour sample display // Font and colour sample display
mSample = new TQLineEdit(this); mSample = new TQLineEdit(this);
@ -62,7 +62,7 @@ FontColourButton::FontColourButton(TQWidget* parent, const char* name)
TQWhatsThis::add(mSample, TQWhatsThis::add(mSample,
i18n("This sample text illustrates the current font and color settings. " i18n("This sample text illustrates the current font and color settings. "
"You may edit it to test special characters.")); "You may edit it to test special characters."));
tqlayout->addWidget(mSample); layout->addWidget(mSample);
} }
void FontColourButton::setDefaultFont() void FontColourButton::setDefaultFont()
@ -125,7 +125,7 @@ FontColourDlg::FontColourDlg(const TQColor& bgColour, const TQColor& fgColour, c
{ {
TQWidget* page = new TQWidget(this); TQWidget* page = new TQWidget(this);
setMainWidget(page); setMainWidget(page);
TQVBoxLayout* tqlayout = new TQVBoxLayout(page, 0, spacingHint()); TQVBoxLayout* layout = new TQVBoxLayout(page, 0, spacingHint());
mChooser = new FontColourChooser(page, 0, false, TQStringList(), TQString(), false, true, true); mChooser = new FontColourChooser(page, 0, false, TQStringList(), TQString(), false, true, true);
mChooser->setBgColour(bgColour); mChooser->setBgColour(bgColour);
mChooser->setFgColour(fgColour); mChooser->setFgColour(fgColour);
@ -133,8 +133,8 @@ FontColourDlg::FontColourDlg(const TQColor& bgColour, const TQColor& fgColour, c
mChooser->setDefaultFont(); mChooser->setDefaultFont();
else else
mChooser->setFont(font); mChooser->setFont(font);
tqlayout->addWidget(mChooser); layout->addWidget(mChooser);
tqlayout->addSpacing(KDialog::spacingHint()); layout->addSpacing(KDialog::spacingHint());
} }
/****************************************************************************** /******************************************************************************

@ -905,7 +905,7 @@ TQString stripAccel(const TQString& text)
{ {
unsigned len = text.length(); unsigned len = text.length();
TQString out = TQDeepCopy<TQString>(text); TQString out = TQDeepCopy<TQString>(text);
TQChar *corig = (TQChar*)out.tqunicode(); TQChar *corig = (TQChar*)out.unicode();
TQChar *cout = corig; TQChar *cout = corig;
TQChar *cin = cout; TQChar *cin = cout;
while (len) while (len)

@ -58,31 +58,31 @@ LateCancelSelector::LateCancelSelector(bool allowHourMinute, TQWidget* parent, c
mCheckboxFrame = new TQFrame(mStack); mCheckboxFrame = new TQFrame(mStack);
mCheckboxFrame->setFrameStyle(TQFrame::NoFrame); mCheckboxFrame->setFrameStyle(TQFrame::NoFrame);
mStack->addWidget(mCheckboxFrame, 1); mStack->addWidget(mCheckboxFrame, 1);
TQBoxLayout* tqlayout = new TQVBoxLayout(mCheckboxFrame, 0, 0); TQBoxLayout* layout = new TQVBoxLayout(mCheckboxFrame, 0, 0);
mCheckbox = new CheckBox(i18n_n_CancelIfLate(), mCheckboxFrame); mCheckbox = new CheckBox(i18n_n_CancelIfLate(), mCheckboxFrame);
mCheckbox->setFixedSize(mCheckbox->sizeHint()); mCheckbox->setFixedSize(mCheckbox->sizeHint());
connect(mCheckbox, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotToggled(bool))); connect(mCheckbox, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotToggled(bool)));
TQWhatsThis::add(mCheckbox, whatsThis); TQWhatsThis::add(mCheckbox, whatsThis);
tqlayout->addWidget(mCheckbox, 0, TQt::AlignAuto); layout->addWidget(mCheckbox, 0, TQt::AlignAuto);
mTimeSelectorFrame = new TQFrame(mStack); mTimeSelectorFrame = new TQFrame(mStack);
mTimeSelectorFrame->setFrameStyle(TQFrame::NoFrame); mTimeSelectorFrame->setFrameStyle(TQFrame::NoFrame);
mStack->addWidget(mTimeSelectorFrame, 2); mStack->addWidget(mTimeSelectorFrame, 2);
tqlayout = new TQVBoxLayout(mTimeSelectorFrame, 0, 0); layout = new TQVBoxLayout(mTimeSelectorFrame, 0, 0);
mTimeSelector = new TimeSelector(i18n("Cancel if late by 10 minutes", "Ca&ncel if late by"), TQString(), mTimeSelector = new TimeSelector(i18n("Cancel if late by 10 minutes", "Ca&ncel if late by"), TQString(),
whatsThis, i18n("Enter how late will cause the alarm to be canceled"), whatsThis, i18n("Enter how late will cause the alarm to be canceled"),
allowHourMinute, mTimeSelectorFrame); allowHourMinute, mTimeSelectorFrame);
connect(mTimeSelector, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotToggled(bool))); connect(mTimeSelector, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotToggled(bool)));
tqlayout->addWidget(mTimeSelector); layout->addWidget(mTimeSelector);
mLayout->addWidget(mStack); mLayout->addWidget(mStack);
tqlayout = new TQHBoxLayout(mLayout, KDialog::spacingHint()); layout = new TQHBoxLayout(mLayout, KDialog::spacingHint());
tqlayout->addSpacing(3*KDialog::spacingHint()); layout->addSpacing(3*KDialog::spacingHint());
mAutoClose = new CheckBox(i18n_AutoCloseWin(), this); mAutoClose = new CheckBox(i18n_AutoCloseWin(), this);
mAutoClose->setFixedSize(mAutoClose->sizeHint()); mAutoClose->setFixedSize(mAutoClose->sizeHint());
TQWhatsThis::add(mAutoClose, i18n("Automatically close the alarm window after the expiry of the late-cancelation period")); TQWhatsThis::add(mAutoClose, i18n("Automatically close the alarm window after the expiry of the late-cancelation period"));
tqlayout->addWidget(mAutoClose); layout->addWidget(mAutoClose);
tqlayout->addStretch(); layout->addStretch();
mAutoClose->hide(); mAutoClose->hide();
mAutoClose->setEnabled(false); mAutoClose->setEnabled(false);

@ -55,7 +55,7 @@ class LateCancelSelector : public TQFrame
void slotToggled(bool); void slotToggled(bool);
private: private:
TQBoxLayout* mLayout; // overall tqlayout for the widget TQBoxLayout* mLayout; // overall layout for the widget
TQWidgetStack* mStack; // contains mCheckboxFrame and mTimeSelectorFrame TQWidgetStack* mStack; // contains mCheckboxFrame and mTimeSelectorFrame
TQFrame* mCheckboxFrame; TQFrame* mCheckboxFrame;
CheckBox* mCheckbox; // displayed when late cancellation is not selected CheckBox* mCheckbox; // displayed when late cancellation is not selected

@ -87,7 +87,7 @@ void SpinBox2::init()
setFocusProxy(mSpinbox); setFocusProxy(mSpinbox);
mUpdown2->setFocusPolicy(TQ_NoFocus); mUpdown2->setFocusPolicy(TQ_NoFocus);
mSpinMirror = new SpinMirror(mUpdown2, mUpdown2Frame, this); mSpinMirror = new SpinMirror(mUpdown2, mUpdown2Frame, this);
if (!mirrorStyle(tqstyle())) if (!mirrorStyle(style()))
mSpinMirror->hide(); // hide mirrored spin buttons when they are inappropriate mSpinMirror->hide(); // hide mirrored spin buttons when they are inappropriate
connect(mSpinbox, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(valueChange())); connect(mSpinbox, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(valueChange()));
connect(mSpinbox, TQT_SIGNAL(valueChanged(int)), TQT_SIGNAL(valueChanged(int))); connect(mSpinbox, TQT_SIGNAL(valueChanged(int)), TQT_SIGNAL(valueChanged(int)));
@ -142,7 +142,7 @@ void SpinBox2::setLineStep(int step)
{ {
mLineStep = step; mLineStep = step;
if (reverseButtons()) if (reverseButtons())
mUpdown2->setLineStep(step); // reverse tqlayout, but still set the right buttons mUpdown2->setLineStep(step); // reverse layout, but still set the right buttons
else else
mSpinbox->setLineStep(step); mSpinbox->setLineStep(step);
} }
@ -153,7 +153,7 @@ void SpinBox2::setSteps(int line, int page)
mPageStep = page; mPageStep = page;
if (reverseButtons()) if (reverseButtons())
{ {
mUpdown2->setLineStep(line); // reverse tqlayout, but still set the right buttons mUpdown2->setLineStep(line); // reverse layout, but still set the right buttons
mSpinbox->setLineStep(page); mSpinbox->setLineStep(page);
} }
else else
@ -169,7 +169,7 @@ void SpinBox2::setShiftSteps(int line, int page)
mPageShiftStep = page; mPageShiftStep = page;
if (reverseButtons()) if (reverseButtons())
{ {
mUpdown2->setLineShiftStep(line); // reverse tqlayout, but still set the right buttons mUpdown2->setLineShiftStep(line); // reverse layout, but still set the right buttons
mSpinbox->setLineShiftStep(page); mSpinbox->setLineShiftStep(page);
} }
else else
@ -243,7 +243,7 @@ TQSize SpinBox2::minimumSizeHint() const
void SpinBox2::styleChange(TQStyle&) void SpinBox2::styleChange(TQStyle&)
{ {
if (mirrorStyle(tqstyle())) if (mirrorStyle(style()))
mSpinMirror->show(); // show rounded corners with Plastik etc. mSpinMirror->show(); // show rounded corners with Plastik etc.
else else
mSpinMirror->hide(); // keep normal shading with other styles mSpinMirror->hide(); // keep normal shading with other styles
@ -282,16 +282,16 @@ void SpinBox2::arrange()
*/ */
void SpinBox2::getMetrics() const void SpinBox2::getMetrics() const
{ {
TQRect rect = mUpdown2->tqstyle().querySubControlMetrics(TQStyle::CC_SpinWidget, mUpdown2, TQStyle::SC_SpinWidgetButtonField); TQRect rect = mUpdown2->style().querySubControlMetrics(TQStyle::CC_SpinWidget, mUpdown2, TQStyle::SC_SpinWidgetButtonField);
if (tqstyle().inherits("PlastikStyle")) if (style().inherits("PlastikStyle"))
rect.setLeft(rect.left() - 1); // Plastik excludes left border from spin widget rectangle rect.setLeft(rect.left() - 1); // Plastik excludes left border from spin widget rectangle
xUpdown2 = mReverseLayout ? 0 : rect.left(); xUpdown2 = mReverseLayout ? 0 : rect.left();
wUpdown2 = mUpdown2->width() - rect.left(); wUpdown2 = mUpdown2->width() - rect.left();
xSpinbox = mSpinbox->tqstyle().querySubControlMetrics(TQStyle::CC_SpinWidget, mSpinbox, TQStyle::SC_SpinWidgetEditField).left(); xSpinbox = mSpinbox->style().querySubControlMetrics(TQStyle::CC_SpinWidget, mSpinbox, TQStyle::SC_SpinWidgetEditField).left();
wGap = 0; wGap = 0;
// Make style-specific adjustments for a better appearance // Make style-specific adjustments for a better appearance
if (tqstyle().inherits(TQMOTIFPLUSSTYLE_OBJECT_NAME_STRING)) if (style().inherits(TQMOTIFPLUSSTYLE_OBJECT_NAME_STRING))
{ {
xSpinbox = 0; // show the edit control left border xSpinbox = 0; // show the edit control left border
wGap = 2; // leave a space to the right of the left-hand pair of spin buttons wGap = 2; // leave a space to the right of the left-hand pair of spin buttons

@ -310,7 +310,7 @@ class SpinBox2 : public TQFrame
int mLineShiftStep; // right button increment with shift pressed int mLineShiftStep; // right button increment with shift pressed
int mPageStep; // left button increment int mPageStep; // left button increment
int mPageShiftStep; // left button increment with shift pressed int mPageShiftStep; // left button increment with shift pressed
bool mReverseWithLayout; // reverse button positions if reverse tqlayout (default = true) bool mReverseWithLayout; // reverse button positions if reverse layout (default = true)
friend class MainSpinBox; friend class MainSpinBox;
}; };

@ -298,13 +298,13 @@ void MessageWin::initView()
{ {
// Show the alarm date/time, together with an "Advance reminder" text where appropriate // Show the alarm date/time, together with an "Advance reminder" text where appropriate
TQFrame* frame = 0; TQFrame* frame = 0;
TQVBoxLayout* tqlayout = topLayout; TQVBoxLayout* layout = topLayout;
if (reminder) if (reminder)
{ {
frame = new TQFrame(topWidget); frame = new TQFrame(topWidget);
frame->setFrameStyle(TQFrame::Box | TQFrame::Raised); frame->setFrameStyle(TQFrame::Box | TQFrame::Raised);
topLayout->addWidget(frame, 0, TQt::AlignHCenter); topLayout->addWidget(frame, 0, TQt::AlignHCenter);
tqlayout = new TQVBoxLayout(frame, leading + frame->frameWidth(), leading); layout = new TQVBoxLayout(frame, leading + frame->frameWidth(), leading);
} }
// Alarm date/time // Alarm date/time
@ -315,7 +315,7 @@ void MessageWin::initView()
if (!frame) if (!frame)
label->setFrameStyle(TQFrame::Box | TQFrame::Raised); label->setFrameStyle(TQFrame::Box | TQFrame::Raised);
label->setFixedSize(label->sizeHint()); label->setFixedSize(label->sizeHint());
tqlayout->addWidget(label, 0, TQt::AlignHCenter); layout->addWidget(label, 0, TQt::AlignHCenter);
TQWhatsThis::add(label, TQWhatsThis::add(label,
i18n("The scheduled date/time for the message (as opposed to the actual time of display).")); i18n("The scheduled date/time for the message (as opposed to the actual time of display)."));
@ -324,7 +324,7 @@ void MessageWin::initView()
label = new TQLabel(frame); label = new TQLabel(frame);
label->setText(i18n("Reminder")); label->setText(i18n("Reminder"));
label->setFixedSize(label->sizeHint()); label->setFixedSize(label->sizeHint());
tqlayout->addWidget(label, 0, TQt::AlignHCenter); layout->addWidget(label, 0, TQt::AlignHCenter);
frame->setFixedSize(frame->sizeHint()); frame->setFixedSize(frame->sizeHint());
} }
} }
@ -405,10 +405,10 @@ void MessageWin::initView()
topLayout->addWidget(text, 1, TQt::AlignHCenter); topLayout->addWidget(text, 1, TQt::AlignHCenter);
else else
{ {
TQBoxLayout* tqlayout = new TQHBoxLayout(topLayout); TQBoxLayout* layout = new TQHBoxLayout(topLayout);
tqlayout->addSpacing(hspace); layout->addSpacing(hspace);
tqlayout->addWidget(text, 1, TQt::AlignHCenter); layout->addWidget(text, 1, TQt::AlignHCenter);
tqlayout->addSpacing(hspace); layout->addSpacing(hspace);
} }
if (!reminder) if (!reminder)
topLayout->addStretch(); topLayout->addStretch();
@ -484,21 +484,21 @@ void MessageWin::initView()
else else
{ {
setCaption(i18n("Error")); setCaption(i18n("Error"));
TQBoxLayout* tqlayout = new TQHBoxLayout(topLayout); TQBoxLayout* layout = new TQHBoxLayout(topLayout);
tqlayout->setMargin(2*KDialog::marginHint()); layout->setMargin(2*KDialog::marginHint());
tqlayout->addStretch(); layout->addStretch();
TQLabel* label = new TQLabel(topWidget); TQLabel* label = new TQLabel(topWidget);
label->setPixmap(DesktopIcon("error")); label->setPixmap(DesktopIcon("error"));
label->setFixedSize(label->sizeHint()); label->setFixedSize(label->sizeHint());
tqlayout->addWidget(label, 0, TQt::AlignRight); layout->addWidget(label, 0, TQt::AlignRight);
TQBoxLayout* vtqlayout = new TQVBoxLayout(tqlayout); TQBoxLayout* vlayout = new TQVBoxLayout(layout);
for (TQStringList::Iterator it = mErrorMsgs.begin(); it != mErrorMsgs.end(); ++it) for (TQStringList::Iterator it = mErrorMsgs.begin(); it != mErrorMsgs.end(); ++it)
{ {
label = new TQLabel(*it, topWidget); label = new TQLabel(*it, topWidget);
label->setFixedSize(label->sizeHint()); label->setFixedSize(label->sizeHint());
vtqlayout->addWidget(label, 0, TQt::AlignLeft); vlayout->addWidget(label, 0, TQt::AlignLeft);
} }
tqlayout->addStretch(); layout->addStretch();
} }
TQGridLayout* grid = new TQGridLayout(1, 4); TQGridLayout* grid = new TQGridLayout(1, 4);

@ -233,7 +233,7 @@ PrefsTabBase::PrefsTabBase(TQVBox* frame)
mPage(frame) mPage(frame)
{ {
if (!mIndentWidth) if (!mIndentWidth)
mIndentWidth = tqstyle().subRect(TQStyle::SR_RadioButtonIndicator, this).width(); mIndentWidth = style().subRect(TQStyle::SR_RadioButtonIndicator, this).width();
} }
void PrefsTabBase::apply(bool syncToDisc) void PrefsTabBase::apply(bool syncToDisc)
@ -826,9 +826,9 @@ FontColourPrefTab::FontColourPrefTab(TQVBox* frame)
mPage->setStretchFactor(mFontChooser, 1); mPage->setStretchFactor(mFontChooser, 1);
TQFrame* layoutBox = new TQFrame(mPage); TQFrame* layoutBox = new TQFrame(mPage);
TQHBoxLayout* htqlayout = new TQHBoxLayout(layoutBox); TQHBoxLayout* hlayout = new TQHBoxLayout(layoutBox);
TQVBoxLayout* colourLayout = new TQVBoxLayout(htqlayout, KDialog::spacingHint()); TQVBoxLayout* colourLayout = new TQVBoxLayout(hlayout, KDialog::spacingHint());
htqlayout->addStretch(); hlayout->addStretch();
TQHBox* box = new TQHBox(layoutBox); // to group widgets for TQWhatsThis text TQHBox* box = new TQHBox(layoutBox); // to group widgets for TQWhatsThis text
box->setSpacing(KDialog::spacingHint()/2); box->setSpacing(KDialog::spacingHint()/2);
@ -897,22 +897,22 @@ EditPrefTab::EditPrefTab(TQVBox* frame)
// DISPLAY ALARMS // DISPLAY ALARMS
TQGroupBox* group = new TQGroupBox(i18n("Display Alarms"), mPage); TQGroupBox* group = new TQGroupBox(i18n("Display Alarms"), mPage);
TQBoxLayout* tqlayout = new TQVBoxLayout(group, KDialog::marginHint(), KDialog::spacingHint()); TQBoxLayout* layout = new TQVBoxLayout(group, KDialog::marginHint(), KDialog::spacingHint());
tqlayout->addSpacing(groupTopMargin); layout->addSpacing(groupTopMargin);
mConfirmAck = new TQCheckBox(EditAlarmDlg::i18n_k_ConfirmAck(), group, "defConfAck"); mConfirmAck = new TQCheckBox(EditAlarmDlg::i18n_k_ConfirmAck(), group, "defConfAck");
mConfirmAck->setMinimumSize(mConfirmAck->sizeHint()); mConfirmAck->setMinimumSize(mConfirmAck->sizeHint());
TQWhatsThis::add(mConfirmAck, defsetting.arg(EditAlarmDlg::i18n_ConfirmAck())); TQWhatsThis::add(mConfirmAck, defsetting.arg(EditAlarmDlg::i18n_ConfirmAck()));
tqlayout->addWidget(mConfirmAck, 0, TQt::AlignAuto); layout->addWidget(mConfirmAck, 0, TQt::AlignAuto);
mAutoClose = new TQCheckBox(LateCancelSelector::i18n_i_AutoCloseWinLC(), group, "defAutoClose"); mAutoClose = new TQCheckBox(LateCancelSelector::i18n_i_AutoCloseWinLC(), group, "defAutoClose");
mAutoClose->setMinimumSize(mAutoClose->sizeHint()); mAutoClose->setMinimumSize(mAutoClose->sizeHint());
TQWhatsThis::add(mAutoClose, defsetting.arg(LateCancelSelector::i18n_AutoCloseWin())); TQWhatsThis::add(mAutoClose, defsetting.arg(LateCancelSelector::i18n_AutoCloseWin()));
tqlayout->addWidget(mAutoClose, 0, TQt::AlignAuto); layout->addWidget(mAutoClose, 0, TQt::AlignAuto);
TQHBox* box = new TQHBox(group); TQHBox* box = new TQHBox(group);
box->setSpacing(KDialog::spacingHint()); box->setSpacing(KDialog::spacingHint());
tqlayout->addWidget(box); layout->addWidget(box);
TQLabel* label = new TQLabel(i18n("Reminder &units:"), box); TQLabel* label = new TQLabel(i18n("Reminder &units:"), box);
label->setFixedSize(label->sizeHint()); label->setFixedSize(label->sizeHint());
mReminderUnits = new TQComboBox(box, "defWarnUnits"); mReminderUnits = new TQComboBox(box, "defWarnUnits");
@ -931,10 +931,10 @@ EditPrefTab::EditPrefTab(TQVBox* frame)
// SOUND // SOUND
TQButtonGroup* bgroup = new TQButtonGroup(SoundPicker::i18n_Sound(), mPage, "soundGroup"); TQButtonGroup* bgroup = new TQButtonGroup(SoundPicker::i18n_Sound(), mPage, "soundGroup");
tqlayout = new TQVBoxLayout(bgroup, KDialog::marginHint(), KDialog::spacingHint()); layout = new TQVBoxLayout(bgroup, KDialog::marginHint(), KDialog::spacingHint());
tqlayout->addSpacing(groupTopMargin); layout->addSpacing(groupTopMargin);
TQBoxLayout* htqlayout = new TQHBoxLayout(tqlayout, KDialog::spacingHint()); TQBoxLayout* hlayout = new TQHBoxLayout(layout, KDialog::spacingHint());
mSound = new TQComboBox(false, bgroup, "defSound"); mSound = new TQComboBox(false, bgroup, "defSound");
mSound->insertItem(SoundPicker::i18n_None()); // index 0 mSound->insertItem(SoundPicker::i18n_None()); // index 0
mSound->insertItem(SoundPicker::i18n_Beep()); // index 1 mSound->insertItem(SoundPicker::i18n_Beep()); // index 1
@ -943,14 +943,14 @@ EditPrefTab::EditPrefTab(TQVBox* frame)
mSound->insertItem(SoundPicker::i18n_Speak()); // index 3 mSound->insertItem(SoundPicker::i18n_Speak()); // index 3
mSound->setMinimumSize(mSound->sizeHint()); mSound->setMinimumSize(mSound->sizeHint());
TQWhatsThis::add(mSound, defsetting.arg(SoundPicker::i18n_Sound())); TQWhatsThis::add(mSound, defsetting.arg(SoundPicker::i18n_Sound()));
htqlayout->addWidget(mSound); hlayout->addWidget(mSound);
htqlayout->addStretch(1); hlayout->addStretch(1);
#ifndef WITHOUT_ARTS #ifndef WITHOUT_ARTS
mSoundRepeat = new TQCheckBox(i18n("Repea&t sound file"), bgroup, "defRepeatSound"); mSoundRepeat = new TQCheckBox(i18n("Repea&t sound file"), bgroup, "defRepeatSound");
mSoundRepeat->setMinimumSize(mSoundRepeat->sizeHint()); mSoundRepeat->setMinimumSize(mSoundRepeat->sizeHint());
TQWhatsThis::add(mSoundRepeat, i18n("sound file \"Repeat\" checkbox", "The default setting for sound file \"%1\" in the alarm edit dialog.").arg(SoundDlg::i18n_Repeat())); TQWhatsThis::add(mSoundRepeat, i18n("sound file \"Repeat\" checkbox", "The default setting for sound file \"%1\" in the alarm edit dialog.").arg(SoundDlg::i18n_Repeat()));
htqlayout->addWidget(mSoundRepeat); hlayout->addWidget(mSoundRepeat);
#endif #endif
box = new TQHBox(bgroup); // this is to control the TQWhatsThis text display area box = new TQHBox(bgroup); // this is to control the TQWhatsThis text display area
@ -967,36 +967,36 @@ EditPrefTab::EditPrefTab(TQVBox* frame)
TQWhatsThis::add(box, TQWhatsThis::add(box,
i18n("Enter the default sound file to use in the alarm edit dialog.")); i18n("Enter the default sound file to use in the alarm edit dialog."));
box->setFixedHeight(box->sizeHint().height()); box->setFixedHeight(box->sizeHint().height());
tqlayout->addWidget(box); layout->addWidget(box);
bgroup->setFixedHeight(bgroup->sizeHint().height()); bgroup->setFixedHeight(bgroup->sizeHint().height());
// COMMAND ALARMS // COMMAND ALARMS
group = new TQGroupBox(i18n("Command Alarms"), mPage); group = new TQGroupBox(i18n("Command Alarms"), mPage);
tqlayout = new TQVBoxLayout(group, KDialog::marginHint(), KDialog::spacingHint()); layout = new TQVBoxLayout(group, KDialog::marginHint(), KDialog::spacingHint());
tqlayout->addSpacing(groupTopMargin); layout->addSpacing(groupTopMargin);
tqlayout = new TQHBoxLayout(tqlayout, KDialog::spacingHint()); layout = new TQHBoxLayout(layout, KDialog::spacingHint());
mCmdScript = new TQCheckBox(EditAlarmDlg::i18n_p_EnterScript(), group, "defCmdScript"); mCmdScript = new TQCheckBox(EditAlarmDlg::i18n_p_EnterScript(), group, "defCmdScript");
mCmdScript->setMinimumSize(mCmdScript->sizeHint()); mCmdScript->setMinimumSize(mCmdScript->sizeHint());
TQWhatsThis::add(mCmdScript, defsetting.arg(EditAlarmDlg::i18n_EnterScript())); TQWhatsThis::add(mCmdScript, defsetting.arg(EditAlarmDlg::i18n_EnterScript()));
tqlayout->addWidget(mCmdScript); layout->addWidget(mCmdScript);
tqlayout->addStretch(); layout->addStretch();
mCmdXterm = new TQCheckBox(EditAlarmDlg::i18n_w_ExecInTermWindow(), group, "defCmdXterm"); mCmdXterm = new TQCheckBox(EditAlarmDlg::i18n_w_ExecInTermWindow(), group, "defCmdXterm");
mCmdXterm->setMinimumSize(mCmdXterm->sizeHint()); mCmdXterm->setMinimumSize(mCmdXterm->sizeHint());
TQWhatsThis::add(mCmdXterm, defsetting.arg(EditAlarmDlg::i18n_ExecInTermWindow())); TQWhatsThis::add(mCmdXterm, defsetting.arg(EditAlarmDlg::i18n_ExecInTermWindow()));
tqlayout->addWidget(mCmdXterm); layout->addWidget(mCmdXterm);
// EMAIL ALARMS // EMAIL ALARMS
group = new TQGroupBox(i18n("Email Alarms"), mPage); group = new TQGroupBox(i18n("Email Alarms"), mPage);
tqlayout = new TQVBoxLayout(group, KDialog::marginHint(), KDialog::spacingHint()); layout = new TQVBoxLayout(group, KDialog::marginHint(), KDialog::spacingHint());
tqlayout->addSpacing(groupTopMargin); layout->addSpacing(groupTopMargin);
// BCC email to sender // BCC email to sender
mEmailBcc = new TQCheckBox(EditAlarmDlg::i18n_e_CopyEmailToSelf(), group, "defEmailBcc"); mEmailBcc = new TQCheckBox(EditAlarmDlg::i18n_e_CopyEmailToSelf(), group, "defEmailBcc");
mEmailBcc->setMinimumSize(mEmailBcc->sizeHint()); mEmailBcc->setMinimumSize(mEmailBcc->sizeHint());
TQWhatsThis::add(mEmailBcc, defsetting.arg(EditAlarmDlg::i18n_CopyEmailToSelf())); TQWhatsThis::add(mEmailBcc, defsetting.arg(EditAlarmDlg::i18n_CopyEmailToSelf()));
tqlayout->addWidget(mEmailBcc, 0, TQt::AlignAuto); layout->addWidget(mEmailBcc, 0, TQt::AlignAuto);
// MISCELLANEOUS // MISCELLANEOUS
// Show in KOrganizer // Show in KOrganizer

@ -93,7 +93,7 @@ RecurrenceEdit::RecurrenceEdit(bool readOnly, TQWidget* parent, const char* name
mNoEmitTypeChanged(true), mNoEmitTypeChanged(true),
mReadOnly(readOnly) mReadOnly(readOnly)
{ {
TQBoxLayout* tqlayout; TQBoxLayout* layout;
TQVBoxLayout* topLayout = new TQVBoxLayout(this, 0, KDialog::spacingHint()); TQVBoxLayout* topLayout = new TQVBoxLayout(this, 0, KDialog::spacingHint());
/* Create the recurrence rule Group box which holds the recurrence period /* Create the recurrence rule Group box which holds the recurrence period
@ -106,11 +106,11 @@ RecurrenceEdit::RecurrenceEdit(bool readOnly, TQWidget* parent, const char* name
TQGroupBox* recurGroup = new TQGroupBox(1, Qt::Vertical, i18n("Recurrence Rule"), this, "recurGroup"); TQGroupBox* recurGroup = new TQGroupBox(1, Qt::Vertical, i18n("Recurrence Rule"), this, "recurGroup");
topLayout->addWidget(recurGroup); topLayout->addWidget(recurGroup);
TQFrame* ruleFrame = new TQFrame(recurGroup, "ruleFrame"); TQFrame* ruleFrame = new TQFrame(recurGroup, "ruleFrame");
tqlayout = new TQVBoxLayout(ruleFrame, 0); layout = new TQVBoxLayout(ruleFrame, 0);
tqlayout->addSpacing(KDialog::spacingHint()/2); layout->addSpacing(KDialog::spacingHint()/2);
tqlayout = new TQHBoxLayout(tqlayout, 0); layout = new TQHBoxLayout(layout, 0);
TQBoxLayout* lay = new TQVBoxLayout(tqlayout, 0); TQBoxLayout* lay = new TQVBoxLayout(layout, 0);
mRuleButtonGroup = new ButtonGroup(1, Qt::Horizontal, ruleFrame); mRuleButtonGroup = new ButtonGroup(1, Qt::Horizontal, ruleFrame);
mRuleButtonGroup->setInsideMargin(0); mRuleButtonGroup->setInsideMargin(0);
mRuleButtonGroup->setFrameStyle(TQFrame::NoFrame); mRuleButtonGroup->setFrameStyle(TQFrame::NoFrame);
@ -178,16 +178,16 @@ RecurrenceEdit::RecurrenceEdit(bool readOnly, TQWidget* parent, const char* name
lay->addSpacing(KDialog::spacingHint()); lay->addSpacing(KDialog::spacingHint());
lay->addWidget(mSubRepetition); lay->addWidget(mSubRepetition);
lay = new TQVBoxLayout(tqlayout); lay = new TQVBoxLayout(layout);
lay->addStretch(); lay->addStretch();
tqlayout = new TQHBoxLayout(lay); layout = new TQHBoxLayout(lay);
tqlayout->addSpacing(KDialog::marginHint()); layout->addSpacing(KDialog::marginHint());
TQFrame* divider = new TQFrame(ruleFrame); TQFrame* divider = new TQFrame(ruleFrame);
divider->setFrameStyle(TQFrame::VLine | TQFrame::Sunken); divider->setFrameStyle(TQFrame::VLine | TQFrame::Sunken);
tqlayout->addWidget(divider); layout->addWidget(divider);
tqlayout->addSpacing(KDialog::marginHint()); layout->addSpacing(KDialog::marginHint());
mNoRule = new NoRule(ruleFrame, "noFrame"); mNoRule = new NoRule(ruleFrame, "noFrame");
mSubDailyRule = new SubDailyRule(mReadOnly, ruleFrame, "subdayFrame"); mSubDailyRule = new SubDailyRule(mReadOnly, ruleFrame, "subdayFrame");
@ -203,15 +203,15 @@ RecurrenceEdit::RecurrenceEdit(bool readOnly, TQWidget* parent, const char* name
connect(mYearlyRule, TQT_SIGNAL(frequencyChanged()), this, TQT_SIGNAL(frequencyChanged())); connect(mYearlyRule, TQT_SIGNAL(frequencyChanged()), this, TQT_SIGNAL(frequencyChanged()));
mRuleStack = new TQWidgetStack(ruleFrame); mRuleStack = new TQWidgetStack(ruleFrame);
tqlayout->addWidget(mRuleStack); layout->addWidget(mRuleStack);
tqlayout->addStretch(1); layout->addStretch(1);
mRuleStack->addWidget(mNoRule, 0); mRuleStack->addWidget(mNoRule, 0);
mRuleStack->addWidget(mSubDailyRule, 1); mRuleStack->addWidget(mSubDailyRule, 1);
mRuleStack->addWidget(mDailyRule, 2); mRuleStack->addWidget(mDailyRule, 2);
mRuleStack->addWidget(mWeeklyRule, 3); mRuleStack->addWidget(mWeeklyRule, 3);
mRuleStack->addWidget(mMonthlyRule, 4); mRuleStack->addWidget(mMonthlyRule, 4);
mRuleStack->addWidget(mYearlyRule, 5); mRuleStack->addWidget(mYearlyRule, 5);
tqlayout->addSpacing(KDialog::marginHint()); layout->addSpacing(KDialog::marginHint());
// Create the recurrence range group which contains the controls // Create the recurrence range group which contains the controls
// which specify how long the recurrence is to last. // which specify how long the recurrence is to last.
@ -220,16 +220,16 @@ RecurrenceEdit::RecurrenceEdit(bool readOnly, TQWidget* parent, const char* name
connect(mRangeButtonGroup, TQT_SIGNAL(buttonSet(int)), TQT_SLOT(rangeTypeClicked())); connect(mRangeButtonGroup, TQT_SIGNAL(buttonSet(int)), TQT_SLOT(rangeTypeClicked()));
topLayout->addWidget(mRangeButtonGroup); topLayout->addWidget(mRangeButtonGroup);
TQVBoxLayout* vtqlayout = new TQVBoxLayout(mRangeButtonGroup, KDialog::marginHint(), KDialog::spacingHint()); TQVBoxLayout* vlayout = new TQVBoxLayout(mRangeButtonGroup, KDialog::marginHint(), KDialog::spacingHint());
vtqlayout->addSpacing(fontMetrics().lineSpacing()/2); vlayout->addSpacing(fontMetrics().lineSpacing()/2);
mNoEndDateButton = new RadioButton(i18n("No &end"), mRangeButtonGroup); mNoEndDateButton = new RadioButton(i18n("No &end"), mRangeButtonGroup);
mNoEndDateButton->setFixedSize(mNoEndDateButton->sizeHint()); mNoEndDateButton->setFixedSize(mNoEndDateButton->sizeHint());
mNoEndDateButton->setReadOnly(mReadOnly); mNoEndDateButton->setReadOnly(mReadOnly);
TQWhatsThis::add(mNoEndDateButton, i18n("Repeat the alarm indefinitely")); TQWhatsThis::add(mNoEndDateButton, i18n("Repeat the alarm indefinitely"));
vtqlayout->addWidget(mNoEndDateButton, 1, TQt::AlignAuto); vlayout->addWidget(mNoEndDateButton, 1, TQt::AlignAuto);
TQSize size = mNoEndDateButton->size(); TQSize size = mNoEndDateButton->size();
tqlayout = new TQHBoxLayout(vtqlayout, KDialog::spacingHint()); layout = new TQHBoxLayout(vlayout, KDialog::spacingHint());
mRepeatCountButton = new RadioButton(i18n("End a&fter:"), mRangeButtonGroup); mRepeatCountButton = new RadioButton(i18n("End a&fter:"), mRangeButtonGroup);
mRepeatCountButton->setReadOnly(mReadOnly); mRepeatCountButton->setReadOnly(mReadOnly);
TQWhatsThis::add(mRepeatCountButton, TQWhatsThis::add(mRepeatCountButton,
@ -245,14 +245,14 @@ RecurrenceEdit::RecurrenceEdit(bool readOnly, TQWidget* parent, const char* name
mRepeatCountButton->setFocusWidget(mRepeatCountEntry); mRepeatCountButton->setFocusWidget(mRepeatCountEntry);
mRepeatCountLabel = new TQLabel(i18n("occurrence(s)"), mRangeButtonGroup); mRepeatCountLabel = new TQLabel(i18n("occurrence(s)"), mRangeButtonGroup);
mRepeatCountLabel->setFixedSize(mRepeatCountLabel->sizeHint()); mRepeatCountLabel->setFixedSize(mRepeatCountLabel->sizeHint());
tqlayout->addWidget(mRepeatCountButton); layout->addWidget(mRepeatCountButton);
tqlayout->addSpacing(KDialog::spacingHint()); layout->addSpacing(KDialog::spacingHint());
tqlayout->addWidget(mRepeatCountEntry); layout->addWidget(mRepeatCountEntry);
tqlayout->addWidget(mRepeatCountLabel); layout->addWidget(mRepeatCountLabel);
tqlayout->addStretch(); layout->addStretch();
size = size.expandedTo(mRepeatCountButton->sizeHint()); size = size.expandedTo(mRepeatCountButton->sizeHint());
tqlayout = new TQHBoxLayout(vtqlayout, KDialog::spacingHint()); layout = new TQHBoxLayout(vlayout, KDialog::spacingHint());
mEndDateButton = new RadioButton(i18n("End &by:"), mRangeButtonGroup); mEndDateButton = new RadioButton(i18n("End &by:"), mRangeButtonGroup);
mEndDateButton->setReadOnly(mReadOnly); mEndDateButton->setReadOnly(mReadOnly);
TQWhatsThis::add(mEndDateButton, TQWhatsThis::add(mEndDateButton,
@ -275,12 +275,12 @@ RecurrenceEdit::RecurrenceEdit(bool readOnly, TQWidget* parent, const char* name
connect(mEndAnyTimeCheckBox, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotAnyTimeToggled(bool))); connect(mEndAnyTimeCheckBox, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotAnyTimeToggled(bool)));
TQWhatsThis::add(mEndAnyTimeCheckBox, TQWhatsThis::add(mEndAnyTimeCheckBox,
i18n("Stop repeating the alarm after your first login on or after the specified end date")); i18n("Stop repeating the alarm after your first login on or after the specified end date"));
tqlayout->addWidget(mEndDateButton); layout->addWidget(mEndDateButton);
tqlayout->addSpacing(KDialog::spacingHint()); layout->addSpacing(KDialog::spacingHint());
tqlayout->addWidget(mEndDateEdit); layout->addWidget(mEndDateEdit);
tqlayout->addWidget(mEndTimeEdit); layout->addWidget(mEndTimeEdit);
tqlayout->addWidget(mEndAnyTimeCheckBox); layout->addWidget(mEndAnyTimeCheckBox);
tqlayout->addStretch(); layout->addStretch();
size = size.expandedTo(mEndDateButton->sizeHint()); size = size.expandedTo(mEndDateButton->sizeHint());
// Line up the widgets to the right of the radio buttons // Line up the widgets to the right of the radio buttons
@ -293,17 +293,17 @@ RecurrenceEdit::RecurrenceEdit(bool readOnly, TQWidget* parent, const char* name
mExceptionGroup = new TQGroupBox(i18n("E&xceptions"), this, "mExceptionGroup"); mExceptionGroup = new TQGroupBox(i18n("E&xceptions"), this, "mExceptionGroup");
topLayout->addWidget(mExceptionGroup); topLayout->addWidget(mExceptionGroup);
topLayout->setStretchFactor(mExceptionGroup, 2); topLayout->setStretchFactor(mExceptionGroup, 2);
vtqlayout = new TQVBoxLayout(mExceptionGroup, KDialog::marginHint(), KDialog::spacingHint()); vlayout = new TQVBoxLayout(mExceptionGroup, KDialog::marginHint(), KDialog::spacingHint());
vtqlayout->addSpacing(fontMetrics().lineSpacing()/2); vlayout->addSpacing(fontMetrics().lineSpacing()/2);
tqlayout = new TQHBoxLayout(vtqlayout, KDialog::spacingHint()); layout = new TQHBoxLayout(vlayout, KDialog::spacingHint());
vtqlayout = new TQVBoxLayout(tqlayout); vlayout = new TQVBoxLayout(layout);
mExceptionDateList = new TQListBox(mExceptionGroup); mExceptionDateList = new TQListBox(mExceptionGroup);
mExceptionDateList->setSizePolicy(TQSizePolicy(TQSizePolicy::Expanding, TQSizePolicy::Expanding)); mExceptionDateList->setSizePolicy(TQSizePolicy(TQSizePolicy::Expanding, TQSizePolicy::Expanding));
connect(mExceptionDateList, TQT_SIGNAL(selectionChanged()), TQT_SLOT(enableExceptionButtons())); connect(mExceptionDateList, TQT_SIGNAL(selectionChanged()), TQT_SLOT(enableExceptionButtons()));
TQWhatsThis::add(mExceptionDateList, TQWhatsThis::add(mExceptionDateList,
i18n("The list of exceptions, i.e. dates/times excluded from the recurrence")); i18n("The list of exceptions, i.e. dates/times excluded from the recurrence"));
vtqlayout->addWidget(mExceptionDateList); vlayout->addWidget(mExceptionDateList);
if (mReadOnly) if (mReadOnly)
{ {
@ -313,36 +313,36 @@ RecurrenceEdit::RecurrenceEdit(bool readOnly, TQWidget* parent, const char* name
} }
else else
{ {
vtqlayout = new TQVBoxLayout(tqlayout); vlayout = new TQVBoxLayout(layout);
mExceptionDateEdit = new DateEdit(mExceptionGroup); mExceptionDateEdit = new DateEdit(mExceptionGroup);
mExceptionDateEdit->setFixedSize(mExceptionDateEdit->sizeHint()); mExceptionDateEdit->setFixedSize(mExceptionDateEdit->sizeHint());
mExceptionDateEdit->setDate(TQDate::currentDate()); mExceptionDateEdit->setDate(TQDate::currentDate());
TQWhatsThis::add(mExceptionDateEdit, TQWhatsThis::add(mExceptionDateEdit,
i18n("Enter a date to insert in the exceptions list. " i18n("Enter a date to insert in the exceptions list. "
"Use in conjunction with the Add or Change button below.")); "Use in conjunction with the Add or Change button below."));
vtqlayout->addWidget(mExceptionDateEdit); vlayout->addWidget(mExceptionDateEdit);
tqlayout = new TQHBoxLayout(vtqlayout, KDialog::spacingHint()); layout = new TQHBoxLayout(vlayout, KDialog::spacingHint());
TQPushButton* button = new TQPushButton(i18n("Add"), mExceptionGroup); TQPushButton* button = new TQPushButton(i18n("Add"), mExceptionGroup);
button->setFixedSize(button->sizeHint()); button->setFixedSize(button->sizeHint());
connect(button, TQT_SIGNAL(clicked()), TQT_SLOT(addException())); connect(button, TQT_SIGNAL(clicked()), TQT_SLOT(addException()));
TQWhatsThis::add(button, TQWhatsThis::add(button,
i18n("Add the date entered above to the exceptions list")); i18n("Add the date entered above to the exceptions list"));
tqlayout->addWidget(button); layout->addWidget(button);
mChangeExceptionButton = new TQPushButton(i18n("Change"), mExceptionGroup); mChangeExceptionButton = new TQPushButton(i18n("Change"), mExceptionGroup);
mChangeExceptionButton->setFixedSize(mChangeExceptionButton->sizeHint()); mChangeExceptionButton->setFixedSize(mChangeExceptionButton->sizeHint());
connect(mChangeExceptionButton, TQT_SIGNAL(clicked()), TQT_SLOT(changeException())); connect(mChangeExceptionButton, TQT_SIGNAL(clicked()), TQT_SLOT(changeException()));
TQWhatsThis::add(mChangeExceptionButton, TQWhatsThis::add(mChangeExceptionButton,
i18n("Replace the currently highlighted item in the exceptions list with the date entered above")); i18n("Replace the currently highlighted item in the exceptions list with the date entered above"));
tqlayout->addWidget(mChangeExceptionButton); layout->addWidget(mChangeExceptionButton);
mDeleteExceptionButton = new TQPushButton(i18n("Delete"), mExceptionGroup); mDeleteExceptionButton = new TQPushButton(i18n("Delete"), mExceptionGroup);
mDeleteExceptionButton->setFixedSize(mDeleteExceptionButton->sizeHint()); mDeleteExceptionButton->setFixedSize(mDeleteExceptionButton->sizeHint());
connect(mDeleteExceptionButton, TQT_SIGNAL(clicked()), TQT_SLOT(deleteException())); connect(mDeleteExceptionButton, TQT_SIGNAL(clicked()), TQT_SLOT(deleteException()));
TQWhatsThis::add(mDeleteExceptionButton, TQWhatsThis::add(mDeleteExceptionButton,
i18n("Remove the currently highlighted item from the exceptions list")); i18n("Remove the currently highlighted item from the exceptions list"));
tqlayout->addWidget(mDeleteExceptionButton); layout->addWidget(mDeleteExceptionButton);
} }
mNoEmitTypeChanged = false; mNoEmitTypeChanged = false;
@ -1112,7 +1112,7 @@ DayWeekRule::DayWeekRule(const TQString& freqText, const TQString& freqWhatsThis
: Rule(freqText, freqWhatsThis, false, readOnly, parent, name), : Rule(freqText, freqWhatsThis, false, readOnly, parent, name),
mSavedDays(7) mSavedDays(7)
{ {
TQGridLayout* grid = new TQGridLayout(tqlayout(), 1, 4, KDialog::spacingHint()); TQGridLayout* grid = new TQGridLayout(layout(), 1, 4, KDialog::spacingHint());
grid->setRowStretch(0, 1); grid->setRowStretch(0, 1);
TQLabel* label = new TQLabel(i18n("On: Tuesday", "O&n:"), this); TQLabel* label = new TQLabel(i18n("On: Tuesday", "O&n:"), this);
@ -1258,7 +1258,7 @@ MonthYearRule::MonthYearRule(const TQString& freqText, const TQString& freqWhats
// Month day selector // Month day selector
TQHBox* box = new TQHBox(this); TQHBox* box = new TQHBox(this);
box->setSpacing(KDialog::spacingHint()); box->setSpacing(KDialog::spacingHint());
tqlayout()->addWidget(box); layout()->addWidget(box);
mDayButton = new RadioButton(i18n("On day number in the month", "O&n day"), box); mDayButton = new RadioButton(i18n("On day number in the month", "O&n day"), box);
mDayButton->setFixedSize(mDayButton->sizeHint()); mDayButton->setFixedSize(mDayButton->sizeHint());
@ -1283,7 +1283,7 @@ MonthYearRule::MonthYearRule(const TQString& freqText, const TQString& freqWhats
// Month position selector // Month position selector
box = new TQHBox(this); box = new TQHBox(this);
box->setSpacing(KDialog::spacingHint()); box->setSpacing(KDialog::spacingHint());
tqlayout()->addWidget(box); layout()->addWidget(box);
mPosButton = new RadioButton(i18n("On the 1st Tuesday", "On t&he"), box); mPosButton = new RadioButton(i18n("On the 1st Tuesday", "On t&he"), box);
mPosButton->setFixedSize(mPosButton->sizeHint()); mPosButton->setFixedSize(mPosButton->sizeHint());
@ -1456,14 +1456,14 @@ YearlyRule::YearlyRule(bool readOnly, TQWidget* parent, const char* name)
true, readOnly, parent, name) true, readOnly, parent, name)
{ {
// Set up the month selection widgets // Set up the month selection widgets
TQBoxLayout* htqlayout = new TQHBoxLayout(tqlayout(), KDialog::spacingHint()); TQBoxLayout* hlayout = new TQHBoxLayout(layout(), KDialog::spacingHint());
TQLabel* label = new TQLabel(i18n("List of months to select", "Months:"), this); TQLabel* label = new TQLabel(i18n("List of months to select", "Months:"), this);
label->setFixedSize(label->sizeHint()); label->setFixedSize(label->sizeHint());
htqlayout->addWidget(label, 0, TQt::AlignAuto | TQt::AlignTop); hlayout->addWidget(label, 0, TQt::AlignAuto | TQt::AlignTop);
// List the months of the year. // List the months of the year.
TQWidget* w = new TQWidget(this); // this is to control the TQWhatsThis text display area TQWidget* w = new TQWidget(this); // this is to control the TQWhatsThis text display area
htqlayout->addWidget(w, 1, TQt::AlignAuto); hlayout->addWidget(w, 1, TQt::AlignAuto);
TQGridLayout* grid = new TQGridLayout(w, 4, 3, 0, KDialog::spacingHint()); TQGridLayout* grid = new TQGridLayout(w, 4, 3, 0, KDialog::spacingHint());
const KCalendarSystem* calendar = KGlobal::locale()->calendar(); const KCalendarSystem* calendar = KGlobal::locale()->calendar();
int year = TQDate::currentDate().year(); int year = TQDate::currentDate().year();
@ -1480,7 +1480,7 @@ YearlyRule::YearlyRule(bool readOnly, TQWidget* parent, const char* name)
// February 29th handling option // February 29th handling option
TQHBox* f29box = new TQHBox(this); TQHBox* f29box = new TQHBox(this);
tqlayout()->addWidget(f29box); layout()->addWidget(f29box);
TQHBox* box = new TQHBox(f29box); // this is to control the TQWhatsThis text display area TQHBox* box = new TQHBox(f29box); // this is to control the TQWhatsThis text display area
box->setSpacing(KDialog::spacingHint()); box->setSpacing(KDialog::spacingHint());
mFeb29Label = new TQLabel(i18n("February 2&9th alarm in non-leap years:"), box); mFeb29Label = new TQLabel(i18n("February 2&9th alarm in non-leap years:"), box);

@ -54,7 +54,7 @@ class Rule : public NoRule
int frequency() const; int frequency() const;
void setFrequency(int); void setFrequency(int);
virtual void setFrequencyFocus() { mSpinBox->setFocus(); } virtual void setFrequencyFocus() { mSpinBox->setFocus(); }
TQVBoxLayout* tqlayout() const { return mLayout; } TQVBoxLayout* layout() const { return mLayout; }
virtual TQWidget* validate(TQString&) { return 0; } virtual TQWidget* validate(TQString&) { return 0; }
virtual void saveState(); virtual void saveState();
virtual bool stateChanged() const; virtual bool stateChanged() const;

@ -57,13 +57,13 @@ Reminder::Reminder(const TQString& caption, const TQString& reminderWhatsThis, c
if (showOnceOnly) if (showOnceOnly)
{ {
TQBoxLayout* tqlayout = new TQHBoxLayout(topLayout, KDialog::spacingHint()); TQBoxLayout* layout = new TQHBoxLayout(topLayout, KDialog::spacingHint());
tqlayout->addSpacing(3*KDialog::spacingHint()); layout->addSpacing(3*KDialog::spacingHint());
mOnceOnly = new CheckBox(i18n_u_first_recurrence_only(), this); mOnceOnly = new CheckBox(i18n_u_first_recurrence_only(), this);
mOnceOnly->setFixedSize(mOnceOnly->sizeHint()); mOnceOnly->setFixedSize(mOnceOnly->sizeHint());
TQWhatsThis::add(mOnceOnly, i18n("Display the reminder only before the first time the alarm is scheduled")); TQWhatsThis::add(mOnceOnly, i18n("Display the reminder only before the first time the alarm is scheduled"));
tqlayout->addWidget(mOnceOnly); layout->addWidget(mOnceOnly);
tqlayout->addStretch(); layout->addStretch();
} }
else else
mOnceOnly = 0; mOnceOnly = 0;

@ -174,13 +174,13 @@ RepetitionDlg::RepetitionDlg(const TQString& caption, bool readOnly, TQWidget* p
connect(mButtonGroup, TQT_SIGNAL(buttonSet(int)), TQT_SLOT(typeClicked())); connect(mButtonGroup, TQT_SIGNAL(buttonSet(int)), TQT_SLOT(typeClicked()));
topLayout->addWidget(mButtonGroup); topLayout->addWidget(mButtonGroup);
TQBoxLayout* vtqlayout = new TQVBoxLayout(mButtonGroup, marginHint(), spacing); TQBoxLayout* vlayout = new TQVBoxLayout(mButtonGroup, marginHint(), spacing);
TQBoxLayout* tqlayout = new TQHBoxLayout(vtqlayout, spacing); TQBoxLayout* layout = new TQHBoxLayout(vlayout, spacing);
mCountButton = new RadioButton(i18n("&Number of repetitions:"), mButtonGroup); mCountButton = new RadioButton(i18n("&Number of repetitions:"), mButtonGroup);
mCountButton->setFixedSize(mCountButton->sizeHint()); mCountButton->setFixedSize(mCountButton->sizeHint());
TQWhatsThis::add(mCountButton, TQWhatsThis::add(mCountButton,
i18n("Check to specify the number of times the alarm should repeat after each recurrence")); i18n("Check to specify the number of times the alarm should repeat after each recurrence"));
tqlayout->addWidget(mCountButton); layout->addWidget(mCountButton);
mCount = new SpinBox(1, MAX_COUNT, 1, mButtonGroup); mCount = new SpinBox(1, MAX_COUNT, 1, mButtonGroup);
mCount->setFixedSize(mCount->sizeHint()); mCount->setFixedSize(mCount->sizeHint());
mCount->setLineShiftStep(10); mCount->setLineShiftStep(10);
@ -188,24 +188,24 @@ RepetitionDlg::RepetitionDlg(const TQString& caption, bool readOnly, TQWidget* p
connect(mCount, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(countChanged(int))); connect(mCount, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(countChanged(int)));
TQWhatsThis::add(mCount, TQWhatsThis::add(mCount,
i18n("Enter the number of times to trigger the alarm after its initial occurrence")); i18n("Enter the number of times to trigger the alarm after its initial occurrence"));
tqlayout->addWidget(mCount); layout->addWidget(mCount);
mCountButton->setFocusWidget(mCount); mCountButton->setFocusWidget(mCount);
tqlayout->addStretch(); layout->addStretch();
tqlayout = new TQHBoxLayout(vtqlayout, spacing); layout = new TQHBoxLayout(vlayout, spacing);
mDurationButton = new RadioButton(i18n("&Duration:"), mButtonGroup); mDurationButton = new RadioButton(i18n("&Duration:"), mButtonGroup);
mDurationButton->setFixedSize(mDurationButton->sizeHint()); mDurationButton->setFixedSize(mDurationButton->sizeHint());
TQWhatsThis::add(mDurationButton, TQWhatsThis::add(mDurationButton,
i18n("Check to specify how long the alarm is to be repeated")); i18n("Check to specify how long the alarm is to be repeated"));
tqlayout->addWidget(mDurationButton); layout->addWidget(mDurationButton);
mDuration = new TimePeriod(true, mButtonGroup); mDuration = new TimePeriod(true, mButtonGroup);
mDuration->setFixedSize(mDuration->sizeHint()); mDuration->setFixedSize(mDuration->sizeHint());
connect(mDuration, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(durationChanged(int))); connect(mDuration, TQT_SIGNAL(valueChanged(int)), TQT_SLOT(durationChanged(int)));
TQWhatsThis::add(mDuration, TQWhatsThis::add(mDuration,
i18n("Enter the length of time to repeat the alarm")); i18n("Enter the length of time to repeat the alarm"));
tqlayout->addWidget(mDuration); layout->addWidget(mDuration);
mDurationButton->setFocusWidget(mDuration); mDurationButton->setFocusWidget(mDuration);
tqlayout->addStretch(); layout->addStretch();
mCountButton->setChecked(true); mCountButton->setChecked(true);
repetitionToggled(false); repetitionToggled(false);

@ -78,11 +78,11 @@ SoundDlg::SoundDlg(const TQString& file, float volume, float fadeVolume, int fad
{ {
TQWidget* page = new TQWidget(this); TQWidget* page = new TQWidget(this);
setMainWidget(page); setMainWidget(page);
TQVBoxLayout* tqlayout = new TQVBoxLayout(page, 0, spacingHint()); TQVBoxLayout* layout = new TQVBoxLayout(page, 0, spacingHint());
// File play button // File play button
TQHBox* box = new TQHBox(page); TQHBox* box = new TQHBox(page);
tqlayout->addWidget(box); layout->addWidget(box);
mFilePlay = new TQPushButton(box); mFilePlay = new TQPushButton(box);
mFilePlay->setPixmap(SmallIcon("player_play")); mFilePlay->setPixmap(SmallIcon("player_play"));
mFilePlay->setFixedSize(mFilePlay->sizeHint()); mFilePlay->setFixedSize(mFilePlay->sizeHint());
@ -108,11 +108,11 @@ SoundDlg::SoundDlg(const TQString& file, float volume, float fadeVolume, int fad
mRepeatCheckbox->setFixedSize(mRepeatCheckbox->sizeHint()); mRepeatCheckbox->setFixedSize(mRepeatCheckbox->sizeHint());
TQWhatsThis::add(mRepeatCheckbox, TQWhatsThis::add(mRepeatCheckbox,
i18n("If checked, the sound file will be played repeatedly for as long as the message is displayed.")); i18n("If checked, the sound file will be played repeatedly for as long as the message is displayed."));
tqlayout->addWidget(mRepeatCheckbox); layout->addWidget(mRepeatCheckbox);
// Volume // Volume
TQGroupBox* group = new TQGroupBox(i18n("Volume"), page); TQGroupBox* group = new TQGroupBox(i18n("Volume"), page);
tqlayout->addWidget(group); layout->addWidget(group);
TQGridLayout* grid = new TQGridLayout(group, 4, 3, marginHint(), spacingHint()); TQGridLayout* grid = new TQGridLayout(group, 4, 3, marginHint(), spacingHint());
grid->addRowSpacing(0, fontMetrics().height() - marginHint() + spacingHint()); grid->addRowSpacing(0, fontMetrics().height() - marginHint() + spacingHint());
grid->setColStretch(2, 1); grid->setColStretch(2, 1);

@ -95,12 +95,12 @@ SpecialActionsDlg::SpecialActionsDlg(const TQString& preAction, const TQString&
{ {
TQWidget* page = new TQWidget(this); TQWidget* page = new TQWidget(this);
setMainWidget(page); setMainWidget(page);
TQVBoxLayout* tqlayout = new TQVBoxLayout(page, 0, spacingHint()); TQVBoxLayout* layout = new TQVBoxLayout(page, 0, spacingHint());
mActions = new SpecialActions(page); mActions = new SpecialActions(page);
mActions->setActions(preAction, postAction); mActions->setActions(preAction, postAction);
tqlayout->addWidget(mActions); layout->addWidget(mActions);
tqlayout->addSpacing(KDialog::spacingHint()); layout->addSpacing(KDialog::spacingHint());
TQSize s; TQSize s;
if (KAlarm::readConfigWindowSize(SPEC_ACT_DIALOG_NAME, s)) if (KAlarm::readConfigWindowSize(SPEC_ACT_DIALOG_NAME, s))

@ -50,34 +50,34 @@ TemplateDlg::TemplateDlg(TQWidget* parent, const char* name)
TQBoxLayout* topLayout = new TQHBoxLayout(topWidget); TQBoxLayout* topLayout = new TQHBoxLayout(topWidget);
topLayout->setSpacing(spacingHint()); topLayout->setSpacing(spacingHint());
TQBoxLayout* tqlayout = new TQVBoxLayout(topLayout); TQBoxLayout* layout = new TQVBoxLayout(topLayout);
mTemplateList = new TemplateListView(true, i18n("The list of alarm templates"), topWidget); mTemplateList = new TemplateListView(true, i18n("The list of alarm templates"), topWidget);
mTemplateList->setSelectionMode(TQListView::Extended); mTemplateList->setSelectionMode(TQListView::Extended);
mTemplateList->setSizePolicy(TQSizePolicy(TQSizePolicy::Expanding, TQSizePolicy::Expanding)); mTemplateList->setSizePolicy(TQSizePolicy(TQSizePolicy::Expanding, TQSizePolicy::Expanding));
connect(mTemplateList, TQT_SIGNAL(selectionChanged()), TQT_SLOT(slotSelectionChanged())); connect(mTemplateList, TQT_SIGNAL(selectionChanged()), TQT_SLOT(slotSelectionChanged()));
tqlayout->addWidget(mTemplateList); layout->addWidget(mTemplateList);
tqlayout = new TQVBoxLayout(topLayout); layout = new TQVBoxLayout(topLayout);
TQPushButton* button = new TQPushButton(i18n("&New..."), topWidget); TQPushButton* button = new TQPushButton(i18n("&New..."), topWidget);
connect(button, TQT_SIGNAL(clicked()), TQT_SLOT(slotNew())); connect(button, TQT_SIGNAL(clicked()), TQT_SLOT(slotNew()));
TQWhatsThis::add(button, i18n("Create a new alarm template")); TQWhatsThis::add(button, i18n("Create a new alarm template"));
tqlayout->addWidget(button); layout->addWidget(button);
mEditButton = new TQPushButton(i18n("&Edit..."), topWidget); mEditButton = new TQPushButton(i18n("&Edit..."), topWidget);
connect(mEditButton, TQT_SIGNAL(clicked()), TQT_SLOT(slotEdit())); connect(mEditButton, TQT_SIGNAL(clicked()), TQT_SLOT(slotEdit()));
TQWhatsThis::add(mEditButton, i18n("Edit the currently highlighted alarm template")); TQWhatsThis::add(mEditButton, i18n("Edit the currently highlighted alarm template"));
tqlayout->addWidget(mEditButton); layout->addWidget(mEditButton);
mCopyButton = new TQPushButton(i18n("Co&py"), topWidget); mCopyButton = new TQPushButton(i18n("Co&py"), topWidget);
connect(mCopyButton, TQT_SIGNAL(clicked()), TQT_SLOT(slotCopy())); connect(mCopyButton, TQT_SIGNAL(clicked()), TQT_SLOT(slotCopy()));
TQWhatsThis::add(mCopyButton, TQWhatsThis::add(mCopyButton,
i18n("Create a new alarm template based on a copy of the currently highlighted template")); i18n("Create a new alarm template based on a copy of the currently highlighted template"));
tqlayout->addWidget(mCopyButton); layout->addWidget(mCopyButton);
mDeleteButton = new TQPushButton(i18n("&Delete"), topWidget); mDeleteButton = new TQPushButton(i18n("&Delete"), topWidget);
connect(mDeleteButton, TQT_SIGNAL(clicked()), TQT_SLOT(slotDelete())); connect(mDeleteButton, TQT_SIGNAL(clicked()), TQT_SLOT(slotDelete()));
TQWhatsThis::add(mDeleteButton, i18n("Delete the currently highlighted alarm template")); TQWhatsThis::add(mDeleteButton, i18n("Delete the currently highlighted alarm template"));
tqlayout->addWidget(mDeleteButton); layout->addWidget(mDeleteButton);
KAccel* accel = new KAccel(this); KAccel* accel = new KAccel(this);
accel->insert(KStdAccel::SelectAll, TQT_TQOBJECT(mTemplateList), TQT_SLOT(slotSelectAll())); accel->insert(KStdAccel::SelectAll, TQT_TQOBJECT(mTemplateList), TQT_SLOT(slotSelectAll()));

@ -41,16 +41,16 @@ TimeSelector::TimeSelector(const TQString& selectText, const TQString& postfix,
{ {
setFrameStyle(TQFrame::NoFrame); setFrameStyle(TQFrame::NoFrame);
TQVBoxLayout* topLayout = new TQVBoxLayout(this, 0, KDialog::spacingHint()); TQVBoxLayout* topLayout = new TQVBoxLayout(this, 0, KDialog::spacingHint());
TQHBoxLayout* tqlayout = new TQHBoxLayout(topLayout, KDialog::spacingHint()); TQHBoxLayout* layout = new TQHBoxLayout(topLayout, KDialog::spacingHint());
mSelect = new CheckBox(selectText, this); mSelect = new CheckBox(selectText, this);
mSelect->setFixedSize(mSelect->sizeHint()); mSelect->setFixedSize(mSelect->sizeHint());
connect(mSelect, TQT_SIGNAL(toggled(bool)), TQT_SLOT(selectToggled(bool))); connect(mSelect, TQT_SIGNAL(toggled(bool)), TQT_SLOT(selectToggled(bool)));
TQWhatsThis::add(mSelect, selectWhatsThis); TQWhatsThis::add(mSelect, selectWhatsThis);
tqlayout->addWidget(mSelect); layout->addWidget(mSelect);
TQHBox* box = new TQHBox(this); // to group widgets for TQWhatsThis text TQHBox* box = new TQHBox(this); // to group widgets for TQWhatsThis text
box->setSpacing(KDialog::spacingHint()); box->setSpacing(KDialog::spacingHint());
tqlayout->addWidget(box); layout->addWidget(box);
mPeriod = new TimePeriod(allowHourMinute, box); mPeriod = new TimePeriod(allowHourMinute, box);
mPeriod->setFixedSize(mPeriod->sizeHint()); mPeriod->setFixedSize(mPeriod->sizeHint());
mPeriod->setSelectOnStep(false); mPeriod->setSelectOnStep(false);

@ -318,7 +318,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>tqlayout21</cstring> <cstring>layout21</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -63,14 +63,14 @@ protected:
KArmTimeWidget::KArmTimeWidget( TQWidget* parent, const char* name ) KArmTimeWidget::KArmTimeWidget( TQWidget* parent, const char* name )
: TQWidget(parent, name) : TQWidget(parent, name)
{ {
TQHBoxLayout *tqlayout = new TQHBoxLayout(this); TQHBoxLayout *layout = new TQHBoxLayout(this);
_hourLE = new TQLineEdit( this); _hourLE = new TQLineEdit( this);
// 9999 hours > 1 year! // 9999 hours > 1 year!
// 999 hours = 41 days (That should be enough ...) // 999 hours = 41 days (That should be enough ...)
_hourLE->setFixedWidth( fontMetrics().maxWidth() * 3 _hourLE->setFixedWidth( fontMetrics().maxWidth() * 3
+ 2 * _hourLE->frameWidth() + 2); + 2 * _hourLE->frameWidth() + 2);
tqlayout->addWidget(_hourLE); layout->addWidget(_hourLE);
TimeValidator *validator = new TimeValidator( HOUR, _hourLE, TimeValidator *validator = new TimeValidator( HOUR, _hourLE,
"Validator for _hourLE"); "Validator for _hourLE");
_hourLE->setValidator( validator ); _hourLE->setValidator( validator );
@ -78,23 +78,23 @@ KArmTimeWidget::KArmTimeWidget( TQWidget* parent, const char* name )
TQLabel *hr = new TQLabel( i18n( "abbreviation for hours", " hr. " ), this ); TQLabel *hr = new TQLabel( i18n( "abbreviation for hours", " hr. " ), this );
tqlayout->addWidget( hr ); layout->addWidget( hr );
_minuteLE = new KarmLineEdit(this); _minuteLE = new KarmLineEdit(this);
// Minutes lineedit: Make room for 2 digits // Minutes lineedit: Make room for 2 digits
_minuteLE->setFixedWidth( fontMetrics().maxWidth() * 2 _minuteLE->setFixedWidth( fontMetrics().maxWidth() * 2
+ 2 * _minuteLE->frameWidth() + 2); + 2 * _minuteLE->frameWidth() + 2);
tqlayout->addWidget(_minuteLE); layout->addWidget(_minuteLE);
validator = new TimeValidator( MINUTE, _minuteLE, "Validator for _minuteLE"); validator = new TimeValidator( MINUTE, _minuteLE, "Validator for _minuteLE");
_minuteLE->setValidator( validator ); _minuteLE->setValidator( validator );
_minuteLE->setMaxLength(2); _minuteLE->setMaxLength(2);
_minuteLE->setAlignment( TQt::AlignRight ); _minuteLE->setAlignment( TQt::AlignRight );
TQLabel *min = new TQLabel( i18n( "abbreviation for minutes", " min. " ), this ); TQLabel *min = new TQLabel( i18n( "abbreviation for minutes", " min. " ), this );
tqlayout->addWidget( min ); layout->addWidget( min );
tqlayout->addStretch(1); layout->addStretch(1);
setFocusProxy( _hourLE ); setFocusProxy( _hourLE );
} }

@ -51,8 +51,8 @@ void Preferences::makeBehaviorPage()
icon ); icon );
TQVBoxLayout* topLevel = new TQVBoxLayout( behaviorPage, 0, spacingHint() ); TQVBoxLayout* topLevel = new TQVBoxLayout( behaviorPage, 0, spacingHint() );
TQGridLayout* tqlayout = new TQGridLayout( topLevel, 2, 2 ); TQGridLayout* layout = new TQGridLayout( topLevel, 2, 2 );
tqlayout->setColStretch( 1, 1 ); layout->setColStretch( 1, 1 );
_doIdleDetectionW = new TQCheckBox _doIdleDetectionW = new TQCheckBox
( i18n("Detect desktop as idle after"), behaviorPage, "_doIdleDetectionW"); ( i18n("Detect desktop as idle after"), behaviorPage, "_doIdleDetectionW");
@ -62,9 +62,9 @@ void Preferences::makeBehaviorPage()
_promptDeleteW = new TQCheckBox _promptDeleteW = new TQCheckBox
( i18n( "Prompt before deleting tasks" ), behaviorPage, "_promptDeleteW" ); ( i18n( "Prompt before deleting tasks" ), behaviorPage, "_promptDeleteW" );
tqlayout->addWidget(_doIdleDetectionW, 0, 0 ); layout->addWidget(_doIdleDetectionW, 0, 0 );
tqlayout->addWidget(_idleDetectValueW, 0, 1 ); layout->addWidget(_idleDetectValueW, 0, 1 );
tqlayout->addWidget(_promptDeleteW, 1, 0 ); layout->addWidget(_promptDeleteW, 1, 0 );
topLevel->addStretch(); topLevel->addStretch();
@ -79,8 +79,8 @@ void Preferences::makeDisplayPage()
icon ); icon );
TQVBoxLayout* topLevel = new TQVBoxLayout( displayPage, 0, spacingHint() ); TQVBoxLayout* topLevel = new TQVBoxLayout( displayPage, 0, spacingHint() );
TQGridLayout* tqlayout = new TQGridLayout( topLevel, 5, 2 ); TQGridLayout* layout = new TQGridLayout( topLevel, 5, 2 );
tqlayout->setColStretch( 1, 1 ); layout->setColStretch( 1, 1 );
TQLabel* _displayColumnsLabelW = new TQLabel( i18n("Columns displayed:"), TQLabel* _displayColumnsLabelW = new TQLabel( i18n("Columns displayed:"),
displayPage ); displayPage );
@ -93,11 +93,11 @@ void Preferences::makeDisplayPage()
_displayTotalTimeW = new TQCheckBox ( i18n("Total task time"), _displayTotalTimeW = new TQCheckBox ( i18n("Total task time"),
displayPage, "_displayTotalTimeW"); displayPage, "_displayTotalTimeW");
tqlayout->addMultiCellWidget( _displayColumnsLabelW, 0, 0, 0, 1 ); layout->addMultiCellWidget( _displayColumnsLabelW, 0, 0, 0, 1 );
tqlayout->addWidget(_displaySessionW, 1, 1 ); layout->addWidget(_displaySessionW, 1, 1 );
tqlayout->addWidget(_displayTimeW, 2, 1 ); layout->addWidget(_displayTimeW, 2, 1 );
tqlayout->addWidget(_displayTotalSessionW, 3, 1 ); layout->addWidget(_displayTotalSessionW, 3, 1 );
tqlayout->addWidget(_displayTotalTimeW, 4, 1 ); layout->addWidget(_displayTotalTimeW, 4, 1 );
topLevel->addStretch(); topLevel->addStretch();
} }
@ -109,8 +109,8 @@ void Preferences::makeStoragePage()
icon ); icon );
TQVBoxLayout* topLevel = new TQVBoxLayout( storagePage, 0, spacingHint() ); TQVBoxLayout* topLevel = new TQVBoxLayout( storagePage, 0, spacingHint() );
TQGridLayout* tqlayout = new TQGridLayout( topLevel, 4, 2 ); TQGridLayout* layout = new TQGridLayout( topLevel, 4, 2 );
tqlayout->setColStretch( 1, 1 ); layout->setColStretch( 1, 1 );
// autosave // autosave
_doAutoSaveW = new TQCheckBox _doAutoSaveW = new TQCheckBox
@ -128,12 +128,12 @@ void Preferences::makeStoragePage()
_loggingW = new TQCheckBox _loggingW = new TQCheckBox
( i18n("Log history"), storagePage, "_loggingW" ); ( i18n("Log history"), storagePage, "_loggingW" );
// add widgets to tqlayout // add widgets to layout
tqlayout->addWidget(_doAutoSaveW, 0, 0); layout->addWidget(_doAutoSaveW, 0, 0);
tqlayout->addWidget(_autoSaveValueW, 0, 1); layout->addWidget(_autoSaveValueW, 0, 1);
tqlayout->addWidget(_iCalFileLabel, 1, 0 ); layout->addWidget(_iCalFileLabel, 1, 0 );
tqlayout->addWidget(_iCalFileW, 1, 1 ); layout->addWidget(_iCalFileW, 1, 1 );
tqlayout->addWidget(_loggingW, 2, 0 ); layout->addWidget(_loggingW, 2, 0 );
topLevel->addStretch(); topLevel->addStretch();

@ -48,14 +48,14 @@ PrintDialog::PrintDialog()
setMainWidget(page); setMainWidget(page);
int year, month; int year, month;
TQVBoxLayout *tqlayout = new TQVBoxLayout(page, KDialog::spacingHint()); TQVBoxLayout *layout = new TQVBoxLayout(page, KDialog::spacingHint());
tqlayout->addSpacing(10); layout->addSpacing(10);
tqlayout->addStretch(1); layout->addStretch(1);
// Date Range // Date Range
TQGroupBox *rangeGroup = new TQGroupBox(1, Qt::Horizontal, i18n("Date Range"), TQGroupBox *rangeGroup = new TQGroupBox(1, Qt::Horizontal, i18n("Date Range"),
page); page);
tqlayout->addWidget(rangeGroup); layout->addWidget(rangeGroup);
TQWidget *rangeWidget = new TQWidget(rangeGroup); TQWidget *rangeWidget = new TQWidget(rangeGroup);
TQHBoxLayout *rangeLayout = new TQHBoxLayout(rangeWidget, 0, spacingHint()); TQHBoxLayout *rangeLayout = new TQHBoxLayout(rangeWidget, 0, spacingHint());
@ -72,21 +72,21 @@ PrintDialog::PrintDialog()
_to = new KDateEdit(rangeWidget); _to = new KDateEdit(rangeWidget);
rangeLayout->addWidget(_to); rangeLayout->addWidget(_to);
tqlayout->addSpacing(10); layout->addSpacing(10);
tqlayout->addStretch(1); layout->addStretch(1);
_allTasks = new TQComboBox( page ); _allTasks = new TQComboBox( page );
_allTasks->insertItem( i18n( "Selected Task" ) ); _allTasks->insertItem( i18n( "Selected Task" ) );
_allTasks->insertItem( i18n( "All Tasks" ) ); _allTasks->insertItem( i18n( "All Tasks" ) );
tqlayout->addWidget( _allTasks ); layout->addWidget( _allTasks );
_perWeek = new TQCheckBox( i18n( "Summarize per week" ), page ); _perWeek = new TQCheckBox( i18n( "Summarize per week" ), page );
tqlayout->addWidget( _perWeek ); layout->addWidget( _perWeek );
_totalsOnly = new TQCheckBox( i18n( "Totals only" ), page ); _totalsOnly = new TQCheckBox( i18n( "Totals only" ), page );
tqlayout->addWidget( _totalsOnly ); layout->addWidget( _totalsOnly );
tqlayout->addSpacing(10); layout->addSpacing(10);
tqlayout->addStretch(1); layout->addStretch(1);
} }
TQDate PrintDialog::from() const TQDate PrintDialog::from() const

@ -820,16 +820,16 @@ void TaskView::clipTotals()
i18n("Copy This Task"), i18n("Copy All Tasks") ); i18n("Copy This Task"), i18n("Copy All Tasks") );
if (response == KMessageBox::Yes) // This task only if (response == KMessageBox::Yes) // This task only
{ {
KApplication::tqclipboard()->setText(t.totalsAsText(this, true, TimeKard::TotalTime)); KApplication::clipboard()->setText(t.totalsAsText(this, true, TimeKard::TotalTime));
} }
else // All tasks else // All tasks
{ {
KApplication::tqclipboard()->setText(t.totalsAsText(this, false, TimeKard::TotalTime)); KApplication::clipboard()->setText(t.totalsAsText(this, false, TimeKard::TotalTime));
} }
} }
else else
{ {
KApplication::tqclipboard()->setText(t.totalsAsText(this, true, TimeKard::TotalTime)); KApplication::clipboard()->setText(t.totalsAsText(this, true, TimeKard::TotalTime));
} }
} }
@ -844,16 +844,16 @@ void TaskView::clipSession()
i18n("Copy This Task"), i18n("Copy All Tasks") ); i18n("Copy This Task"), i18n("Copy All Tasks") );
if (response == KMessageBox::Yes) // this task only if (response == KMessageBox::Yes) // this task only
{ {
KApplication::tqclipboard()->setText(t.totalsAsText(this, true, TimeKard::SessionTime)); KApplication::clipboard()->setText(t.totalsAsText(this, true, TimeKard::SessionTime));
} }
else // only task else // only task
{ {
KApplication::tqclipboard()->setText(t.totalsAsText(this, false, TimeKard::SessionTime)); KApplication::clipboard()->setText(t.totalsAsText(this, false, TimeKard::SessionTime));
} }
} }
else else
{ {
KApplication::tqclipboard()->setText(t.totalsAsText(this, true, TimeKard::SessionTime)); KApplication::clipboard()->setText(t.totalsAsText(this, true, TimeKard::SessionTime));
} }
} }
@ -863,7 +863,7 @@ void TaskView::clipHistory()
if (dialog.exec()== TQDialog::Accepted) if (dialog.exec()== TQDialog::Accepted)
{ {
TimeKard t; TimeKard t;
KApplication::tqclipboard()-> KApplication::clipboard()->
setText( t.historyAsText(this, dialog.from(), dialog.to(), !dialog.allTasks(), dialog.perWeek(), dialog.totalsOnly() ) ); setText( t.historyAsText(this, dialog.from(), dialog.to(), !dialog.allTasks(), dialog.perWeek(), dialog.totalsOnly() ) );
} }
} }

@ -96,7 +96,7 @@ if ($argv[1]!="--batch")
echo "(b) make sure the code still builds (make)\n"; echo "(b) make sure the code still builds (make)\n";
echo "(c) run automated test routines like this (make check)\n\n"; echo "(c) run automated test routines like this (make check)\n\n";
echo "This program simulates keypresses, so please leave the keyboard alone during the test. Please use a us or de keyboardtqlayout (setxkbmap us). This must be run in X environment.\n echo "This program simulates keypresses, so please leave the keyboard alone during the test. Please use a us or de keyboardlayout (setxkbmap us). This must be run in X environment.\n
You must have XAutomation installed to run this."; You must have XAutomation installed to run this.";
system("xte -h 2&>/dev/null",$rc); system("xte -h 2&>/dev/null",$rc);
if ($rc==0) echo " You have.\n"; if ($rc==0) echo " You have.\n";

@ -241,7 +241,7 @@ void KDGanttSplitterHandle::paintEvent( TQPaintEvent * )
p.setBrush( colorGroup().background() ); p.setBrush( colorGroup().background() );
p.setPen( colorGroup().foreground() ); p.setPen( colorGroup().foreground() );
p.drawRect( rect() ); p.drawRect( rect() );
parentWidget()->tqstyle().tqdrawPrimitive( TQStyle::PE_Panel, &p, rect(), parentWidget()->style().tqdrawPrimitive( TQStyle::PE_Panel, &p, rect(),
parentWidget()->colorGroup()); parentWidget()->colorGroup());
int sw = 8; // Hardcoded, given I didn't use styles anymore, I didn't like to use their size int sw = 8; // Hardcoded, given I didn't use styles anymore, I didn't like to use their size
@ -256,8 +256,8 @@ void KDGanttSplitterHandle::paintEvent( TQPaintEvent * )
for ( TQValueList<TQPointArray>::Iterator it = list.begin(); it != list.end(); ++it ) { for ( TQValueList<TQPointArray>::Iterator it = list.begin(); it != list.end(); ++it ) {
if ( index == _activeButton ) { if ( index == _activeButton ) {
p.save(); p.save();
p.translate( parentWidget()->tqstyle().pixelMetric( TQStyle::PM_ButtonShiftHorizontal ), p.translate( parentWidget()->style().pixelMetric( TQStyle::PM_ButtonShiftHorizontal ),
parentWidget()->tqstyle().pixelMetric( TQStyle::PM_ButtonShiftVertical ) ); parentWidget()->style().pixelMetric( TQStyle::PM_ButtonShiftVertical ) );
p.drawPolygon( *it, true ); p.drawPolygon( *it, true );
p.restore(); p.restore();
} }
@ -561,7 +561,7 @@ void KDGanttMinimizeSplitter::setRubberband( int p )
paint.setRasterOp( XorROP ); paint.setRasterOp( XorROP );
TQRect r = contentsRect(); TQRect r = contentsRect();
const int rBord = 3; //Themable???? const int rBord = 3; //Themable????
int sw = tqstyle().pixelMetric(TQStyle::PM_SplitterWidth, this); int sw = style().pixelMetric(TQStyle::PM_SplitterWidth, this);
if ( orient == Qt::Horizontal ) { if ( orient == Qt::Horizontal ) {
if ( opaqueOldPos >= 0 ) if ( opaqueOldPos >= 0 )
paint.drawRect( opaqueOldPos + sw/2 - rBord , r.y(), paint.drawRect( opaqueOldPos + sw/2 - rBord , r.y(),
@ -601,7 +601,7 @@ bool KDGanttMinimizeSplitter::event( TQEvent *e )
void KDGanttMinimizeSplitter::drawSplitter( TQPainter *p, void KDGanttMinimizeSplitter::drawSplitter( TQPainter *p,
TQCOORD x, TQCOORD y, TQCOORD w, TQCOORD h ) TQCOORD x, TQCOORD y, TQCOORD w, TQCOORD h )
{ {
tqstyle().tqdrawPrimitive(TQStyle::PE_Splitter, p, TQRect(x, y, w, h), colorGroup(), style().tqdrawPrimitive(TQStyle::PE_Splitter, p, TQRect(x, y, w, h), colorGroup(),
(orientation() == Qt::Horizontal ? (orientation() == Qt::Horizontal ?
TQStyle::Style_Horizontal : 0)); TQStyle::Style_Horizontal : 0));
} }
@ -632,7 +632,7 @@ int KDGanttMinimizeSplitter::idAfter( TQWidget* w ) const
close as possible to position \a p, which is the distance from the close as possible to position \a p, which is the distance from the
left (or top) edge of the widget. left (or top) edge of the widget.
For Arabic and Hebrew the tqlayout is reversed, and using this For Arabic and Hebrew the layout is reversed, and using this
function to set the position of the splitter might lead to function to set the position of the splitter might lead to
unexpected results, since in Arabic and Hebrew the position of unexpected results, since in Arabic and Hebrew the position of
splitter one is to the left of the position of splitter zero. splitter one is to the left of the position of splitter zero.
@ -837,7 +837,7 @@ void KDGanttMinimizeSplitter::getRange( int id, int *min, int *max )
} }
TQRect r = contentsRect(); TQRect r = contentsRect();
if ( orient == Qt::Horizontal && TQApplication::reverseLayout() ) { if ( orient == Qt::Horizontal && TQApplication::reverseLayout() ) {
int splitterWidth = tqstyle().pixelMetric(TQStyle::PM_SplitterWidth, this); int splitterWidth = style().pixelMetric(TQStyle::PM_SplitterWidth, this);
if ( min ) if ( min )
*min = pick(r.topRight()) - TQMIN( maxB, pick(r.size())-minA ) - splitterWidth; *min = pick(r.topRight()) - TQMIN( maxB, pick(r.size())-minA ) - splitterWidth;
if ( max ) if ( max )
@ -1229,7 +1229,7 @@ bool KDGanttMinimizeSplitter::isHidden( TQWidget *w ) const
splitter. splitter.
Giving the values to another splitter's setSizes() function will Giving the values to another splitter's setSizes() function will
produce a splitter with the same tqlayout as this one. produce a splitter with the same layout as this one.
Note that if you want to iterate over the list, you should Note that if you want to iterate over the list, you should
iterate over a copy, e.g. iterate over a copy, e.g.
@ -1309,7 +1309,7 @@ void KDGanttMinimizeSplitter::processChildEvents()
void KDGanttMinimizeSplitter::styleChange( TQStyle& old ) void KDGanttMinimizeSplitter::styleChange( TQStyle& old )
{ {
int sw = tqstyle().pixelMetric(TQStyle::PM_SplitterWidth, this); int sw = style().pixelMetric(TQStyle::PM_SplitterWidth, this);
TQSplitterLayoutStruct *s = data->list.first(); TQSplitterLayoutStruct *s = data->list.first();
while ( s ) { while ( s ) {
if ( s->isSplitter ) if ( s->isSplitter )

@ -249,7 +249,7 @@ void KDGanttSemiSizingControl::init()
_but = new TQPushButton( this ); _but = new TQPushButton( this );
_but->setSizePolicy( TQSizePolicy( TQSizePolicy::Fixed, TQSizePolicy::Fixed ) ); _but->setSizePolicy( TQSizePolicy( TQSizePolicy::Fixed, TQSizePolicy::Fixed ) );
connect( _but, TQT_SIGNAL( clicked() ), this, TQT_SLOT(changeState()) ); connect( _but, TQT_SIGNAL( clicked() ), this, TQT_SLOT(changeState()) );
_tqlayout = 0; _layout = 0;
TQWhatsThis::add( _but, "Click on this button to show the \nlegend at the bottom of the widget"); TQWhatsThis::add( _but, "Click on this button to show the \nlegend at the bottom of the widget");
TQToolTip::add( _but, "Show / hide legend"); TQToolTip::add( _but, "Show / hide legend");
@ -258,19 +258,19 @@ void KDGanttSemiSizingControl::init()
void KDGanttSemiSizingControl::setup() void KDGanttSemiSizingControl::setup()
{ {
//-------------------------------------------------- Setup tqlayout //-------------------------------------------------- Setup layout
delete _tqlayout; delete _layout;
TQBoxLayout* butLayout; // _tqlayout will delete me TQBoxLayout* butLayout; // _layout will delete me
if ( _orient == Qt::Horizontal || isMinimized() ) if ( _orient == Qt::Horizontal || isMinimized() )
_tqlayout = new TQHBoxLayout( this ); _layout = new TQHBoxLayout( this );
else else
_tqlayout = new TQVBoxLayout( this ); _layout = new TQVBoxLayout( this );
if ( _orient == Qt::Vertical && !isMinimized() ) if ( _orient == Qt::Vertical && !isMinimized() )
butLayout = new TQHBoxLayout( _tqlayout ); butLayout = new TQHBoxLayout( _layout );
else else
butLayout = new TQVBoxLayout( _tqlayout ); butLayout = new TQVBoxLayout( _layout );
@ -306,9 +306,9 @@ void KDGanttSemiSizingControl::setup()
widget = _maximizedWidget; widget = _maximizedWidget;
if( widget ) { if( widget ) {
if ( _arrowPos == Before || _orient == Qt::Vertical && !isMinimized() ) if ( _arrowPos == Before || _orient == Qt::Vertical && !isMinimized() )
_tqlayout->addWidget( widget, 1 ); _layout->addWidget( widget, 1 );
else else
_tqlayout->insertWidget( 0, widget, 1 ); _layout->insertWidget( 0, widget, 1 );
} }
************************************************** */ ************************************************** */
// hack for the usage in KDGantt as pop-up legend widget // hack for the usage in KDGantt as pop-up legend widget
@ -319,16 +319,16 @@ void KDGanttSemiSizingControl::setup()
widget = _minimizedWidget; widget = _minimizedWidget;
if( widget ) { if( widget ) {
if ( _arrowPos == Before || _orient == Qt::Vertical && !isMinimized() ) if ( _arrowPos == Before || _orient == Qt::Vertical && !isMinimized() )
_tqlayout->addWidget( widget, 1 ); _layout->addWidget( widget, 1 );
else else
_tqlayout->insertWidget( 0, widget, 1 ); _layout->insertWidget( 0, widget, 1 );
} }
} }
else { else {
if ( _arrowPos == Before || _orient == Qt::Vertical && !isMinimized() ) if ( _arrowPos == Before || _orient == Qt::Vertical && !isMinimized() )
_tqlayout->addStretch( 1 ); _layout->addStretch( 1 );
else else
_tqlayout->insertStretch( 0, 1 ); _layout->insertStretch( 0, 1 );
widget = _maximizedWidget; widget = _maximizedWidget;
// the following is only the special case // the following is only the special case
// arrowPos == Before and _orient == Qt::Vertical // arrowPos == Before and _orient == Qt::Vertical

@ -83,7 +83,7 @@ private:
ArrowPosition _arrowPos; ArrowPosition _arrowPos;
TQWidget* _minimizedWidget; TQWidget* _minimizedWidget;
TQWidget* _maximizedWidget; TQWidget* _maximizedWidget;
TQBoxLayout* _tqlayout; TQBoxLayout* _layout;
TQPushButton* _but; TQPushButton* _but;
}; };

@ -4239,7 +4239,7 @@ TQColor KDGanttView::legendHeaderBackgroundColor () const
may add as many widgets as you want. They are ordered horizontally may add as many widgets as you want. They are ordered horizontally
from left to right. To remove a widget from the spacer widget, call from left to right. To remove a widget from the spacer widget, call
widget->reparent(newParent,...) or delete the widget. Since the spacer widget->reparent(newParent,...) or delete the widget. Since the spacer
is a TQHBox, the tqlayout of the added widgets is managed by this is a TQHBox, the layout of the added widgets is managed by this
TQHBox. TQHBox.
\param w A pointer to the widget to be added. \param w A pointer to the widget to be added.

@ -1487,7 +1487,7 @@ void KDTimeHeaderWidget::computeIntervals( int height )
{ {
IntervalColorList::const_iterator it; IntervalColorList::const_iterator it;
for ( it = icList.begin(); it != icList.end(); ++it ) { for ( it = icList.begin(); it != icList.end(); ++it ) {
(*it)->tqlayout( this, height ); (*it)->layout( this, height );
} }
} }
@ -2652,7 +2652,7 @@ void KDLegendWidget::clearLegend ( )
myLegend->setFont( font() ); myLegend->setFont( font() );
scroll->addChild( myLegend ); scroll->addChild( myLegend );
scroll->setResizePolicy( TQScrollView::AutoOneFit ); scroll->setResizePolicy( TQScrollView::AutoOneFit );
myLegend->tqlayout()->setMargin( 11 ); myLegend->layout()->setMargin( 11 );
myLegend->setFrameStyle( TQFrame::NoFrame ); myLegend->setFrameStyle( TQFrame::NoFrame );
if ( dock ) if ( dock )
scroll->setMaximumHeight( 32000 ); scroll->setMaximumHeight( 32000 );
@ -2884,7 +2884,7 @@ void KDListView::drawAllContents(TQPainter * p, int cx, int cy, int cw, int ch)
c = fc; c = fc;
// draw to last interesting column // draw to last interesting column
const TQColorGroup &cg = ( tqpalette().inactive() ); const TQColorGroup &cg = ( palette().inactive() );
while ( c < lc && !drawables.isEmpty() ) { while ( c < lc && !drawables.isEmpty() ) {
int i = header()->mapToLogical( c ); int i = header()->mapToLogical( c );
@ -4018,7 +4018,7 @@ void KDIntervalColorRectangle::setColor( const TQColor& color )
/*! /*!
\internal \internal
*/ */
void KDIntervalColorRectangle::tqlayout( KDTimeHeaderWidget* timeHeader, int height ) void KDIntervalColorRectangle::layout( KDTimeHeaderWidget* timeHeader, int height )
{ {
int left = timeHeader->getCoordX(mStart); int left = timeHeader->getCoordX(mStart);
int right = timeHeader->getCoordX(mEnd); int right = timeHeader->getCoordX(mEnd);

@ -471,7 +471,7 @@ public:
enum HitTest { Start, Middle, End }; enum HitTest { Start, Middle, End };
HitTest hitTest( KDTimeHeaderWidget* timeHeader, const TQPoint& pos ) const; HitTest hitTest( KDTimeHeaderWidget* timeHeader, const TQPoint& pos ) const;
void tqlayout( KDTimeHeaderWidget* timeHeader, int height ); void layout( KDTimeHeaderWidget* timeHeader, int height );
static const int RTTI = 0x0c58; static const int RTTI = 0x0c58;
/*reimp*/ int rtti() const { return RTTI; } /*reimp*/ int rtti() const { return RTTI; }

@ -94,7 +94,7 @@ public:
} }
/** /**
* set a tqunicode subject * set a unicode subject
*/ */
void setSubject (const TQString & _str) void setSubject (const TQString & _str)
{ {
@ -109,7 +109,7 @@ public:
} }
/** /**
* get the tqunicode subject * get the unicode subject
*/ */
const TQString getSubject () const TQString getSubject ()
{ {

@ -51,7 +51,7 @@ static TQString readFile( const TQString &fileName )
AboutPage::AboutPage( TQWidget *parent ) AboutPage::AboutPage( TQWidget *parent )
: TQWidget( parent, "AboutPage" ) : TQWidget( parent, "AboutPage" )
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( this ); TQVBoxLayout *layout = new TQVBoxLayout( this );
TQString location = locate( "data", "kitchensync/about/main.html" ); TQString location = locate( "data", "kitchensync/about/main.html" );
TQString content = readFile( location ); TQString content = readFile( location );
@ -62,7 +62,7 @@ AboutPage::AboutPage( TQWidget *parent )
content = content.arg( "" ); content = content.arg( "" );
KHTMLPart *part = new KHTMLPart( this ); KHTMLPart *part = new KHTMLPart( this );
tqlayout->addWidget( part->view() ); layout->addWidget( part->view() );
part->begin( KURL( location ) ); part->begin( KURL( location ) );

@ -71,21 +71,21 @@ TQString ConfigGuiEvo2::save() const
void ConfigGuiEvo2::initGUI() void ConfigGuiEvo2::initGUI()
{ {
TQGridLayout *tqlayout = new TQGridLayout( topLayout(), 12, 3, KDialog::spacingHint() ); TQGridLayout *layout = new TQGridLayout( topLayout(), 12, 3, KDialog::spacingHint() );
tqlayout->setMargin( KDialog::marginHint() ); layout->setMargin( KDialog::marginHint() );
tqlayout->addWidget( new TQLabel( i18n( "Address Book location:" ), this ), 0, 0 ); layout->addWidget( new TQLabel( i18n( "Address Book location:" ), this ), 0, 0 );
mAddressPath = new KURLRequester( this ); mAddressPath = new KURLRequester( this );
mAddressPath->setMode( KFile::Directory ); mAddressPath->setMode( KFile::Directory );
tqlayout->addMultiCellWidget( mAddressPath, 0, 0, 1, 2 ); layout->addMultiCellWidget( mAddressPath, 0, 0, 1, 2 );
tqlayout->addWidget( new TQLabel( i18n( "Calendar location:" ), this ), 1, 0 ); layout->addWidget( new TQLabel( i18n( "Calendar location:" ), this ), 1, 0 );
mCalendarPath = new KURLRequester( this ); mCalendarPath = new KURLRequester( this );
mCalendarPath->setMode( KFile::Directory ); mCalendarPath->setMode( KFile::Directory );
tqlayout->addMultiCellWidget( mCalendarPath, 1, 1, 1, 2 ); layout->addMultiCellWidget( mCalendarPath, 1, 1, 1, 2 );
tqlayout->addWidget( new TQLabel( i18n( "Task list location:" ), this ), 2, 0 ); layout->addWidget( new TQLabel( i18n( "Task list location:" ), this ), 2, 0 );
mTasksPath = new KURLRequester( this ); mTasksPath = new KURLRequester( this );
mTasksPath->setMode( KFile::Directory ); mTasksPath->setMode( KFile::Directory );
tqlayout->addMultiCellWidget( mTasksPath, 2, 2, 1, 2 ); layout->addMultiCellWidget( mTasksPath, 2, 2, 1, 2 );
} }

@ -37,14 +37,14 @@
ConfigGuiGnokii::ConfigGuiGnokii( const QSync::Member &member, TQWidget *parent ) ConfigGuiGnokii::ConfigGuiGnokii( const QSync::Member &member, TQWidget *parent )
: ConfigGui( member, parent ) : ConfigGui( member, parent )
{ {
TQGridLayout *tqlayout = new TQGridLayout( topLayout() ); TQGridLayout *layout = new TQGridLayout( topLayout() );
// Model // Model
TQLabel *label = new TQLabel( i18n("Model:"), this ); TQLabel *label = new TQLabel( i18n("Model:"), this );
tqlayout->addWidget( label, 0, 0 ); layout->addWidget( label, 0, 0 );
mModel = new KComboBox( true, this ); mModel = new KComboBox( true, this );
tqlayout->addWidget( mModel, 0, 1 ); layout->addWidget( mModel, 0, 1 );
mModel->insertItem( "2110" ); mModel->insertItem( "2110" );
mModel->insertItem( "3110" ); mModel->insertItem( "3110" );
mModel->insertItem( "6110" ); mModel->insertItem( "6110" );
@ -67,10 +67,10 @@ ConfigGuiGnokii::ConfigGuiGnokii( const QSync::Member &member, TQWidget *parent
// Connection // Connection
label = new TQLabel( i18n("Connection:"), this ); label = new TQLabel( i18n("Connection:"), this );
tqlayout->addWidget( label, 1, 0 ); layout->addWidget( label, 1, 0 );
mConnection = new TQComboBox( this ); mConnection = new TQComboBox( this );
tqlayout->addWidget( mConnection, 1, 1 ); layout->addWidget( mConnection, 1, 1 );
connect( mConnection, TQT_SIGNAL (activated( int ) ), connect( mConnection, TQT_SIGNAL (activated( int ) ),
this, TQT_SLOT( slotConnectionChanged ( int ) ) ); this, TQT_SLOT( slotConnectionChanged ( int ) ) );
@ -100,15 +100,15 @@ ConfigGuiGnokii::ConfigGuiGnokii( const QSync::Member &member, TQWidget *parent
mBluetooth = new BluetoothWidget( connectionWidget ); mBluetooth = new BluetoothWidget( connectionWidget );
mBluetooth->hide(); mBluetooth->hide();
tqlayout->addMultiCellWidget( connectionWidget, 2, 2, 0, 1 ); layout->addMultiCellWidget( connectionWidget, 2, 2, 0, 1 );
// Port // Port
mPortLabel = new TQLabel( i18n("Port:"), this ); mPortLabel = new TQLabel( i18n("Port:"), this );
tqlayout->addWidget( mPortLabel, 2, 0 ); layout->addWidget( mPortLabel, 2, 0 );
mPortLabel->hide(); mPortLabel->hide();
mPort = new KComboBox( true, this ); mPort = new KComboBox( true, this );
tqlayout->addWidget( mPort, 2, 1 ); layout->addWidget( mPort, 2, 1 );
mPort->hide(); mPort->hide();
mPort->insertItem( "/dev/ircomm0" ); mPort->insertItem( "/dev/ircomm0" );
@ -118,7 +118,7 @@ ConfigGuiGnokii::ConfigGuiGnokii( const QSync::Member &member, TQWidget *parent
mPort->insertItem( "/dev/ttyUSB0" ); mPort->insertItem( "/dev/ttyUSB0" );
mPort->insertItem( "/dev/ttyUSB1" ); mPort->insertItem( "/dev/ttyUSB1" );
tqlayout->setColStretch( 1, 1 ); layout->setColStretch( 1, 1 );
topLayout()->addStretch( 1 ); topLayout()->addStretch( 1 );
} }

@ -81,23 +81,23 @@ TQString ConfigGuiGpe::save() const
void ConfigGuiGpe::initGUI() void ConfigGuiGpe::initGUI()
{ {
TQGridLayout *tqlayout = new TQGridLayout( topLayout(), 12, 4, KDialog::spacingHint() ); TQGridLayout *layout = new TQGridLayout( topLayout(), 12, 4, KDialog::spacingHint() );
tqlayout->setMargin( KDialog::marginHint() ); layout->setMargin( KDialog::marginHint() );
tqlayout->addWidget( new TQLabel( i18n( "Connection Mode:" ), this ), 0, 0 ); layout->addWidget( new TQLabel( i18n( "Connection Mode:" ), this ), 0, 0 );
mConnectionMode = new KComboBox( this ); mConnectionMode = new KComboBox( this );
tqlayout->addMultiCellWidget( mConnectionMode, 0, 0, 0, 3 ); layout->addMultiCellWidget( mConnectionMode, 0, 0, 0, 3 );
tqlayout->addWidget( new TQLabel( i18n( "IP Address:" ), this ), 1, 0 ); layout->addWidget( new TQLabel( i18n( "IP Address:" ), this ), 1, 0 );
mIP = new KLineEdit( this ); mIP = new KLineEdit( this );
mIP->setInputMask( "000.000.000.000" ); mIP->setInputMask( "000.000.000.000" );
tqlayout->addWidget( mIP, 1, 1 ); layout->addWidget( mIP, 1, 1 );
tqlayout->addWidget( new TQLabel( i18n( "Port:" ), this ), 1, 2, TQt::AlignRight ); layout->addWidget( new TQLabel( i18n( "Port:" ), this ), 1, 2, TQt::AlignRight );
mPort = new TQSpinBox( 1, 65536, 1, this ); mPort = new TQSpinBox( 1, 65536, 1, this );
tqlayout->addWidget( mPort, 1, 3 ); layout->addWidget( mPort, 1, 3 );
tqlayout->addWidget( new TQLabel( i18n( "User:" ), this ), 2, 0 ); layout->addWidget( new TQLabel( i18n( "User:" ), this ), 2, 0 );
mUser = new KLineEdit( this ); mUser = new KLineEdit( this );
tqlayout->addMultiCellWidget( mUser, 2, 2, 1, 3 ); layout->addMultiCellWidget( mUser, 2, 2, 1, 3 );
} }

@ -76,23 +76,23 @@ TQString ConfigGuiJescs::save() const
void ConfigGuiJescs::initGUI() void ConfigGuiJescs::initGUI()
{ {
TQGridLayout *tqlayout = new TQGridLayout( topLayout(), 12, 3, KDialog::spacingHint() ); TQGridLayout *layout = new TQGridLayout( topLayout(), 12, 3, KDialog::spacingHint() );
tqlayout->setMargin( KDialog::marginHint() ); layout->setMargin( KDialog::marginHint() );
tqlayout->addWidget( new TQLabel( i18n( "URL:" ), this ), 0, 0 ); layout->addWidget( new TQLabel( i18n( "URL:" ), this ), 0, 0 );
mUrl = new KLineEdit( this ); mUrl = new KLineEdit( this );
tqlayout->addMultiCellWidget( mUrl, 0, 0, 1, 2 ); layout->addMultiCellWidget( mUrl, 0, 0, 1, 2 );
tqlayout->addWidget( new TQLabel( i18n( "Username:" ), this ), 1, 0 ); layout->addWidget( new TQLabel( i18n( "Username:" ), this ), 1, 0 );
mUsername = new KLineEdit( this ); mUsername = new KLineEdit( this );
tqlayout->addMultiCellWidget( mUsername, 1, 1, 1, 2 ); layout->addMultiCellWidget( mUsername, 1, 1, 1, 2 );
tqlayout->addWidget( new TQLabel( i18n( "Password:" ), this ), 2, 0 ); layout->addWidget( new TQLabel( i18n( "Password:" ), this ), 2, 0 );
mPassword = new KLineEdit( this ); mPassword = new KLineEdit( this );
mPassword->setEchoMode( KLineEdit::Password ); mPassword->setEchoMode( KLineEdit::Password );
tqlayout->addMultiCellWidget( mPassword, 2, 2, 1, 2 ); layout->addMultiCellWidget( mPassword, 2, 2, 1, 2 );
mDelNotify = new TQCheckBox( this ); mDelNotify = new TQCheckBox( this );
mDelNotify->setText( "Notify attendees about event/task deletion" ); mDelNotify->setText( "Notify attendees about event/task deletion" );
tqlayout->addMultiCellWidget( mDelNotify, 3, 3, 0, 2 ); layout->addMultiCellWidget( mDelNotify, 3, 3, 0, 2 );
} }

@ -121,8 +121,8 @@ TQString ConfigGuiLdap::save() const
void ConfigGuiLdap::initGUI() void ConfigGuiLdap::initGUI()
{ {
TQGridLayout *tqlayout = new TQGridLayout( topLayout(), 12, 4, KDialog::spacingHint() ); TQGridLayout *layout = new TQGridLayout( topLayout(), 12, 4, KDialog::spacingHint() );
tqlayout->setMargin( KDialog::marginHint() ); layout->setMargin( KDialog::marginHint() );
mLdapWidget = new KABC::LdapConfigWidget( KABC::LdapConfigWidget::W_HOST | mLdapWidget = new KABC::LdapConfigWidget( KABC::LdapConfigWidget::W_HOST |
KABC::LdapConfigWidget::W_PORT | KABC::LdapConfigWidget::W_PORT |
@ -139,14 +139,14 @@ void ConfigGuiLdap::initGUI()
mReadLdap = new TQCheckBox( i18n( "Load data from LDAP" ), this ); mReadLdap = new TQCheckBox( i18n( "Load data from LDAP" ), this );
mWriteLdap = new TQCheckBox( i18n( "Save data to LDAP" ), this ); mWriteLdap = new TQCheckBox( i18n( "Save data to LDAP" ), this );
tqlayout->addMultiCellWidget( mLdapWidget, 0, 9, 0, 3 ); layout->addMultiCellWidget( mLdapWidget, 0, 9, 0, 3 );
tqlayout->addWidget( new TQLabel( i18n( "Key Attribute:" ), this ), 10, 0 ); layout->addWidget( new TQLabel( i18n( "Key Attribute:" ), this ), 10, 0 );
tqlayout->addMultiCellWidget( mKeyAttribute, 10, 10, 1, 2 ); layout->addMultiCellWidget( mKeyAttribute, 10, 10, 1, 2 );
tqlayout->addWidget( new TQLabel( i18n( "Search Scope:" ), this ), 11, 0 ); layout->addWidget( new TQLabel( i18n( "Search Scope:" ), this ), 11, 0 );
tqlayout->addMultiCellWidget( mSearchScope, 11, 11, 1, 2 ); layout->addMultiCellWidget( mSearchScope, 11, 11, 1, 2 );
tqlayout->addWidget( mEncryption, 12, 0 ); layout->addWidget( mEncryption, 12, 0 );
tqlayout->addWidget( mReadLdap, 13, 0 ); layout->addWidget( mReadLdap, 13, 0 );
tqlayout->addWidget( mWriteLdap, 13, 3 ); layout->addWidget( mWriteLdap, 13, 3 );
} }

@ -62,10 +62,10 @@ TQString ConfigGuiMoto::save() const
void ConfigGuiMoto::initGUI() void ConfigGuiMoto::initGUI()
{ {
TQGridLayout *tqlayout = new TQGridLayout( topLayout(), 12, 3, KDialog::spacingHint() ); TQGridLayout *layout = new TQGridLayout( topLayout(), 12, 3, KDialog::spacingHint() );
tqlayout->setMargin( KDialog::marginHint() ); layout->setMargin( KDialog::marginHint() );
tqlayout->addWidget( new TQLabel( i18n( "Device String:" ), this ), 0, 0 ); layout->addWidget( new TQLabel( i18n( "Device String:" ), this ), 0, 0 );
mDeviceString = new KLineEdit( this ); mDeviceString = new KLineEdit( this );
tqlayout->addMultiCellWidget( mDeviceString, 0, 0, 1, 2 ); layout->addMultiCellWidget( mDeviceString, 0, 0, 1, 2 );
} }

@ -33,52 +33,52 @@
ConfigGuiOpie::ConfigGuiOpie( const QSync::Member &member, TQWidget *parent ) ConfigGuiOpie::ConfigGuiOpie( const QSync::Member &member, TQWidget *parent )
: ConfigGui( member, parent ) : ConfigGui( member, parent )
{ {
TQGridLayout *tqlayout = new TQGridLayout( topLayout() ); TQGridLayout *layout = new TQGridLayout( topLayout() );
TQLabel *label = new TQLabel( i18n("Device IP:"), this ); TQLabel *label = new TQLabel( i18n("Device IP:"), this );
tqlayout->addWidget( label, 0, 0 ); layout->addWidget( label, 0, 0 );
mDeviceIP = new TQLineEdit( this ); mDeviceIP = new TQLineEdit( this );
mDeviceIP->setInputMask( "000.000.000.000" ); mDeviceIP->setInputMask( "000.000.000.000" );
label->setBuddy( mDeviceIP ); label->setBuddy( mDeviceIP );
tqlayout->addWidget( mDeviceIP, 0, 1 ); layout->addWidget( mDeviceIP, 0, 1 );
label = new TQLabel( i18n("Device Type:"), this ); label = new TQLabel( i18n("Device Type:"), this );
tqlayout->addWidget( label, 1, 0 ); layout->addWidget( label, 1, 0 );
mDeviceType = new TQComboBox( this ); mDeviceType = new TQComboBox( this );
label->setBuddy( mDeviceType ); label->setBuddy( mDeviceType );
tqlayout->addWidget( mDeviceType, 1, 1 ); layout->addWidget( mDeviceType, 1, 1 );
label = new TQLabel( i18n("Username:"), this ); label = new TQLabel( i18n("Username:"), this );
tqlayout->addWidget( label, 2, 0 ); layout->addWidget( label, 2, 0 );
mUserName = new TQLineEdit( this ); mUserName = new TQLineEdit( this );
label->setBuddy( mUserName ); label->setBuddy( mUserName );
tqlayout->addWidget( mUserName, 2, 1 ); layout->addWidget( mUserName, 2, 1 );
label = new TQLabel( i18n("Password:"), this ); label = new TQLabel( i18n("Password:"), this );
tqlayout->addWidget( label, 3, 0 ); layout->addWidget( label, 3, 0 );
mPassword = new TQLineEdit( this ); mPassword = new TQLineEdit( this );
mPassword->setEchoMode( TQLineEdit::Password ); mPassword->setEchoMode( TQLineEdit::Password );
label->setBuddy( mPassword ); label->setBuddy( mPassword );
tqlayout->addWidget( mPassword, 3, 1 ); layout->addWidget( mPassword, 3, 1 );
label = new TQLabel( i18n("Protocol:"), this ); label = new TQLabel( i18n("Protocol:"), this );
tqlayout->addWidget( label, 4, 0 ); layout->addWidget( label, 4, 0 );
mConnectionType = new TQComboBox( this ); mConnectionType = new TQComboBox( this );
label->setBuddy( mConnectionType ); label->setBuddy( mConnectionType );
tqlayout->addWidget( mConnectionType, 4, 1 ); layout->addWidget( mConnectionType, 4, 1 );
label = new TQLabel( i18n("Port:"), this ); label = new TQLabel( i18n("Port:"), this );
tqlayout->addWidget( label, 5, 0 ); layout->addWidget( label, 5, 0 );
mPort = new TQSpinBox( this ); mPort = new TQSpinBox( this );
mPort->setRange( 0, 65335 ); mPort->setRange( 0, 65335 );
label->setBuddy( mPort ); label->setBuddy( mPort );
tqlayout->addWidget( mPort, 5, 1 ); layout->addWidget( mPort, 5, 1 );
mDeviceType->insertItem( i18n("Opie/OpenZaurus") ); mDeviceType->insertItem( i18n("Opie/OpenZaurus") );
mDeviceType->insertItem( i18n("TQtopia2") ); mDeviceType->insertItem( i18n("TQtopia2") );

@ -72,22 +72,22 @@ TQString ConfigGuiSynce::save() const
void ConfigGuiSynce::initGUI() void ConfigGuiSynce::initGUI()
{ {
TQGridLayout *tqlayout = new TQGridLayout( topLayout(), 12, 2, KDialog::spacingHint() ); TQGridLayout *layout = new TQGridLayout( topLayout(), 12, 2, KDialog::spacingHint() );
tqlayout->setMargin( KDialog::marginHint() ); layout->setMargin( KDialog::marginHint() );
mContacts = new TQCheckBox( this ); mContacts = new TQCheckBox( this );
mContacts->setText( "Sync Contacts" ); mContacts->setText( "Sync Contacts" );
tqlayout->addMultiCellWidget( mContacts, 0, 0, 0, 1 ); layout->addMultiCellWidget( mContacts, 0, 0, 0, 1 );
mTodos = new TQCheckBox( this ); mTodos = new TQCheckBox( this );
mTodos->setText( "Sync \'Todo\' items" ); mTodos->setText( "Sync \'Todo\' items" );
tqlayout->addMultiCellWidget( mTodos, 1, 1, 0, 1 ); layout->addMultiCellWidget( mTodos, 1, 1, 0, 1 );
mCalendar = new TQCheckBox( this ); mCalendar = new TQCheckBox( this );
mCalendar->setText( "Sync Calendar" ); mCalendar->setText( "Sync Calendar" );
tqlayout->addMultiCellWidget( mCalendar, 2, 2, 0, 1 ); layout->addMultiCellWidget( mCalendar, 2, 2, 0, 1 );
tqlayout->addWidget( new TQLabel( i18n( "File:" ), this ), 3, 0 ); layout->addWidget( new TQLabel( i18n( "File:" ), this ), 3, 0 );
mFile = new KLineEdit( this ); mFile = new KLineEdit( this );
tqlayout->addWidget( mFile, 3, 1 ); layout->addWidget( mFile, 3, 1 );
} }

@ -43,24 +43,24 @@
BluetoothWidget::BluetoothWidget( TQWidget *parent ) BluetoothWidget::BluetoothWidget( TQWidget *parent )
: TQWidget( parent ) : TQWidget( parent )
{ {
TQGridLayout *tqlayout = new TQGridLayout( this ); TQGridLayout *layout = new TQGridLayout( this );
mAddress = new KLineEdit( this ); mAddress = new KLineEdit( this );
mAddress->setInputMask( ">NN:NN:NN:NN:NN:NN;" ); mAddress->setInputMask( ">NN:NN:NN:NN:NN:NN;" );
tqlayout->addWidget( mAddress, 1, 0 ); layout->addWidget( mAddress, 1, 0 );
TQLabel *label = new TQLabel( i18n( "Bluetooth address:" ), this ); TQLabel *label = new TQLabel( i18n( "Bluetooth address:" ), this );
label->setBuddy( mAddress ); label->setBuddy( mAddress );
tqlayout->addWidget( label, 0, 0 ); layout->addWidget( label, 0, 0 );
mChannel = new KLineEdit( this ); mChannel = new KLineEdit( this );
tqlayout->addWidget( mChannel, 1, 1 ); layout->addWidget( mChannel, 1, 1 );
mChannelLabel = new TQLabel( i18n( "Channel:" ), this ); mChannelLabel = new TQLabel( i18n( "Channel:" ), this );
mChannelLabel->setBuddy( mChannel ); mChannelLabel->setBuddy( mChannel );
tqlayout->addWidget( mChannelLabel, 0, 1 ); layout->addWidget( mChannelLabel, 0, 1 );
tqlayout->setRowStretch( 2, 1 ); layout->setRowStretch( 2, 1 );
} }
void BluetoothWidget::hideChannel() void BluetoothWidget::hideChannel()
@ -103,23 +103,23 @@ TQString BluetoothWidget::channel() const
IRWidget::IRWidget( TQWidget *parent ) IRWidget::IRWidget( TQWidget *parent )
: TQWidget( parent ) : TQWidget( parent )
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 3, 3, 11, 3 ); TQGridLayout *layout = new TQGridLayout( this, 3, 3, 11, 3 );
mDevice = new KLineEdit( this ); mDevice = new KLineEdit( this );
mSerialNumber = new KLineEdit( this ); mSerialNumber = new KLineEdit( this );
tqlayout->addWidget( mDevice, 1, 0 ); layout->addWidget( mDevice, 1, 0 );
tqlayout->addWidget( mSerialNumber, 1, 1 ); layout->addWidget( mSerialNumber, 1, 1 );
TQLabel *label = new TQLabel( i18n( "Device Name:" ), this ); TQLabel *label = new TQLabel( i18n( "Device Name:" ), this );
label->setBuddy( mDevice ); label->setBuddy( mDevice );
tqlayout->addWidget( label, 0, 0 ); layout->addWidget( label, 0, 0 );
label = new TQLabel( i18n( "Serial Number:" ), this ); label = new TQLabel( i18n( "Serial Number:" ), this );
label->setBuddy( mSerialNumber ); label->setBuddy( mSerialNumber );
tqlayout->addWidget( label, 0, 1 ); layout->addWidget( label, 0, 1 );
tqlayout->setRowStretch( 2, 1 ); layout->setRowStretch( 2, 1 );
} }
void IRWidget::load( const TQDomElement &parent ) void IRWidget::load( const TQDomElement &parent )
@ -149,23 +149,23 @@ void IRWidget::save( TQDomDocument &doc, TQDomElement &parent )
CableWidget::CableWidget( TQWidget *parent ) CableWidget::CableWidget( TQWidget *parent )
: TQWidget( parent ) : TQWidget( parent )
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 3, 2, 11, 3 ); TQGridLayout *layout = new TQGridLayout( this, 3, 2, 11, 3 );
mManufacturer = new KComboBox( this ); mManufacturer = new KComboBox( this );
mDevice = new KComboBox( true, this ); mDevice = new KComboBox( true, this );
tqlayout->addWidget( mManufacturer, 0, 1 ); layout->addWidget( mManufacturer, 0, 1 );
tqlayout->addWidget( mDevice, 1, 1 ); layout->addWidget( mDevice, 1, 1 );
TQLabel *label = new TQLabel( i18n( "Device Manufacturer:" ), this ); TQLabel *label = new TQLabel( i18n( "Device Manufacturer:" ), this );
label->setBuddy( mManufacturer ); label->setBuddy( mManufacturer );
tqlayout->addWidget( label, 0, 0 ); layout->addWidget( label, 0, 0 );
label = new TQLabel( i18n( "Device:" ), this ); label = new TQLabel( i18n( "Device:" ), this );
label->setBuddy( mDevice ); label->setBuddy( mDevice );
tqlayout->addWidget( label, 1, 0 ); layout->addWidget( label, 1, 0 );
tqlayout->setRowStretch( 2, 1 ); layout->setRowStretch( 2, 1 );
mManufacturer->insertItem( i18n( "SonyEricsson/Ericsson" ) ); mManufacturer->insertItem( i18n( "SonyEricsson/Ericsson" ) );
mManufacturer->insertItem( i18n( "Siemens" ) ); mManufacturer->insertItem( i18n( "Siemens" ) );
@ -202,16 +202,16 @@ void CableWidget::save( TQDomDocument &doc, TQDomElement &parent )
UsbWidget::UsbWidget( TQWidget *parent ) UsbWidget::UsbWidget( TQWidget *parent )
: TQWidget( parent ) : TQWidget( parent )
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 3, 2, 11, 3); TQGridLayout *layout = new TQGridLayout( this, 3, 2, 11, 3);
mInterface = new TQSpinBox( this ); mInterface = new TQSpinBox( this );
tqlayout->addWidget( mInterface, 0, 1 ); layout->addWidget( mInterface, 0, 1 );
TQLabel *label = new TQLabel( i18n( "USB Interface:" ), this ); TQLabel *label = new TQLabel( i18n( "USB Interface:" ), this );
label->setBuddy( mInterface ); label->setBuddy( mInterface );
tqlayout->addWidget( label, 0, 0 ); layout->addWidget( label, 0, 0 );
tqlayout->setRowStretch( 2, 1 ); layout->setRowStretch( 2, 1 );
} }
void UsbWidget::setInterface( int interface ) void UsbWidget::setInterface( int interface )

@ -41,8 +41,8 @@
ObjectTypeSelector::ObjectTypeSelector( TQWidget *parent ) ObjectTypeSelector::ObjectTypeSelector( TQWidget *parent )
: TQWidget( parent ) : TQWidget( parent )
{ {
TQGridLayout *tqlayout = new TQGridLayout( this ); TQGridLayout *layout = new TQGridLayout( this );
tqlayout->setMargin( 0 ); layout->setMargin( 0 );
const QSync::Conversion conversion = SyncProcessManager::self()->environment()->conversion(); const QSync::Conversion conversion = SyncProcessManager::self()->environment()->conversion();
@ -78,7 +78,7 @@ ObjectTypeSelector::ObjectTypeSelector( TQWidget *parent )
continue; continue;
TQCheckBox *objectCheckBox = new TQCheckBox( objectTypeMap[ objectType ], this ); TQCheckBox *objectCheckBox = new TQCheckBox( objectTypeMap[ objectType ], this );
tqlayout->addWidget( objectCheckBox, row, col ); layout->addWidget( objectCheckBox, row, col );
mObjectTypeChecks.insert( objectType, objectCheckBox ); mObjectTypeChecks.insert( objectType, objectCheckBox );
col++; col++;
@ -128,19 +128,19 @@ void ObjectTypeSelector::save( QSync::Group group )
GroupConfigCommon::GroupConfigCommon( TQWidget *parent ) GroupConfigCommon::GroupConfigCommon( TQWidget *parent )
: TQWidget( parent ) : TQWidget( parent )
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 2, 2, KDialog::marginHint(), KDialog::spacingHint() ); TQGridLayout *layout = new TQGridLayout( this, 2, 2, KDialog::marginHint(), KDialog::spacingHint() );
tqlayout->addWidget( new TQLabel( i18n( "Name:" ), this ), 0, 0 ); layout->addWidget( new TQLabel( i18n( "Name:" ), this ), 0, 0 );
mGroupName = new KLineEdit( this ); mGroupName = new KLineEdit( this );
tqlayout->addWidget( mGroupName, 0, 1 ); layout->addWidget( mGroupName, 0, 1 );
tqlayout->addWidget( new TQLabel( i18n( "Object Types to be Synchronized:"), this ), 1, 0, TQt::AlignTop ); layout->addWidget( new TQLabel( i18n( "Object Types to be Synchronized:"), this ), 1, 0, TQt::AlignTop );
mObjectTypeSelector = new ObjectTypeSelector( this ); mObjectTypeSelector = new ObjectTypeSelector( this );
tqlayout->addWidget( mObjectTypeSelector, 1, 1 ); layout->addWidget( mObjectTypeSelector, 1, 1 );
tqlayout->setRowStretch( 2, 1 ); layout->setRowStretch( 2, 1 );
} }
void GroupConfigCommon::setSyncProcess( SyncProcess *syncProcess ) void GroupConfigCommon::setSyncProcess( SyncProcess *syncProcess )

@ -50,7 +50,7 @@ GroupItem::GroupItem( KWidgetList *parent, SyncProcess *process )
boldFont.setBold( true ); boldFont.setBold( true );
boldFont.setPointSize( boldFont.pointSize() + 2 ); boldFont.setPointSize( boldFont.pointSize() + 2 );
TQGridLayout *tqlayout = new TQGridLayout( this, 4, 4, KDialog::marginHint(), KDialog::spacingHint() ); TQGridLayout *layout = new TQGridLayout( this, 4, 4, KDialog::marginHint(), KDialog::spacingHint() );
mBox = new TQVBox( this ); mBox = new TQVBox( this );
mBox->setMargin( 5 ); mBox->setMargin( 5 );
@ -93,16 +93,16 @@ GroupItem::GroupItem( KWidgetList *parent, SyncProcess *process )
hbox->setPaletteBackgroundColor( colorGroup().mid() ); hbox->setPaletteBackgroundColor( colorGroup().mid() );
hbox->setMaximumHeight( hbox->minimumSizeHint().height() ); hbox->setMaximumHeight( hbox->minimumSizeHint().height() );
tqlayout->addMultiCellWidget( hbox, 0, 0, 0, 3 ); layout->addMultiCellWidget( hbox, 0, 0, 0, 3 );
tqlayout->addMultiCellWidget( mBox, 1, 1, 0, 3 ); layout->addMultiCellWidget( mBox, 1, 1, 0, 3 );
tqlayout->addWidget( mTime, 2, 0 ); layout->addWidget( mTime, 2, 0 );
tqlayout->addWidget( mSyncAction, 2, 1 ); layout->addWidget( mSyncAction, 2, 1 );
tqlayout->addWidget( mConfigureAction, 2, 2 ); layout->addWidget( mConfigureAction, 2, 2 );
tqlayout->addWidget( mProgressBar, 2, 3 ); layout->addWidget( mProgressBar, 2, 3 );
tqlayout->setColStretch( 0, 1 ); layout->setColStretch( 0, 1 );
tqlayout->setRowStretch( 3, 1 ); layout->setRowStretch( 3, 1 );
setPaletteBackgroundColor( kapp->tqpalette().active().base() ); setPaletteBackgroundColor( kapp->palette().active().base() );
connect( mCallbackHandler, TQT_SIGNAL( conflict( QSync::SyncMapping ) ), connect( mCallbackHandler, TQT_SIGNAL( conflict( QSync::SyncMapping ) ),
this, TQT_SLOT( conflict( QSync::SyncMapping ) ) ); this, TQT_SLOT( conflict( QSync::SyncMapping ) ) );
@ -358,12 +358,12 @@ MemberItem::MemberItem( TQWidget *parent, SyncProcess *process,
QSync::Plugin plugin = member.plugin(); QSync::Plugin plugin = member.plugin();
TQVBoxLayout *tqlayout = new TQVBoxLayout( this ); TQVBoxLayout *layout = new TQVBoxLayout( this );
TQHBox* box = new TQHBox( this ); TQHBox* box = new TQHBox( this );
box->setMargin( 5 ); box->setMargin( 5 );
box->setSpacing( 6 ); box->setSpacing( 6 );
tqlayout->addWidget( box ); layout->addWidget( box );
mIcon = new TQLabel( box ); mIcon = new TQLabel( box );
mIcon->setPixmap( icon ); mIcon->setPixmap( icon );

@ -37,10 +37,10 @@ class ChangeItem : public KWidgetListItem
: KWidgetListItem( parent ), : KWidgetListItem( parent ),
mChange( change ) mChange( change )
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 2, 1, KDialog::marginHint(), KDialog::spacingHint() ); TQGridLayout *layout = new TQGridLayout( this, 2, 1, KDialog::marginHint(), KDialog::spacingHint() );
MemberInfo mi( change.member() ); MemberInfo mi( change.member() );
tqlayout->addWidget( new TQLabel( mi.name(), this ), 0, 0 ); layout->addWidget( new TQLabel( mi.name(), this ), 0, 0 );
TQString type; TQString type;
switch ( change.changeType() ) { switch ( change.changeType() ) {
@ -62,7 +62,7 @@ class ChangeItem : public KWidgetListItem
break; break;
} }
tqlayout->addWidget( new TQLabel( type, this ), 1, 0 ); layout->addWidget( new TQLabel( type, this ), 1, 0 );
} }
QSync::SyncChange change() const { return mChange; } QSync::SyncChange change() const { return mChange; }
@ -118,24 +118,24 @@ void MultiConflictDialog::ignoreChange()
void MultiConflictDialog::initGUI() void MultiConflictDialog::initGUI()
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 3, 3, KDialog::marginHint(), KDialog::spacingHint() ); TQGridLayout *layout = new TQGridLayout( this, 3, 3, KDialog::marginHint(), KDialog::spacingHint() );
tqlayout->addMultiCellWidget( new TQLabel( i18n( "A conflict has appeared, please solve it manually." ), this ), 0, 0, 0, 2 ); layout->addMultiCellWidget( new TQLabel( i18n( "A conflict has appeared, please solve it manually." ), this ), 0, 0, 0, 2 );
mWidgetList = new KWidgetList( this ); mWidgetList = new KWidgetList( this );
tqlayout->addMultiCellWidget( mWidgetList, 1, 1, 0, 2 ); layout->addMultiCellWidget( mWidgetList, 1, 1, 0, 2 );
TQPushButton *button = new TQPushButton( i18n( "Use Selected Item" ), this ); TQPushButton *button = new TQPushButton( i18n( "Use Selected Item" ), this );
connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( useSelectedChange() ) ); connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( useSelectedChange() ) );
tqlayout->addWidget( button, 2, 0 ); layout->addWidget( button, 2, 0 );
button = new TQPushButton( i18n( "Duplicate Items" ), this ); button = new TQPushButton( i18n( "Duplicate Items" ), this );
connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( duplicateChange() ) ); connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( duplicateChange() ) );
tqlayout->addWidget( button, 2, 1 ); layout->addWidget( button, 2, 1 );
button = new TQPushButton( i18n( "Ignore Conflict" ), this ); button = new TQPushButton( i18n( "Ignore Conflict" ), this );
connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( ignoreChange() ) ); connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( ignoreChange() ) );
tqlayout->addWidget( button, 2, 2 ); layout->addWidget( button, 2, 2 );
} }
#include "multiconflictdialog.moc" #include "multiconflictdialog.moc"

@ -38,7 +38,7 @@ PluginItem::PluginItem( KWidgetList *list, const QSync::Plugin &plugin )
: KWidgetListItem( list ), mPlugin( plugin ) : KWidgetListItem( list ), mPlugin( plugin )
{ {
TQString iconName = MemberInfo::pluginIconName( mPlugin.name() ); TQString iconName = MemberInfo::pluginIconName( mPlugin.name() );
TQGridLayout *tqlayout = new TQGridLayout( this, 2, 2, KDialog::marginHint(), KDialog::spacingHint() ); TQGridLayout *layout = new TQGridLayout( this, 2, 2, KDialog::marginHint(), KDialog::spacingHint() );
TQLabel *icon = new TQLabel( this ); TQLabel *icon = new TQLabel( this );
icon->setPixmap( KGlobal::iconLoader()->loadIcon( iconName, KIcon::Desktop ) ); icon->setPixmap( KGlobal::iconLoader()->loadIcon( iconName, KIcon::Desktop ) );
@ -51,19 +51,19 @@ PluginItem::PluginItem( KWidgetList *list, const QSync::Plugin &plugin )
font.setBold( true ); font.setBold( true );
name->setFont( font ); name->setFont( font );
tqlayout->addWidget( icon, 0, 0 ); layout->addWidget( icon, 0, 0 );
tqlayout->addWidget( name, 0, 1 ); layout->addWidget( name, 0, 1 );
tqlayout->addWidget( description, 1, 1 ); layout->addWidget( description, 1, 1 );
} }
PluginPicker::PluginPicker( TQWidget *parent ) PluginPicker::PluginPicker( TQWidget *parent )
: TQWidget( parent ) : TQWidget( parent )
{ {
TQBoxLayout *tqlayout = new TQVBoxLayout( this ); TQBoxLayout *layout = new TQVBoxLayout( this );
mPluginList = new KWidgetList( this ); mPluginList = new KWidgetList( this );
tqlayout->addWidget( mPluginList ); layout->addWidget( mPluginList );
connect( mPluginList, TQT_SIGNAL( doubleClicked( KWidgetListItem* ) ), connect( mPluginList, TQT_SIGNAL( doubleClicked( KWidgetListItem* ) ),
TQT_SIGNAL( selected() ) ); TQT_SIGNAL( selected() ) );

@ -96,28 +96,28 @@ void SingleConflictDialog::ignoreChange()
void SingleConflictDialog::initGUI() void SingleConflictDialog::initGUI()
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 3, 4, KDialog::marginHint(), KDialog::spacingHint() ); TQGridLayout *layout = new TQGridLayout( this, 3, 4, KDialog::marginHint(), KDialog::spacingHint() );
tqlayout->addMultiCellWidget( new TQLabel( i18n( "A conflict has appeared, please solve it manually." ), this ), 0, 0, 0, 3 ); layout->addMultiCellWidget( new TQLabel( i18n( "A conflict has appeared, please solve it manually." ), this ), 0, 0, 0, 3 );
mDiffAlgoDisplay = new KSync::HTMLDiffAlgoDisplay( this ); mDiffAlgoDisplay = new KSync::HTMLDiffAlgoDisplay( this );
tqlayout->addMultiCellWidget( mDiffAlgoDisplay, 1, 1, 0, 3 ); layout->addMultiCellWidget( mDiffAlgoDisplay, 1, 1, 0, 3 );
TQPushButton *button = new TQPushButton( i18n( "Use Item" ), this ); TQPushButton *button = new TQPushButton( i18n( "Use Item" ), this );
connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( useFirstChange() ) ); connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( useFirstChange() ) );
tqlayout->addWidget( button, 2, 0 ); layout->addWidget( button, 2, 0 );
button = new TQPushButton( i18n( "Duplicate Items" ), this ); button = new TQPushButton( i18n( "Duplicate Items" ), this );
connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( duplicateChange() ) ); connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( duplicateChange() ) );
tqlayout->addWidget( button, 2, 1 ); layout->addWidget( button, 2, 1 );
button = new TQPushButton( i18n( "Ignore Conflict" ), this ); button = new TQPushButton( i18n( "Ignore Conflict" ), this );
connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( ignoreChange() ) ); connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( ignoreChange() ) );
tqlayout->addWidget( button, 2, 2 ); layout->addWidget( button, 2, 2 );
button = new TQPushButton( i18n( "Use Item" ), this ); button = new TQPushButton( i18n( "Use Item" ), this );
connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( useSecondChange() ) ); connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( useSecondChange() ) );
tqlayout->addWidget( button, 2, 3 ); layout->addWidget( button, 2, 3 );
} }
#include "singleconflictdialog.moc" #include "singleconflictdialog.moc"

@ -245,7 +245,7 @@ please visit http://webcvs.kde.org
1999-01-23 Stefan Taferner <taferner@kde.org> (KMail-1.0.14) 1999-01-23 Stefan Taferner <taferner@kde.org> (KMail-1.0.14)
* New feature: tqlayout can now be switched between * New feature: layout can now be switched between
"long folder list" and "short folder list". Option "long folder list" and "short folder list". Option
setable in settings->appearance. setable in settings->appearance.
@ -264,7 +264,7 @@ please visit http://webcvs.kde.org
Now it is possible to have more folders than the screen Now it is possible to have more folders than the screen
is high and still select them in the filter dialog. is high and still select them in the filter dialog.
* Filter Dialog: changed folder combo box to (semi) auto * Filter Dialog: changed folder combo box to (semi) auto
resize. Changed tqlayout of dialog to better display all resize. Changed layout of dialog to better display all
elements. Also enabled vertical resizing of dialog. elements. Also enabled vertical resizing of dialog.
1999-01-17 Stefan Taferner <taferner@kde.org> (KMail-1.0.12) 1999-01-17 Stefan Taferner <taferner@kde.org> (KMail-1.0.12)

@ -316,9 +316,9 @@ with questions...
length := Q_UINT16 ; little endian (native?) length := Q_UINT16 ; little endian (native?)
value := tqunicode-string-value / ulong-value value := unicode-string-value / ulong-value
tqunicode-string-value := 0*256QChar ; network-byte-order unicode-string-value := 0*256QChar ; network-byte-order
ulong-value := unsigned_long ; little endian ulong-value := unsigned_long ; little endian
@ -344,7 +344,7 @@ Currently defined tag values are:
StrippedSubject 15 u strippedSubjectMD5().stripWhiteSpace() StrippedSubject 15 u strippedSubjectMD5().stripWhiteSpace()
Status 16 l status() Status 16 l status()
u: tqunicode-string-value; l: ulong-value u: unicode-string-value; l: ulong-value
Proposed new (KDE 3.2 / KMail 1.6) entry format: Proposed new (KDE 3.2 / KMail 1.6) entry format:

@ -196,7 +196,7 @@ namespace KMail {
"jan@simonson.pp.se", 0 }, "jan@simonson.pp.se", 0 },
{ "Paul Sprakes", 0, 0, 0 }, // fix for bug:63619 (filter button in toolbar doesn't work), context menu clean up { "Paul Sprakes", 0, 0, 0 }, // fix for bug:63619 (filter button in toolbar doesn't work), context menu clean up
{ "Will Stephenson", 0, 0, 0 }, // added IM status indicator { "Will Stephenson", 0, 0, 0 }, // added IM status indicator
{ "Hasso Tepper", 0, 0, 0 }, // improve tqlayout of recipients editor { "Hasso Tepper", 0, 0, 0 }, // improve layout of recipients editor
{ "Patrick S. Vogt", I18N_NOOP("timestamp for 'Transmission completed' status messages"), { "Patrick S. Vogt", I18N_NOOP("timestamp for 'Transmission completed' status messages"),
"patrick.vogt@unibas.ch", 0 }, "patrick.vogt@unibas.ch", 0 },
{ "Jan-Oliver Wagner", I18N_NOOP("\xC3\x84gypten and Kroupware project management"), { "Jan-Oliver Wagner", I18N_NOOP("\xC3\x84gypten and Kroupware project management"),

@ -358,9 +358,9 @@ void AccountDialog::makeLocalAccountPage()
TQButtonGroup *group = new TQButtonGroup(i18n("Locking Method"), page ); TQButtonGroup *group = new TQButtonGroup(i18n("Locking Method"), page );
group->setColumnLayout(0, Qt::Horizontal); group->setColumnLayout(0, Qt::Horizontal);
group->tqlayout()->setSpacing( 0 ); group->layout()->setSpacing( 0 );
group->tqlayout()->setMargin( 0 ); group->layout()->setMargin( 0 );
TQGridLayout *groupLayout = new TQGridLayout( group->tqlayout() ); TQGridLayout *groupLayout = new TQGridLayout( group->layout() );
groupLayout->setAlignment( TQt::AlignTop ); groupLayout->setAlignment( TQt::AlignTop );
groupLayout->setSpacing( 6 ); groupLayout->setSpacing( 6 );
groupLayout->setMargin( 11 ); groupLayout->setMargin( 11 );
@ -1127,7 +1127,7 @@ void AccountDialog::makeImapAccountPage( bool connected )
// TODO (marc/bo): Test this // TODO (marc/bo): Test this
mSieveConfigEditor = new SieveConfigEditor( tabWidget ); mSieveConfigEditor = new SieveConfigEditor( tabWidget );
mSieveConfigEditor->tqlayout()->setMargin( KDialog::marginHint() ); mSieveConfigEditor->layout()->setMargin( KDialog::marginHint() );
tabWidget->addTab( mSieveConfigEditor, i18n("&Filtering") ); tabWidget->addTab( mSieveConfigEditor, i18n("&Filtering") );
connect(kapp,TQT_SIGNAL(kdisplayFontChanged()),TQT_SLOT(slotFontChanged())); connect(kapp,TQT_SIGNAL(kdisplayFontChanged()),TQT_SLOT(slotFontChanged()));

@ -215,29 +215,29 @@ void AccountWizard::setupAccountTypePage()
void AccountWizard::setupAccountInformationPage() void AccountWizard::setupAccountInformationPage()
{ {
mAccountInformationPage = new TQWidget( this ); mAccountInformationPage = new TQWidget( this );
TQGridLayout *tqlayout = new TQGridLayout( mAccountInformationPage, 3, 2, TQGridLayout *layout = new TQGridLayout( mAccountInformationPage, 3, 2,
KDialog::marginHint(), KDialog::spacingHint() ); KDialog::marginHint(), KDialog::spacingHint() );
TQLabel *label = new TQLabel( i18n( "Real name:" ), mAccountInformationPage ); TQLabel *label = new TQLabel( i18n( "Real name:" ), mAccountInformationPage );
mRealName = new KLineEdit( mAccountInformationPage ); mRealName = new KLineEdit( mAccountInformationPage );
label->setBuddy( mRealName ); label->setBuddy( mRealName );
tqlayout->addWidget( label, 0, 0 ); layout->addWidget( label, 0, 0 );
tqlayout->addWidget( mRealName, 0, 1 ); layout->addWidget( mRealName, 0, 1 );
label = new TQLabel( i18n( "E-mail address:" ), mAccountInformationPage ); label = new TQLabel( i18n( "E-mail address:" ), mAccountInformationPage );
mEMailAddress = new KLineEdit( mAccountInformationPage ); mEMailAddress = new KLineEdit( mAccountInformationPage );
label->setBuddy( mEMailAddress ); label->setBuddy( mEMailAddress );
tqlayout->addWidget( label, 1, 0 ); layout->addWidget( label, 1, 0 );
tqlayout->addWidget( mEMailAddress, 1, 1 ); layout->addWidget( mEMailAddress, 1, 1 );
label = new TQLabel( i18n( "Organization:" ), mAccountInformationPage ); label = new TQLabel( i18n( "Organization:" ), mAccountInformationPage );
mOrganization = new KLineEdit( mAccountInformationPage ); mOrganization = new KLineEdit( mAccountInformationPage );
label->setBuddy( mOrganization ); label->setBuddy( mOrganization );
tqlayout->addWidget( label, 2, 0 ); layout->addWidget( label, 2, 0 );
tqlayout->addWidget( mOrganization, 2, 1 ); layout->addWidget( mOrganization, 2, 1 );
addPage( mAccountInformationPage, i18n( "Account Information" ) ); addPage( mAccountInformationPage, i18n( "Account Information" ) );
} }
@ -245,23 +245,23 @@ void AccountWizard::setupAccountInformationPage()
void AccountWizard::setupLoginInformationPage() void AccountWizard::setupLoginInformationPage()
{ {
mLoginInformationPage = new TQWidget( this ); mLoginInformationPage = new TQWidget( this );
TQGridLayout *tqlayout = new TQGridLayout( mLoginInformationPage, 2, 2, TQGridLayout *layout = new TQGridLayout( mLoginInformationPage, 2, 2,
KDialog::marginHint(), KDialog::spacingHint() ); KDialog::marginHint(), KDialog::spacingHint() );
TQLabel *label = new TQLabel( i18n( "Login name:" ), mLoginInformationPage ); TQLabel *label = new TQLabel( i18n( "Login name:" ), mLoginInformationPage );
mLoginName = new KLineEdit( mLoginInformationPage ); mLoginName = new KLineEdit( mLoginInformationPage );
label->setBuddy( mLoginName ); label->setBuddy( mLoginName );
tqlayout->addWidget( label, 0, 0 ); layout->addWidget( label, 0, 0 );
tqlayout->addWidget( mLoginName, 0, 1 ); layout->addWidget( mLoginName, 0, 1 );
label = new TQLabel( i18n( "Password:" ), mLoginInformationPage ); label = new TQLabel( i18n( "Password:" ), mLoginInformationPage );
mPassword = new KLineEdit( mLoginInformationPage ); mPassword = new KLineEdit( mLoginInformationPage );
mPassword->setEchoMode( TQLineEdit::Password ); mPassword->setEchoMode( TQLineEdit::Password );
label->setBuddy( mPassword ); label->setBuddy( mPassword );
tqlayout->addWidget( label, 1, 0 ); layout->addWidget( label, 1, 0 );
tqlayout->addWidget( mPassword, 1, 1 ); layout->addWidget( mPassword, 1, 1 );
addPage( mLoginInformationPage, i18n( "Login Information" ) ); addPage( mLoginInformationPage, i18n( "Login Information" ) );
} }
@ -269,7 +269,7 @@ void AccountWizard::setupLoginInformationPage()
void AccountWizard::setupServerInformationPage() void AccountWizard::setupServerInformationPage()
{ {
mServerInformationPage = new TQWidget( this ); mServerInformationPage = new TQWidget( this );
TQGridLayout *tqlayout = new TQGridLayout( mServerInformationPage, 3, 2, TQGridLayout *layout = new TQGridLayout( mServerInformationPage, 3, 2,
KDialog::marginHint(), KDialog::spacingHint() ); KDialog::marginHint(), KDialog::spacingHint() );
mIncomingLabel = new TQLabel( mServerInformationPage ); mIncomingLabel = new TQLabel( mServerInformationPage );
@ -285,23 +285,23 @@ void AccountWizard::setupServerInformationPage()
connect( mChooseLocation, TQT_SIGNAL( clicked() ), connect( mChooseLocation, TQT_SIGNAL( clicked() ),
this, TQT_SLOT( chooseLocation() ) ); this, TQT_SLOT( chooseLocation() ) );
tqlayout->addWidget( mIncomingLabel, 0, 0, AlignTop ); layout->addWidget( mIncomingLabel, 0, 0, AlignTop );
tqlayout->addWidget( mIncomingLocationWdg, 0, 1 ); layout->addWidget( mIncomingLocationWdg, 0, 1 );
tqlayout->addWidget( mIncomingServerWdg, 0, 1 ); layout->addWidget( mIncomingServerWdg, 0, 1 );
TQLabel *label = new TQLabel( i18n( "Outgoing server:" ), mServerInformationPage ); TQLabel *label = new TQLabel( i18n( "Outgoing server:" ), mServerInformationPage );
mOutgoingServer = new KLineEdit( mServerInformationPage ); mOutgoingServer = new KLineEdit( mServerInformationPage );
label->setBuddy( mOutgoingServer ); label->setBuddy( mOutgoingServer );
tqlayout->addWidget( label, 1, 0 ); layout->addWidget( label, 1, 0 );
tqlayout->addWidget( mOutgoingServer, 1, 1 ); layout->addWidget( mOutgoingServer, 1, 1 );
mOutgoingUseSSL = new TQCheckBox( i18n( "Use secure connection (SSL)" ), mServerInformationPage ); mOutgoingUseSSL = new TQCheckBox( i18n( "Use secure connection (SSL)" ), mServerInformationPage );
tqlayout->addWidget( mOutgoingUseSSL, 2, 1 ); layout->addWidget( mOutgoingUseSSL, 2, 1 );
mLocalDelivery = new TQCheckBox( i18n( "Use local delivery" ), mLocalDelivery = new TQCheckBox( i18n( "Use local delivery" ),
mServerInformationPage ); mServerInformationPage );
tqlayout->addWidget( mLocalDelivery, 3, 0 ); layout->addWidget( mLocalDelivery, 3, 0 );
connect( mLocalDelivery, TQT_SIGNAL( toggled( bool ) ), connect( mLocalDelivery, TQT_SIGNAL( toggled( bool ) ),
mOutgoingServer, TQT_SLOT( setDisabled( bool ) ) ); mOutgoingServer, TQT_SLOT( setDisabled( bool ) ) );

@ -855,7 +855,7 @@ ASWizInfoPage::ASWizInfoPage( AntiSpamWizard::WizardMode mode,
TQWidget * parent, const char * name ) TQWidget * parent, const char * name )
: ASWizPage( parent, name ) : ASWizPage( parent, name )
{ {
TQBoxLayout * tqlayout = new TQVBoxLayout( mLayout ); TQBoxLayout * layout = new TQVBoxLayout( mLayout );
mIntroText = new TQLabel( this ); mIntroText = new TQLabel( this );
mIntroText->setText( mIntroText->setText(
@ -879,26 +879,26 @@ ASWizInfoPage::ASWizInfoPage( AntiSpamWizard::WizardMode mode,
"deleting the filter rules created by the wizard to get " "deleting the filter rules created by the wizard to get "
"back to the former behavior." "back to the former behavior."
) ); ) );
tqlayout->addWidget( mIntroText ); layout->addWidget( mIntroText );
mScanProgressText = new TQLabel( this ); mScanProgressText = new TQLabel( this );
mScanProgressText->setText( "" ) ; mScanProgressText->setText( "" ) ;
tqlayout->addWidget( mScanProgressText ); layout->addWidget( mScanProgressText );
mToolsList = new KListBox( this ); mToolsList = new KListBox( this );
mToolsList->hide(); mToolsList->hide();
mToolsList->setSelectionMode( TQListBox::Multi ); mToolsList->setSelectionMode( TQListBox::Multi );
mToolsList->setRowMode( TQListBox::FixedNumber ); mToolsList->setRowMode( TQListBox::FixedNumber );
mToolsList->setRowMode( 10 ); mToolsList->setRowMode( 10 );
tqlayout->addWidget( mToolsList ); layout->addWidget( mToolsList );
connect( mToolsList, TQT_SIGNAL(selectionChanged()), connect( mToolsList, TQT_SIGNAL(selectionChanged()),
this, TQT_SLOT(processSelectionChange(void)) ); this, TQT_SLOT(processSelectionChange(void)) );
mSelectionHint = new TQLabel( this ); mSelectionHint = new TQLabel( this );
mSelectionHint->setText( "" ); mSelectionHint->setText( "" );
tqlayout->addWidget( mSelectionHint ); layout->addWidget( mSelectionHint );
tqlayout->addStretch(); layout->addStretch();
} }
@ -940,18 +940,18 @@ ASWizSpamRulesPage::ASWizSpamRulesPage( TQWidget * parent, const char * name,
KMFolderTree * mainFolderTree ) KMFolderTree * mainFolderTree )
: ASWizPage( parent, name ) : ASWizPage( parent, name )
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( mLayout ); TQVBoxLayout *layout = new TQVBoxLayout( mLayout );
mMarkRules = new TQCheckBox( i18n("&Mark detected spam messages as read"), this ); mMarkRules = new TQCheckBox( i18n("&Mark detected spam messages as read"), this );
TQWhatsThis::add( mMarkRules, TQWhatsThis::add( mMarkRules,
i18n( "Mark messages which have been classified as spam as read.") ); i18n( "Mark messages which have been classified as spam as read.") );
tqlayout->addWidget( mMarkRules); layout->addWidget( mMarkRules);
mMoveSpamRules = new TQCheckBox( i18n("Move &known spam to:"), this ); mMoveSpamRules = new TQCheckBox( i18n("Move &known spam to:"), this );
TQWhatsThis::add( mMoveSpamRules, TQWhatsThis::add( mMoveSpamRules,
i18n( "The default folder for spam messages is the trash folder, " i18n( "The default folder for spam messages is the trash folder, "
"but you may change that in the folder view below.") ); "but you may change that in the folder view below.") );
tqlayout->addWidget( mMoveSpamRules ); layout->addWidget( mMoveSpamRules );
mFolderReqForSpamFolder = new FolderRequester( this, mainFolderTree ); mFolderReqForSpamFolder = new FolderRequester( this, mainFolderTree );
mFolderReqForSpamFolder->setFolder( "trash" ); mFolderReqForSpamFolder->setFolder( "trash" );
@ -959,7 +959,7 @@ ASWizSpamRulesPage::ASWizSpamRulesPage( TQWidget * parent, const char * name,
mFolderReqForSpamFolder->setShowOutbox( false ); mFolderReqForSpamFolder->setShowOutbox( false );
mFolderReqForSpamFolder->setShowImapFolders( false ); mFolderReqForSpamFolder->setShowImapFolders( false );
TQHBoxLayout *hLayout1 = new TQHBoxLayout( tqlayout ); TQHBoxLayout *hLayout1 = new TQHBoxLayout( layout );
hLayout1->addSpacing( KDialog::spacingHint() * 3 ); hLayout1->addSpacing( KDialog::spacingHint() * 3 );
hLayout1->addWidget( mFolderReqForSpamFolder ); hLayout1->addWidget( mFolderReqForSpamFolder );
@ -969,7 +969,7 @@ ASWizSpamRulesPage::ASWizSpamRulesPage( TQWidget * parent, const char * name,
"in the folder view below.<p>" "in the folder view below.<p>"
"Not all tools support a classification as unsure. If you haven't " "Not all tools support a classification as unsure. If you haven't "
"selected a capable tool, you can't select a folder as well.") ); "selected a capable tool, you can't select a folder as well.") );
tqlayout->addWidget( mMoveUnsureRules ); layout->addWidget( mMoveUnsureRules );
mFolderReqForUnsureFolder = new FolderRequester( this, mainFolderTree ); mFolderReqForUnsureFolder = new FolderRequester( this, mainFolderTree );
mFolderReqForUnsureFolder->setFolder( "inbox" ); mFolderReqForUnsureFolder->setFolder( "inbox" );
@ -977,11 +977,11 @@ ASWizSpamRulesPage::ASWizSpamRulesPage( TQWidget * parent, const char * name,
mFolderReqForUnsureFolder->setShowOutbox( false ); mFolderReqForUnsureFolder->setShowOutbox( false );
mFolderReqForUnsureFolder->setShowImapFolders( false ); mFolderReqForUnsureFolder->setShowImapFolders( false );
TQHBoxLayout *hLayout2 = new TQHBoxLayout( tqlayout ); TQHBoxLayout *hLayout2 = new TQHBoxLayout( layout );
hLayout2->addSpacing( KDialog::spacingHint() * 3 ); hLayout2->addSpacing( KDialog::spacingHint() * 3 );
hLayout2->addWidget( mFolderReqForUnsureFolder ); hLayout2->addWidget( mFolderReqForUnsureFolder );
tqlayout->addStretch(); layout->addStretch();
connect( mMarkRules, TQT_SIGNAL(clicked()), connect( mMarkRules, TQT_SIGNAL(clicked()),
this, TQT_SLOT(processSelectionChange(void)) ); this, TQT_SLOT(processSelectionChange(void)) );
@ -1138,11 +1138,11 @@ void ASWizVirusRulesPage::processSelectionChange()
ASWizSummaryPage::ASWizSummaryPage( TQWidget * parent, const char * name ) ASWizSummaryPage::ASWizSummaryPage( TQWidget * parent, const char * name )
: ASWizPage( parent, name ) : ASWizPage( parent, name )
{ {
TQBoxLayout * tqlayout = new TQVBoxLayout( mLayout ); TQBoxLayout * layout = new TQVBoxLayout( mLayout );
mSummaryText = new TQLabel( this ); mSummaryText = new TQLabel( this );
tqlayout->addWidget( mSummaryText ); layout->addWidget( mSummaryText );
tqlayout->addStretch(); layout->addStretch();
} }

@ -14,26 +14,26 @@ ChiasmusKeySelector::ChiasmusKeySelector( TQWidget* parent, const TQString& capt
{ {
TQWidget *page = makeMainWidget(); TQWidget *page = makeMainWidget();
TQVBoxLayout *tqlayout = new TQVBoxLayout(page, KDialog::spacingHint()); TQVBoxLayout *layout = new TQVBoxLayout(page, KDialog::spacingHint());
mLabel = new TQLabel( i18n( "Please select the Chiasmus key file to use:" ), page ); mLabel = new TQLabel( i18n( "Please select the Chiasmus key file to use:" ), page );
tqlayout->addWidget( mLabel ); layout->addWidget( mLabel );
mListBox = new KListBox( page ); mListBox = new KListBox( page );
mListBox->insertStringList( keys ); mListBox->insertStringList( keys );
const int current = keys.findIndex( currentKey ); const int current = keys.findIndex( currentKey );
mListBox->setSelected( TQMAX( 0, current ), true ); mListBox->setSelected( TQMAX( 0, current ), true );
mListBox->ensureCurrentVisible(); mListBox->ensureCurrentVisible();
tqlayout->addWidget( mListBox, 1 ); layout->addWidget( mListBox, 1 );
TQLabel* optionLabel = new TQLabel( i18n( "Additional arguments for chiasmus:" ), page ); TQLabel* optionLabel = new TQLabel( i18n( "Additional arguments for chiasmus:" ), page );
tqlayout->addWidget( optionLabel ); layout->addWidget( optionLabel );
mOptions = new KLineEdit( lastOptions, page ); mOptions = new KLineEdit( lastOptions, page );
optionLabel->setBuddy( mOptions ); optionLabel->setBuddy( mOptions );
tqlayout->addWidget( mOptions ); layout->addWidget( mOptions );
tqlayout->addStretch(); layout->addStretch();
connect( mListBox, TQT_SIGNAL( doubleClicked( TQListBoxItem * ) ), this, TQT_SLOT( slotOk() ) ); connect( mListBox, TQT_SIGNAL( doubleClicked( TQListBoxItem * ) ), this, TQT_SLOT( slotOk() ) );
connect( mListBox, TQT_SIGNAL( returnPressed( TQListBoxItem * ) ), this, TQT_SLOT( slotOk() ) ); connect( mListBox, TQT_SIGNAL( returnPressed( TQListBoxItem * ) ), this, TQT_SLOT( slotOk() ) );

@ -167,7 +167,7 @@ namespace {
void populateButtonGroup( TQButtonGroup * g, const EnumConfigEntry & e ) { void populateButtonGroup( TQButtonGroup * g, const EnumConfigEntry & e ) {
g->setTitle( i18n( e.desc ) ); g->setTitle( i18n( e.desc ) );
g->tqlayout()->setSpacing( KDialog::spacingHint() ); g->layout()->setSpacing( KDialog::spacingHint() );
for ( int i = 0 ; i < e.numItems ; ++i ) for ( int i = 0 ; i < e.numItems ; ++i )
g->insert( new TQRadioButton( i18n( e.items[i].desc ), g ), i ); g->insert( new TQRadioButton( i18n( e.items[i].desc ), g ), i );
} }
@ -597,7 +597,7 @@ AccountsPageSendingTab::AccountsPageSendingTab( TQWidget * parent, const char *
// label: zero stretch ### FIXME more // label: zero stretch ### FIXME more
vlay->addWidget( new TQLabel( i18n("Outgoing accounts (add at least one):"), this ) ); vlay->addWidget( new TQLabel( i18n("Outgoing accounts (add at least one):"), this ) );
// hbox tqlayout: stretch 10, spacing inherited from vlay // hbox layout: stretch 10, spacing inherited from vlay
hlay = new TQHBoxLayout(); hlay = new TQHBoxLayout();
vlay->addLayout( hlay, 10 ); // high stretch b/c of the groupbox's sizeHint vlay->addLayout( hlay, 10 ); // high stretch b/c of the groupbox's sizeHint
@ -614,7 +614,7 @@ AccountsPageSendingTab::AccountsPageSendingTab( TQWidget * parent, const char *
this, TQT_SLOT(slotModifySelectedTransport()) ); this, TQT_SLOT(slotModifySelectedTransport()) );
hlay->addWidget( mTransportList, 1 ); hlay->addWidget( mTransportList, 1 );
// a vbox tqlayout for the buttons: zero stretch, spacing inherited from hlay // a vbox layout for the buttons: zero stretch, spacing inherited from hlay
btn_vlay = new TQVBoxLayout( hlay ); btn_vlay = new TQVBoxLayout( hlay );
// "add..." button: stretch 0 // "add..." button: stretch 0
@ -653,8 +653,8 @@ AccountsPageSendingTab::AccountsPageSendingTab( TQWidget * parent, const char *
i18n("Common Options"), this ); i18n("Common Options"), this );
vlay->addWidget(group); vlay->addWidget(group);
// a grid tqlayout for the contents of the "common options" group box // a grid layout for the contents of the "common options" group box
glay = new TQGridLayout( group->tqlayout(), 5, 3, KDialog::spacingHint() ); glay = new TQGridLayout( group->layout(), 5, 3, KDialog::spacingHint() );
glay->setColStretch( 2, 10 ); glay->setColStretch( 2, 10 );
// "confirm before send" check box: // "confirm before send" check box:
@ -1071,7 +1071,7 @@ AccountsPageReceivingTab::AccountsPageReceivingTab( TQWidget * parent, const cha
// label: zero stretch // label: zero stretch
vlay->addWidget( new TQLabel( i18n("Incoming accounts (add at least one):"), this ) ); vlay->addWidget( new TQLabel( i18n("Incoming accounts (add at least one):"), this ) );
// hbox tqlayout: stretch 10, spacing inherited from vlay // hbox layout: stretch 10, spacing inherited from vlay
hlay = new TQHBoxLayout(); hlay = new TQHBoxLayout();
vlay->addLayout( hlay, 10 ); // high stretch to suppress groupbox's growing vlay->addLayout( hlay, 10 ); // high stretch to suppress groupbox's growing
@ -1088,7 +1088,7 @@ AccountsPageReceivingTab::AccountsPageReceivingTab( TQWidget * parent, const cha
this, TQT_SLOT(slotModifySelectedAccount()) ); this, TQT_SLOT(slotModifySelectedAccount()) );
hlay->addWidget( mAccountList, 1 ); hlay->addWidget( mAccountList, 1 );
// a vbox tqlayout for the buttons: zero stretch, spacing inherited from hlay // a vbox layout for the buttons: zero stretch, spacing inherited from hlay
btn_vlay = new TQVBoxLayout( hlay ); btn_vlay = new TQVBoxLayout( hlay );
// "add..." button: stretch 0 // "add..." button: stretch 0
@ -1123,7 +1123,7 @@ AccountsPageReceivingTab::AccountsPageReceivingTab( TQWidget * parent, const cha
// "New Mail Notification" group box: stretch 0 // "New Mail Notification" group box: stretch 0
group = new TQVGroupBox( i18n("New Mail Notification"), this ); group = new TQVGroupBox( i18n("New Mail Notification"), this );
vlay->addWidget( group ); vlay->addWidget( group );
group->tqlayout()->setSpacing( KDialog::spacingHint() ); group->layout()->setSpacing( KDialog::spacingHint() );
// "beep on new mail" check box: // "beep on new mail" check box:
mBeepNewMailCheck = new TQCheckBox(i18n("&Beep"), group ); mBeepNewMailCheck = new TQCheckBox(i18n("&Beep"), group );
@ -1793,9 +1793,9 @@ void AppearancePage::ColorsTab::doLoadOther() {
mCloseToQuotaThreshold->setValue( GlobalSettings::closeToQuotaThreshold() ); mCloseToQuotaThreshold->setValue( GlobalSettings::closeToQuotaThreshold() );
static const TQColor defaultColor[ numColorNames ] = { static const TQColor defaultColor[ numColorNames ] = {
kapp->tqpalette().active().base(), // bg kapp->palette().active().base(), // bg
KGlobalSettings::alternateBackgroundColor(), // alt bg KGlobalSettings::alternateBackgroundColor(), // alt bg
kapp->tqpalette().active().text(), // fg kapp->palette().active().text(), // fg
TQColor( 0x00, 0x80, 0x00 ), // quoted l1 TQColor( 0x00, 0x80, 0x00 ), // quoted l1
TQColor( 0x00, 0x70, 0x00 ), // quoted l2 TQColor( 0x00, 0x70, 0x00 ), // quoted l2
TQColor( 0x00, 0x60, 0x00 ), // quoted l3 TQColor( 0x00, 0x60, 0x00 ), // quoted l3
@ -1857,7 +1857,7 @@ void AppearancePage::ColorsTab::save() {
} }
TQString AppearancePage::LayoutTab::helpAnchor() const { TQString AppearancePage::LayoutTab::helpAnchor() const {
return TQString::fromLatin1("configure-appearance-tqlayout"); return TQString::fromLatin1("configure-appearance-layout");
} }
static const EnumConfigEntryItem folderListModes[] = { static const EnumConfigEntryItem folderListModes[] = {
@ -2004,7 +2004,7 @@ AppearancePageHeadersTab::AppearancePageHeadersTab( TQWidget * parent, const cha
// "General Options" group: // "General Options" group:
group = new TQVButtonGroup( i18n( "General Options" ), this ); group = new TQVButtonGroup( i18n( "General Options" ), this );
group->tqlayout()->setSpacing( KDialog::spacingHint() ); group->layout()->setSpacing( KDialog::spacingHint() );
mMessageSizeCheck = new TQCheckBox( i18n("Display messa&ge sizes"), group ); mMessageSizeCheck = new TQCheckBox( i18n("Display messa&ge sizes"), group );
@ -2030,7 +2030,7 @@ AppearancePageHeadersTab::AppearancePageHeadersTab( TQWidget * parent, const cha
// "Message Header Threading Options" group: // "Message Header Threading Options" group:
mNestingPolicy = mNestingPolicy =
new TQVButtonGroup( i18n("Threaded Message List Options"), this ); new TQVButtonGroup( i18n("Threaded Message List Options"), this );
mNestingPolicy->tqlayout()->setSpacing( KDialog::spacingHint() ); mNestingPolicy->layout()->setSpacing( KDialog::spacingHint() );
mNestingPolicy->insert( mNestingPolicy->insert(
new TQRadioButton( i18n("Always &keep threads open"), new TQRadioButton( i18n("Always &keep threads open"),
@ -2053,7 +2053,7 @@ AppearancePageHeadersTab::AppearancePageHeadersTab( TQWidget * parent, const cha
// "Date Display" group: // "Date Display" group:
mDateDisplay = new TQVButtonGroup( i18n("Date Display"), this ); mDateDisplay = new TQVButtonGroup( i18n("Date Display"), this );
mDateDisplay->tqlayout()->setSpacing( KDialog::spacingHint() ); mDateDisplay->layout()->setSpacing( KDialog::spacingHint() );
for ( int i = 0 ; i < numDateDisplayConfig ; i++ ) { for ( int i = 0 ; i < numDateDisplayConfig ; i++ ) {
TQString buttonLabel = i18n(dateDisplayConfig[i].displayName); TQString buttonLabel = i18n(dateDisplayConfig[i].displayName);
@ -2490,7 +2490,7 @@ AppearancePageSystemTrayTab::AppearancePageSystemTrayTab( TQWidget * parent,
// System tray modes // System tray modes
mSystemTrayGroup = new TQVButtonGroup( i18n("System Tray Mode"), this ); mSystemTrayGroup = new TQVButtonGroup( i18n("System Tray Mode"), this );
mSystemTrayGroup->tqlayout()->setSpacing( KDialog::spacingHint() ); mSystemTrayGroup->layout()->setSpacing( KDialog::spacingHint() );
vlay->addWidget( mSystemTrayGroup ); vlay->addWidget( mSystemTrayGroup );
connect( mSystemTrayGroup, TQT_SIGNAL( clicked( int ) ), connect( mSystemTrayGroup, TQT_SIGNAL( clicked( int ) ),
this, TQT_SLOT( slotEmitChanged( void ) ) ); this, TQT_SLOT( slotEmitChanged( void ) ) );
@ -2766,7 +2766,7 @@ ComposerPageGeneralTab::ComposerPageGeneralTab( TQWidget * parent, const char *
// The "external editor" group: // The "external editor" group:
group = new TQVGroupBox( i18n("External Editor"), this ); group = new TQVGroupBox( i18n("External Editor"), this );
group->tqlayout()->setSpacing( KDialog::spacingHint() ); group->layout()->setSpacing( KDialog::spacingHint() );
mExternalEditorCheck = new TQCheckBox( mExternalEditorCheck = new TQCheckBox(
GlobalSettings::self()->useExternalEditorItem()->label(), GlobalSettings::self()->useExternalEditorItem()->label(),
@ -3185,7 +3185,7 @@ ComposerPageSubjectTab::ComposerPageSubjectTab( TQWidget * parent, const char *
vlay = new TQVBoxLayout( this, KDialog::marginHint(), KDialog::spacingHint() ); vlay = new TQVBoxLayout( this, KDialog::marginHint(), KDialog::spacingHint() );
group = new TQVGroupBox( i18n("Repl&y Subject Prefixes"), this ); group = new TQVGroupBox( i18n("Repl&y Subject Prefixes"), this );
group->tqlayout()->setSpacing( KDialog::spacingHint() ); group->layout()->setSpacing( KDialog::spacingHint() );
// row 0: help text: // row 0: help text:
label = new TQLabel( i18n("Recognize any sequence of the following prefixes\n" label = new TQLabel( i18n("Recognize any sequence of the following prefixes\n"
@ -3214,7 +3214,7 @@ ComposerPageSubjectTab::ComposerPageSubjectTab( TQWidget * parent, const char *
group = new TQVGroupBox( i18n("For&ward Subject Prefixes"), this ); group = new TQVGroupBox( i18n("For&ward Subject Prefixes"), this );
group->tqlayout()->setSpacing( KDialog::marginHint() ); group->layout()->setSpacing( KDialog::marginHint() );
// row 0: help text: // row 0: help text:
label= new TQLabel( i18n("Recognize any sequence of the following prefixes\n" label= new TQLabel( i18n("Recognize any sequence of the following prefixes\n"
@ -3798,7 +3798,7 @@ SecurityPageGeneralTab::SecurityPageGeneralTab( TQWidget * parent, const char *
// "HTML Messages" group box: // "HTML Messages" group box:
group = new TQVGroupBox( i18n( "HTML Messages" ), this ); group = new TQVGroupBox( i18n( "HTML Messages" ), this );
group->tqlayout()->setSpacing( KDialog::spacingHint() ); group->layout()->setSpacing( KDialog::spacingHint() );
mHtmlMailCheck = new TQCheckBox( i18n("Prefer H&TML to plain text"), group ); mHtmlMailCheck = new TQCheckBox( i18n("Prefer H&TML to plain text"), group );
TQWhatsThis::add( mHtmlMailCheck, htmlWhatsThis ); TQWhatsThis::add( mHtmlMailCheck, htmlWhatsThis );
@ -3822,14 +3822,14 @@ SecurityPageGeneralTab::SecurityPageGeneralTab( TQWidget * parent, const char *
// encrypted messages group // encrypted messages group
group = new TQVGroupBox( i18n("Encrypted Messages"), this ); group = new TQVGroupBox( i18n("Encrypted Messages"), this );
group->tqlayout()->setSpacing( KDialog::spacingHint() ); group->layout()->setSpacing( KDialog::spacingHint() );
mAlwaysDecrypt = new TQCheckBox( i18n( "Attempt decryption of encrypted messages when viewing" ), group ); mAlwaysDecrypt = new TQCheckBox( i18n( "Attempt decryption of encrypted messages when viewing" ), group );
connect( mAlwaysDecrypt, TQT_SIGNAL(stateChanged(int)), this, TQT_SLOT(slotEmitChanged()) ); connect( mAlwaysDecrypt, TQT_SIGNAL(stateChanged(int)), this, TQT_SLOT(slotEmitChanged()) );
vlay->addWidget( group ); vlay->addWidget( group );
// "Message Disposition Notification" groupbox: // "Message Disposition Notification" groupbox:
group = new TQVGroupBox( i18n("Message Disposition Notifications"), this ); group = new TQVGroupBox( i18n("Message Disposition Notifications"), this );
group->tqlayout()->setSpacing( KDialog::spacingHint() ); group->layout()->setSpacing( KDialog::spacingHint() );
// "ignore", "ask", "deny", "always send" radiobutton line: // "ignore", "ask", "deny", "always send" radiobutton line:
@ -3897,7 +3897,7 @@ SecurityPageGeneralTab::SecurityPageGeneralTab( TQWidget * parent, const char *
// "Attached keys" group box: // "Attached keys" group box:
group = new TQVGroupBox( i18n( "Certificate && Key Bundle Attachments" ), this ); group = new TQVGroupBox( i18n( "Certificate && Key Bundle Attachments" ), this );
group->tqlayout()->setSpacing( KDialog::spacingHint() ); group->layout()->setSpacing( KDialog::spacingHint() );
mAutomaticallyImportAttachedKeysCheck = new TQCheckBox( i18n("Automatically import keys and certificates"), group ); mAutomaticallyImportAttachedKeysCheck = new TQCheckBox( i18n("Automatically import keys and certificates"), group );
connect( mAutomaticallyImportAttachedKeysCheck, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotEmitChanged()) ); connect( mAutomaticallyImportAttachedKeysCheck, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotEmitChanged()) );

@ -195,7 +195,7 @@ NewLanguageDialog::NewLanguageDialog( LanguageItemList & suppressedLangs,
bool modal ) bool modal )
: KDialogBase( parent, name, modal, i18n("New Language"), Ok|Cancel, Ok, true ) : KDialogBase( parent, name, modal, i18n("New Language"), Ok|Cancel, Ok, true )
{ {
// tqlayout the page (a combobox with label): // layout the page (a combobox with label):
TQWidget *page = makeMainWidget(); TQWidget *page = makeMainWidget();
TQHBoxLayout *hlay = new TQHBoxLayout( page, 0, spacingHint() ); TQHBoxLayout *hlay = new TQHBoxLayout( page, 0, spacingHint() );
mComboBox = new TQComboBox( false, page ); mComboBox = new TQComboBox( false, page );

@ -15,7 +15,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout9</cstring> <cstring>layout9</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -26,7 +26,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout8</cstring> <cstring>layout8</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -147,7 +147,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout8</cstring> <cstring>layout8</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -155,7 +155,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout6</cstring> <cstring>layout6</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -181,7 +181,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout7</cstring> <cstring>layout7</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -222,7 +222,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout4</cstring> <cstring>layout4</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">

@ -35,7 +35,7 @@ class EncodingDetectorPrivate;
* Searches for encoding declaration inside raw data -- meta and xml tags. * Searches for encoding declaration inside raw data -- meta and xml tags.
* In the case it can't find it, uses heuristics for specified language. * In the case it can't find it, uses heuristics for specified language.
* *
* If it finds tqunicode BOM marks, it changes encoding regardless of what the user has told * If it finds unicode BOM marks, it changes encoding regardless of what the user has told
* *
* Intended lifetime of the object: one instance per document. * Intended lifetime of the object: one instance per document.
* *

@ -56,19 +56,19 @@ QuotaWidget::QuotaWidget( TQWidget* parent, const char* name )
{ {
TQVBoxLayout *box = new TQVBoxLayout(this); TQVBoxLayout *box = new TQVBoxLayout(this);
TQWidget *stuff = new TQWidget( this ); TQWidget *stuff = new TQWidget( this );
TQGridLayout* tqlayout = TQGridLayout* layout =
new TQGridLayout( stuff, 3, 3, new TQGridLayout( stuff, 3, 3,
KDialog::marginHint(), KDialog::marginHint(),
KDialog::spacingHint() ); KDialog::spacingHint() );
mInfoLabel = new TQLabel("", stuff ); mInfoLabel = new TQLabel("", stuff );
mRootLabel = new TQLabel("", stuff ); mRootLabel = new TQLabel("", stuff );
mProgressBar = new TQProgressBar( stuff ); mProgressBar = new TQProgressBar( stuff );
tqlayout->addWidget( new TQLabel( i18n("Root:" ), stuff ), 0, 0 ); layout->addWidget( new TQLabel( i18n("Root:" ), stuff ), 0, 0 );
tqlayout->addWidget( mRootLabel, 0, 1 ); layout->addWidget( mRootLabel, 0, 1 );
tqlayout->addWidget( new TQLabel( i18n("Usage:"), stuff ), 1, 0 ); layout->addWidget( new TQLabel( i18n("Usage:"), stuff ), 1, 0 );
//tqlayout->addWidget( new TQLabel( i18n("Status:"), stuff ), 2, 0 ); //layout->addWidget( new TQLabel( i18n("Status:"), stuff ), 2, 0 );
tqlayout->addWidget( mInfoLabel, 1, 1 ); layout->addWidget( mInfoLabel, 1, 1 );
tqlayout->addWidget( mProgressBar, 2, 1 ); layout->addWidget( mProgressBar, 2, 1 );
box->addWidget( stuff ); box->addWidget( stuff );
box->addStretch( 2 ); box->addStretch( 2 );
} }

@ -108,9 +108,9 @@ void FolderTreeBase::readColorConfig()
KConfig* conf = KMKernel::config(); KConfig* conf = KMKernel::config();
// Custom/System color support // Custom/System color support
KConfigGroupSaver saver(conf, "Reader"); KConfigGroupSaver saver(conf, "Reader");
TQColor c1=TQColor(kapp->tqpalette().active().text()); TQColor c1=TQColor(kapp->palette().active().text());
TQColor c2=TQColor("blue"); TQColor c2=TQColor("blue");
TQColor c4=TQColor(kapp->tqpalette().active().base()); TQColor c4=TQColor(kapp->palette().active().base());
TQColor c5=TQColor("red"); TQColor c5=TQColor("red");
if (!conf->readBoolEntry("defaultColors",true)) { if (!conf->readBoolEntry("defaultColors",true)) {

@ -124,7 +124,7 @@ namespace KMail {
strategy = HeaderStrategy::brief(); strategy = HeaderStrategy::brief();
// The direction of the header is determined according to the direction // The direction of the header is determined according to the direction
// of the application tqlayout. // of the application layout.
TQString dir = TQApplication::reverseLayout() ? "rtl" : "ltr" ; TQString dir = TQApplication::reverseLayout() ? "rtl" : "ltr" ;
@ -223,7 +223,7 @@ namespace KMail {
strategy = HeaderStrategy::rich(); strategy = HeaderStrategy::rich();
// The direction of the header is determined according to the direction // The direction of the header is determined according to the direction
// of the application tqlayout. // of the application layout.
TQString dir = ( TQApplication::reverseLayout() ? "rtl" : "ltr" ); TQString dir = ( TQApplication::reverseLayout() ? "rtl" : "ltr" );
@ -427,7 +427,7 @@ namespace KMail {
// ### from kmreaderwin begin // ### from kmreaderwin begin
// The direction of the header is determined according to the direction // The direction of the header is determined according to the direction
// of the application tqlayout. // of the application layout.
TQString dir = ( TQApplication::reverseLayout() ? "rtl" : "ltr" ); TQString dir = ( TQApplication::reverseLayout() ? "rtl" : "ltr" );
TQString headerStr = TQString("<div class=\"fancy header\" dir=\"%1\">\n").arg(dir); TQString headerStr = TQString("<div class=\"fancy header\" dir=\"%1\">\n").arg(dir);
@ -882,7 +882,7 @@ namespace KMail {
strategy = HeaderStrategy::brief(); strategy = HeaderStrategy::brief();
// The direction of the header is determined according to the direction // The direction of the header is determined according to the direction
// of the application tqlayout. // of the application layout.
TQString dir = TQApplication::reverseLayout() ? "rtl" : "ltr" ; TQString dir = TQApplication::reverseLayout() ? "rtl" : "ltr" ;

@ -427,11 +427,11 @@ namespace KMail {
// Tab Widget: Signature // Tab Widget: Signature
// //
mSignatureConfigurator = new SignatureConfigurator( tabWidget ); mSignatureConfigurator = new SignatureConfigurator( tabWidget );
mSignatureConfigurator->tqlayout()->setMargin( KDialog::marginHint() ); mSignatureConfigurator->layout()->setMargin( KDialog::marginHint() );
tabWidget->addTab( mSignatureConfigurator, i18n("&Signature") ); tabWidget->addTab( mSignatureConfigurator, i18n("&Signature") );
mXFaceConfigurator = new XFaceConfigurator( tabWidget ); mXFaceConfigurator = new XFaceConfigurator( tabWidget );
mXFaceConfigurator->tqlayout()->setMargin( KDialog::marginHint() ); mXFaceConfigurator->layout()->setMargin( KDialog::marginHint() );
tabWidget->addTab( mXFaceConfigurator, i18n("&Picture") ); tabWidget->addTab( mXFaceConfigurator, i18n("&Picture") );
KConfigGroup geometry( KMKernel::config(), "Geometry" ); KConfigGroup geometry( KMKernel::config(), "Geometry" );

@ -426,9 +426,9 @@ TQString KMAccount::encryptStr(const TQString &aStr)
TQString result; TQString result;
for (uint i = 0; i < aStr.length(); i++) for (uint i = 0; i < aStr.length(); i++)
/* yes, no typo. can't encode ' ' or '!' because /* yes, no typo. can't encode ' ' or '!' because
they're the tqunicode BOM. stupid scrambling. stupid. */ they're the unicode BOM. stupid scrambling. stupid. */
result += (aStr[i].tqunicode() <= 0x21 ) ? aStr[i] : result += (aStr[i].unicode() <= 0x21 ) ? aStr[i] :
TQChar(0x1001F - aStr[i].tqunicode()); TQChar(0x1001F - aStr[i].unicode());
return result; return result;
} }

@ -561,10 +561,10 @@
<default>true</default> <default>true</default>
</entry> </entry>
<entry name="ForegroundColor" type="Color" key="ForegroundColor"> <entry name="ForegroundColor" type="Color" key="ForegroundColor">
<default code="true">kapp->tqpalette().active().text()</default> <default code="true">kapp->palette().active().text()</default>
</entry> </entry>
<entry name="BackgroundColor" type="Color" key="BackgroundColor"> <entry name="BackgroundColor" type="Color" key="BackgroundColor">
<default code="true">kapp->tqpalette().active().base()</default> <default code="true">kapp->palette().active().base()</default>
</entry> </entry>
<entry name="FallbackCharacterEncoding" type="String" key="FallbackCharacterEncoding"> <entry name="FallbackCharacterEncoding" type="String" key="FallbackCharacterEncoding">
<default code="true"> TQCString(TQTextCodec::codecForLocale()->name()).lower() == "eucjp"? TQCString("jis7") : TQCString(TQTextCodec::codecForLocale()->name()).lower()</default> <default code="true"> TQCString(TQTextCodec::codecForLocale()->name()).lower() == "eucjp"? TQCString("jis7") : TQCString(TQTextCodec::codecForLocale()->name()).lower()</default>

@ -586,7 +586,7 @@ KMUrlCopyCommand::KMUrlCopyCommand( const KURL &url, KMMainWidget *mainWidget )
KMCommand::Result KMUrlCopyCommand::execute() KMCommand::Result KMUrlCopyCommand::execute()
{ {
TQClipboard* clip = TQApplication::tqclipboard(); TQClipboard* clip = TQApplication::clipboard();
if (mUrl.protocol() == "mailto") { if (mUrl.protocol() == "mailto") {
// put the url into the mouse selection and the clipboard // put the url into the mouse selection and the clipboard

@ -648,8 +648,8 @@ bool KMComposeWin::event(TQEvent *e)
void KMComposeWin::readColorConfig(void) void KMComposeWin::readColorConfig(void)
{ {
if ( GlobalSettings::self()->useDefaultColors() ) { if ( GlobalSettings::self()->useDefaultColors() ) {
mForeColor = TQColor(kapp->tqpalette().active().text()); mForeColor = TQColor(kapp->palette().active().text());
mBackColor = TQColor(kapp->tqpalette().active().base()); mBackColor = TQColor(kapp->palette().active().base());
} else { } else {
mForeColor = GlobalSettings::self()->foregroundColor(); mForeColor = GlobalSettings::self()->foregroundColor();
mBackColor = GlobalSettings::self()->backgroundColor(); mBackColor = GlobalSettings::self()->backgroundColor();
@ -3665,7 +3665,7 @@ void KMComposeWin::slotPasteClipboardAsQuotation()
{ {
if( mEditor->hasFocus() && msg() ) if( mEditor->hasFocus() && msg() )
{ {
TQString s = TQApplication::tqclipboard()->text(); TQString s = TQApplication::clipboard()->text();
if (!s.isEmpty()) if (!s.isEmpty())
mEditor->insert(addQuotesToText(s)); mEditor->insert(addQuotesToText(s));
} }
@ -3673,13 +3673,13 @@ void KMComposeWin::slotPasteClipboardAsQuotation()
void KMComposeWin::slotPasteClipboardAsAttachment() void KMComposeWin::slotPasteClipboardAsAttachment()
{ {
KURL url( TQApplication::tqclipboard()->text( TQClipboard::Clipboard ) ); KURL url( TQApplication::clipboard()->text( TQClipboard::Clipboard ) );
if ( url.isValid() ) { if ( url.isValid() ) {
addAttach(TQApplication::tqclipboard()->text( TQClipboard::Clipboard ) ); addAttach(TQApplication::clipboard()->text( TQClipboard::Clipboard ) );
return; return;
} }
TQMimeSource *mimeSource = TQApplication::tqclipboard()->data(); TQMimeSource *mimeSource = TQApplication::clipboard()->data();
if ( TQImageDrag::canDecode(mimeSource) ) { if ( TQImageDrag::canDecode(mimeSource) ) {
slotAttachPNGImageData(mimeSource->encodedData("image/png")); slotAttachPNGImageData(mimeSource->encodedData("image/png"));
} }
@ -3691,7 +3691,7 @@ void KMComposeWin::slotPasteClipboardAsAttachment()
KMMessagePart *msgPart = new KMMessagePart; KMMessagePart *msgPart = new KMMessagePart;
msgPart->setName(attName); msgPart->setName(attName);
TQValueList<int> dummy; TQValueList<int> dummy;
msgPart->setBodyAndGuessCte(TQCString(TQApplication::tqclipboard()->text().latin1()), dummy, msgPart->setBodyAndGuessCte(TQCString(TQApplication::clipboard()->text().latin1()), dummy,
kmkernel->msgSender()->sendQuotedPrintable()); kmkernel->msgSender()->sendQuotedPrintable());
addAttach(msgPart); addAttach(msgPart);
} }
@ -3832,7 +3832,7 @@ void KMComposeWin::paste( TQClipboard::Mode mode )
TQWidget* fw = focusWidget(); TQWidget* fw = focusWidget();
if (!fw) return; if (!fw) return;
TQMimeSource *mimeSource = TQApplication::tqclipboard()->data( mode ); TQMimeSource *mimeSource = TQApplication::clipboard()->data( mode );
if ( mimeSource->provides("image/png") ) { if ( mimeSource->provides("image/png") ) {
slotAttachPNGImageData(mimeSource->encodedData("image/png")); slotAttachPNGImageData(mimeSource->encodedData("image/png"));
} else if ( KURLDrag::canDecode( mimeSource ) ) { } else if ( KURLDrag::canDecode( mimeSource ) ) {
@ -4982,7 +4982,7 @@ void KMComposeWin::slotSpellcheckConfig()
KWin twin; KWin twin;
TQTabDialog qtd (this, "tabdialog", true); TQTabDialog qtd (this, "tabdialog", true);
KSpellConfig mKSpellConfig (&qtd); KSpellConfig mKSpellConfig (&qtd);
mKSpellConfig.tqlayout()->setMargin( KDialog::marginHint() ); mKSpellConfig.layout()->setMargin( KDialog::marginHint() );
qtd.addTab (&mKSpellConfig, i18n("Spellchecker")); qtd.addTab (&mKSpellConfig, i18n("Spellchecker"));
qtd.setCancelButton (); qtd.setCancelButton ();

@ -251,7 +251,7 @@ void KMEdit::initializeAutoSpellChecking()
TQColor defaultColor1( 0x00, 0x80, 0x00 ); // defaults from kmreaderwin.cpp TQColor defaultColor1( 0x00, 0x80, 0x00 ); // defaults from kmreaderwin.cpp
TQColor defaultColor2( 0x00, 0x70, 0x00 ); TQColor defaultColor2( 0x00, 0x70, 0x00 );
TQColor defaultColor3( 0x00, 0x60, 0x00 ); TQColor defaultColor3( 0x00, 0x60, 0x00 );
TQColor defaultForeground( kapp->tqpalette().active().text() ); TQColor defaultForeground( kapp->palette().active().text() );
TQColor c = TQt::red; TQColor c = TQt::red;
KConfigGroup readerConfig( KMKernel::config(), "Reader" ); KConfigGroup readerConfig( KMKernel::config(), "Reader" );
@ -281,7 +281,7 @@ TQPopupMenu *KMEdit::createPopupMenu( const TQPoint& pos )
enum { IdUndo, IdRedo, IdSep1, IdCut, IdCopy, IdPaste, IdClear, IdSep2, IdSelectAll }; enum { IdUndo, IdRedo, IdSep1, IdCut, IdCopy, IdPaste, IdClear, IdSep2, IdSelectAll };
TQPopupMenu *menu = KEdit::createPopupMenu( pos ); TQPopupMenu *menu = KEdit::createPopupMenu( pos );
if ( !TQApplication::tqclipboard()->image().isNull() ) { if ( !TQApplication::clipboard()->image().isNull() ) {
int id = menu->idAt(0); int id = menu->idAt(0);
menu->setItemEnabled( id - IdPaste, true); menu->setItemEnabled( id - IdPaste, true);
} }

@ -1140,7 +1140,7 @@ KMFilterActionWidget::KMFilterActionWidget( TQWidget *parent, const char* name )
// don't show scroll bars. // don't show scroll bars.
mComboBox->setSizeLimit( mComboBox->count() ); mComboBox->setSizeLimit( mComboBox->count() );
// tqlayout management: // layout management:
// o the combo box is not to be made larger than it's sizeHint(), // o the combo box is not to be made larger than it's sizeHint(),
// the parameter widget should grow instead. // the parameter widget should grow instead.
// o the whole widget takes all space horizontally, but is fixed vertically. // o the whole widget takes all space horizontally, but is fixed vertically.

@ -234,14 +234,14 @@ void KMFolderDialog::setFolder( KMFolder* folder )
mFolder = folder; mFolder = folder;
} }
static void addLine( TQWidget *parent, TQVBoxLayout* tqlayout ) static void addLine( TQWidget *parent, TQVBoxLayout* layout )
{ {
TQFrame *line = new TQFrame( parent, "line" ); TQFrame *line = new TQFrame( parent, "line" );
line->setGeometry( TQRect( 80, 150, 250, 20 ) ); line->setGeometry( TQRect( 80, 150, 250, 20 ) );
line->setFrameShape( TQFrame::HLine ); line->setFrameShape( TQFrame::HLine );
line->setFrameShadow( TQFrame::Sunken ); line->setFrameShadow( TQFrame::Sunken );
line->setFrameShape( TQFrame::HLine ); line->setFrameShape( TQFrame::HLine );
tqlayout->addWidget( line ); layout->addWidget( line );
} }
//---------------------------------------------------------------------------- //----------------------------------------------------------------------------
@ -449,7 +449,7 @@ KMail::FolderDiaGeneralTab::FolderDiaGeneralTab( KMFolderDialog* dlg,
addLine( this, topLayout ); addLine( this, topLayout );
// use grid tqlayout for the following combobox settings // use grid layout for the following combobox settings
TQGridLayout *gl = new TQGridLayout( topLayout, 3, 2, KDialog::spacingHint() ); TQGridLayout *gl = new TQGridLayout( topLayout, 3, 2, KDialog::spacingHint() );
gl->setColStretch( 1, 100 ); // make the second column use all available space gl->setColStretch( 1, 100 ); // make the second column use all available space
int row = -1; int row = -1;

@ -495,7 +495,7 @@ void KMFolderTree::readConfig (void)
setFont(KGlobalSettings::generalFont()); setFont(KGlobalSettings::generalFont());
} }
// restore the tqlayout // restore the layout
restoreLayout(conf, "Geometry"); restoreLayout(conf, "Geometry");
} }
@ -510,7 +510,7 @@ void KMFolderTree::writeConfig()
writeIsListViewItemOpen(fti); writeIsListViewItemOpen(fti);
} }
// save the current tqlayout // save the current layout
saveLayout(KMKernel::config(), "Geometry"); saveLayout(KMKernel::config(), "Geometry");
} }

@ -429,10 +429,10 @@ void KMHeaders::readColorConfig (void)
KConfig* config = KMKernel::config(); KConfig* config = KMKernel::config();
// Custom/System colors // Custom/System colors
KConfigGroupSaver saver(config, "Reader"); KConfigGroupSaver saver(config, "Reader");
TQColor c1=TQColor(kapp->tqpalette().active().text()); TQColor c1=TQColor(kapp->palette().active().text());
TQColor c2=TQColor("red"); TQColor c2=TQColor("red");
TQColor c3=TQColor("blue"); TQColor c3=TQColor("blue");
TQColor c4=TQColor(kapp->tqpalette().active().base()); TQColor c4=TQColor(kapp->palette().active().base());
TQColor c5=TQColor(0,0x7F,0); TQColor c5=TQColor(0,0x7F,0);
TQColor c6=TQColor(0,0x98,0); TQColor c6=TQColor(0,0x98,0);
TQColor c7=KGlobalSettings::alternateBackgroundColor(); TQColor c7=KGlobalSettings::alternateBackgroundColor();
@ -1371,10 +1371,10 @@ void KMHeaders::setStyleDependantFrameWidth()
{ {
// set the width of the frame to a reasonable value for the current GUI style // set the width of the frame to a reasonable value for the current GUI style
int frameWidth; int frameWidth;
if( tqstyle().isA("KeramikStyle") ) if( style().isA("KeramikStyle") )
frameWidth = tqstyle().pixelMetric( TQStyle::PM_DefaultFrameWidth ) - 1; frameWidth = style().pixelMetric( TQStyle::PM_DefaultFrameWidth ) - 1;
else else
frameWidth = tqstyle().pixelMetric( TQStyle::PM_DefaultFrameWidth ); frameWidth = style().pixelMetric( TQStyle::PM_DefaultFrameWidth );
if ( frameWidth < 0 ) if ( frameWidth < 0 )
frameWidth = 0; frameWidth = 0;
if ( frameWidth != lineWidth() ) if ( frameWidth != lineWidth() )
@ -2676,7 +2676,7 @@ static void internalWriteItem(FILE *sortStream, KMFolder *folder, int msgid,
TQ_INT32 len = key.length() * sizeof(TQChar); TQ_INT32 len = key.length() * sizeof(TQChar);
fwrite(&len, sizeof(len), 1, sortStream); fwrite(&len, sizeof(len), 1, sortStream);
if (len) if (len)
fwrite(key.tqunicode(), TQMIN(len, KMAIL_MAX_KEY_LEN), 1, sortStream); fwrite(key.unicode(), TQMIN(len, KMAIL_MAX_KEY_LEN), 1, sortStream);
if (update_discover) { if (update_discover) {
//update the discovered change count //update the discovered change count

@ -551,7 +551,7 @@ void KMMainWidget::writeConfig(void)
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
void KMMainWidget::createWidgets(void) void KMMainWidget::createWidgets(void)
{ {
// Create the splitters according to the tqlayout settings // Create the splitters according to the layout settings
TQWidget *headerParent = 0, TQWidget *headerParent = 0,
*mimeParent = 0, *messageParent = 0; *mimeParent = 0, *messageParent = 0;
@ -587,7 +587,7 @@ void KMMainWidget::createWidgets(void)
mTopLayout->add( mPanner1 ); mTopLayout->add( mPanner1 );
// BUG -sanders these accelerators stop working after switching // BUG -sanders these accelerators stop working after switching
// between long/short folder tqlayout // between long/short folder layout
// Probably need to disconnect them first. // Probably need to disconnect them first.
// create list of messages // create list of messages

@ -545,7 +545,7 @@ public:
*/ */
void setBodyFromUnicode( const TQString & str, DwEntity *entity = 0 ); void setBodyFromUnicode( const TQString & str, DwEntity *entity = 0 );
/** Returns the body part decoded to tqunicode. /** Returns the body part decoded to unicode.
**/ **/
TQString bodyToUnicode(const TQTextCodec* codec=0) const; TQString bodyToUnicode(const TQTextCodec* codec=0) const;
@ -746,7 +746,7 @@ public:
static TQString guessEmailAddressFromLoginName( const TQString& userName ); static TQString guessEmailAddressFromLoginName( const TQString& userName );
/** /**
* Given argument msg add quoting characters and retqlayout for max width maxLength * Given argument msg add quoting characters and relayout for max width maxLength
* @param msg the string which it to be quoted * @param msg the string which it to be quoted
* @param maxLineLength reformat text to be this amount of columns at maximum, adding * @param maxLineLength reformat text to be this amount of columns at maximum, adding
* linefeeds at word boundaries to make it fit. * linefeeds at word boundaries to make it fit.

@ -95,7 +95,7 @@ void KMMimePartTree::restoreLayoutIfPresent() {
header()->setStretchEnabled( true, 0 ); header()->setStretchEnabled( true, 0 );
// rest of the columns: // rest of the columns:
if ( KMKernel::config()->hasGroup( configGroup ) ) { if ( KMKernel::config()->hasGroup( configGroup ) ) {
// there is a saved tqlayout. use it... // there is a saved layout. use it...
restoreLayout( KMKernel::config(), configGroup ); restoreLayout( KMKernel::config(), configGroup );
// and disable Maximum mode: // and disable Maximum mode:
for ( int i = 1 ; i < 4 ; ++i ) for ( int i = 1 ; i < 4 ; ++i )
@ -213,10 +213,10 @@ void KMMimePartTree::setStyleDependantFrameWidth()
{ {
// set the width of the frame to a reasonable value for the current GUI style // set the width of the frame to a reasonable value for the current GUI style
int frameWidth; int frameWidth;
if( tqstyle().isA("KeramikStyle") ) if( style().isA("KeramikStyle") )
frameWidth = tqstyle().pixelMetric( TQStyle::PM_DefaultFrameWidth ) - 1; frameWidth = style().pixelMetric( TQStyle::PM_DefaultFrameWidth ) - 1;
else else
frameWidth = tqstyle().pixelMetric( TQStyle::PM_DefaultFrameWidth ); frameWidth = style().pixelMetric( TQStyle::PM_DefaultFrameWidth );
if ( frameWidth < 0 ) if ( frameWidth < 0 )
frameWidth = 0; frameWidth = 0;
if ( frameWidth != lineWidth() ) if ( frameWidth != lineWidth() )
@ -309,7 +309,7 @@ void KMMimePartTree::slotCopy()
if ( !url.isValid() ) return; if ( !url.isValid() ) return;
urls.append( url ); urls.append( url );
KURLDrag* drag = new KURLDrag( urls, this ); KURLDrag* drag = new KURLDrag( urls, this );
TQApplication::tqclipboard()->setData( drag, TQClipboard::Clipboard ); TQApplication::clipboard()->setData( drag, TQClipboard::Clipboard );
} }
//============================================================================= //=============================================================================

@ -587,7 +587,7 @@ TQCString KMMsgBase::toUsAscii(const TQString& _str, bool *ok)
TQString result = _str; TQString result = _str;
int len = result.length(); int len = result.length();
for (int i = 0; i < len; i++) for (int i = 0; i < len; i++)
if (result.at(i).tqunicode() >= 128) { if (result.at(i).unicode() >= 128) {
result.at(i) = '?'; result.at(i) = '?';
all_ok = false; all_ok = false;
} }
@ -800,7 +800,7 @@ TQCString KMMsgBase::encodeRFC2047String(const TQString& _str,
unsigned int nonAscii = 0; unsigned int nonAscii = 0;
unsigned int strLength(_str.length()); unsigned int strLength(_str.length());
for (unsigned int i = 0; i < strLength; i++) for (unsigned int i = 0; i < strLength; i++)
if (_str.at(i).tqunicode() >= 128) nonAscii++; if (_str.at(i).unicode() >= 128) nonAscii++;
bool useBase64 = (nonAscii * 6 > strLength); bool useBase64 = (nonAscii * 6 > strLength);
unsigned int start, stop, p, pos = 0, encLength; unsigned int start, stop, p, pos = 0, encLength;
@ -815,7 +815,7 @@ TQCString KMMsgBase::encodeRFC2047String(const TQString& _str,
{ {
if (!breakLine && (_str.at(p) == ' ' || dontQuote.find(_str.at(p)) != -1)) if (!breakLine && (_str.at(p) == ' ' || dontQuote.find(_str.at(p)) != -1))
start = p + 1; start = p + 1;
if (_str.at(p).tqunicode() >= 128 || _str.at(p).tqunicode() < 32) if (_str.at(p).unicode() >= 128 || _str.at(p).unicode() < 32)
break; break;
p++; p++;
} }
@ -1119,9 +1119,9 @@ static void swapEndian(TQString &str)
{ {
uint len = str.length(); uint len = str.length();
str = TQDeepCopy<TQString>(str); str = TQDeepCopy<TQString>(str);
TQChar *tqunicode = const_cast<TQChar*>( str.tqunicode() ); TQChar *unicode = const_cast<TQChar*>( str.unicode() );
for (uint i = 0; i < len; i++) for (uint i = 0; i < len; i++)
tqunicode[i] = kmail_swap_16(tqunicode[i].tqunicode()); unicode[i] = kmail_swap_16(unicode[i].unicode());
} }
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
@ -1371,23 +1371,23 @@ const uchar *KMMsgBase::asIndexString(int &length) const
//these is at the beginning because it is queried quite often //these is at the beginning because it is queried quite often
tmp_str = msgIdMD5().stripWhiteSpace(); tmp_str = msgIdMD5().stripWhiteSpace();
STORE_DATA_LEN(MsgIdMD5Part, tmp_str.tqunicode(), tmp_str.length() * 2, true); STORE_DATA_LEN(MsgIdMD5Part, tmp_str.unicode(), tmp_str.length() * 2, true);
tmp = mLegacyStatus; tmp = mLegacyStatus;
STORE_DATA(MsgLegacyStatusPart, tmp); STORE_DATA(MsgLegacyStatusPart, tmp);
//these are completely arbitrary order //these are completely arbitrary order
tmp_str = fromStrip().stripWhiteSpace(); tmp_str = fromStrip().stripWhiteSpace();
STORE_DATA_LEN(MsgFromStripPart, tmp_str.tqunicode(), tmp_str.length() * 2, true); STORE_DATA_LEN(MsgFromStripPart, tmp_str.unicode(), tmp_str.length() * 2, true);
tmp_str = subject().stripWhiteSpace(); tmp_str = subject().stripWhiteSpace();
STORE_DATA_LEN(MsgSubjectPart, tmp_str.tqunicode(), tmp_str.length() * 2, true); STORE_DATA_LEN(MsgSubjectPart, tmp_str.unicode(), tmp_str.length() * 2, true);
tmp_str = toStrip().stripWhiteSpace(); tmp_str = toStrip().stripWhiteSpace();
STORE_DATA_LEN(MsgToStripPart, tmp_str.tqunicode(), tmp_str.length() * 2, true); STORE_DATA_LEN(MsgToStripPart, tmp_str.unicode(), tmp_str.length() * 2, true);
tmp_str = replyToIdMD5().stripWhiteSpace(); tmp_str = replyToIdMD5().stripWhiteSpace();
STORE_DATA_LEN(MsgReplyToIdMD5Part, tmp_str.tqunicode(), tmp_str.length() * 2, true); STORE_DATA_LEN(MsgReplyToIdMD5Part, tmp_str.unicode(), tmp_str.length() * 2, true);
tmp_str = xmark().stripWhiteSpace(); tmp_str = xmark().stripWhiteSpace();
STORE_DATA_LEN(MsgXMarkPart, tmp_str.tqunicode(), tmp_str.length() * 2, true); STORE_DATA_LEN(MsgXMarkPart, tmp_str.unicode(), tmp_str.length() * 2, true);
tmp_str = fileName().stripWhiteSpace(); tmp_str = fileName().stripWhiteSpace();
STORE_DATA_LEN(MsgFilePart, tmp_str.tqunicode(), tmp_str.length() * 2, true); STORE_DATA_LEN(MsgFilePart, tmp_str.unicode(), tmp_str.length() * 2, true);
tmp = msgSize(); tmp = msgSize();
STORE_DATA(MsgSizePart, tmp); STORE_DATA(MsgSizePart, tmp);
tmp = folderOffset(); tmp = folderOffset();
@ -1400,10 +1400,10 @@ const uchar *KMMsgBase::asIndexString(int &length) const
STORE_DATA(MsgMDNSentPart, tmp); STORE_DATA(MsgMDNSentPart, tmp);
tmp_str = replyToAuxIdMD5().stripWhiteSpace(); tmp_str = replyToAuxIdMD5().stripWhiteSpace();
STORE_DATA_LEN(MsgReplyToAuxIdMD5Part, tmp_str.tqunicode(), tmp_str.length() * 2, true); STORE_DATA_LEN(MsgReplyToAuxIdMD5Part, tmp_str.unicode(), tmp_str.length() * 2, true);
tmp_str = strippedSubjectMD5().stripWhiteSpace(); tmp_str = strippedSubjectMD5().stripWhiteSpace();
STORE_DATA_LEN(MsgStrippedSubjectMD5Part, tmp_str.tqunicode(), tmp_str.length() * 2, true); STORE_DATA_LEN(MsgStrippedSubjectMD5Part, tmp_str.unicode(), tmp_str.length() * 2, true);
tmp = status(); tmp = status();
STORE_DATA(MsgStatusPart, tmp); STORE_DATA(MsgStatusPart, tmp);
@ -1414,10 +1414,10 @@ const uchar *KMMsgBase::asIndexString(int &length) const
STORE_DATA(MsgUIDPart, tmp); STORE_DATA(MsgUIDPart, tmp);
tmp_str = from(); tmp_str = from();
STORE_DATA_LEN( MsgFromPart, tmp_str.tqunicode(), tmp_str.length() * 2, true ); STORE_DATA_LEN( MsgFromPart, tmp_str.unicode(), tmp_str.length() * 2, true );
tmp_str = to(); tmp_str = to();
STORE_DATA_LEN( MsgToPart, tmp_str.tqunicode(), tmp_str.length() * 2, true ); STORE_DATA_LEN( MsgToPart, tmp_str.unicode(), tmp_str.length() * 2, true );
return ret; return ret;
} }

@ -459,7 +459,7 @@ public:
enum MsgPartType enum MsgPartType
{ {
MsgNoPart = 0, MsgNoPart = 0,
//tqunicode strings //unicode strings
MsgFromStripPart = 1, MsgFromStripPart = 1,
MsgSubjectPart = 2, MsgSubjectPart = 2,
MsgToStripPart = 3, MsgToStripPart = 3,
@ -474,7 +474,7 @@ public:
MsgFilePart = 11, MsgFilePart = 11,
MsgCryptoStatePart = 12, MsgCryptoStatePart = 12,
MsgMDNSentPart = 13, MsgMDNSentPart = 13,
//another two tqunicode strings //another two unicode strings
MsgReplyToAuxIdMD5Part = 14, MsgReplyToAuxIdMD5Part = 14,
MsgStrippedSubjectMD5Part = 15, MsgStrippedSubjectMD5Part = 15,
// and another unsigned long // and another unsigned long

@ -58,7 +58,7 @@ public:
**/ **/
void setBodyFromUnicode( const TQString & str ); void setBodyFromUnicode( const TQString & str );
/** Returns the body part decoded to tqunicode. /** Returns the body part decoded to unicode.
**/ **/
TQString bodyToUnicode(const TQTextCodec* codec=0) const; TQString bodyToUnicode(const TQTextCodec* codec=0) const;

@ -1999,10 +1999,10 @@ void KMReaderWin::setStyleDependantFrameWidth()
return; return;
// set the width of the frame to a reasonable value for the current GUI style // set the width of the frame to a reasonable value for the current GUI style
int frameWidth; int frameWidth;
if( tqstyle().isA("KeramikStyle") ) if( style().isA("KeramikStyle") )
frameWidth = tqstyle().pixelMetric( TQStyle::PM_DefaultFrameWidth ) - 1; frameWidth = style().pixelMetric( TQStyle::PM_DefaultFrameWidth ) - 1;
else else
frameWidth = tqstyle().pixelMetric( TQStyle::PM_DefaultFrameWidth ); frameWidth = style().pixelMetric( TQStyle::PM_DefaultFrameWidth );
if ( frameWidth < 0 ) if ( frameWidth < 0 )
frameWidth = 0; frameWidth = 0;
if ( frameWidth != mBox->lineWidth() ) if ( frameWidth != mBox->lineWidth() )
@ -2041,7 +2041,7 @@ void KMReaderWin::slotHandleAttachment( int choice )
if (!url.isValid() ) return; if (!url.isValid() ) return;
urls.append( url ); urls.append( url );
KURLDrag* drag = new KURLDrag( urls, this ); KURLDrag* drag = new KURLDrag( urls, this );
TQApplication::tqclipboard()->setData( drag, TQClipboard::Clipboard ); TQApplication::clipboard()->setData( drag, TQClipboard::Clipboard );
} else if ( choice == 10 ) { // Scroll To } else if ( choice == 10 ) { // Scroll To
scrollToAttachment( node ); scrollToAttachment( node );
} }
@ -2880,7 +2880,7 @@ void KMReaderWin::injectAttachments()
imgSrc.append( "attachmentQuicklistOpened.png" ); imgSrc.append( "attachmentQuicklistOpened.png" );
} }
TQString html = renderAttachments( mRootNode, TQApplication::tqpalette().active().background() ); TQString html = renderAttachments( mRootNode, TQApplication::palette().active().background() );
if ( html.isEmpty() ) if ( html.isEmpty() )
return; return;

@ -370,7 +370,7 @@ public slots:
/** Refresh the reader window */ /** Refresh the reader window */
void updateReaderWin(); void updateReaderWin();
/** HTML Widget scrollbar and tqlayout handling. */ /** HTML Widget scrollbar and layout handling. */
void slotScrollUp(); void slotScrollUp();
void slotScrollDown(); void slotScrollDown();
void slotScrollPrior(); void slotScrollPrior();

@ -55,12 +55,12 @@ MailingListFolderPropertiesDialog::MailingListFolderPropertiesDialog( TQWidget*
TQLabel* label; TQLabel* label;
mLastItem = 0; mLastItem = 0;
TQVBoxLayout *topLayout = new TQVBoxLayout( tqlayout(), spacingHint(), TQVBoxLayout *topLayout = new TQVBoxLayout( layout(), spacingHint(),
"topLayout" ); "topLayout" );
TQGroupBox *mlGroup = new TQGroupBox( i18n("Associated Mailing List" ), this ); TQGroupBox *mlGroup = new TQGroupBox( i18n("Associated Mailing List" ), this );
mlGroup->setColumnLayout( 0, Qt::Vertical ); mlGroup->setColumnLayout( 0, Qt::Vertical );
TQGridLayout *groupLayout = new TQGridLayout( mlGroup->tqlayout(), 6, 3, spacingHint() ); TQGridLayout *groupLayout = new TQGridLayout( mlGroup->layout(), 6, 3, spacingHint() );
topLayout->addWidget( mlGroup ); topLayout->addWidget( mlGroup );
setMainWidget( mlGroup ); setMainWidget( mlGroup );

@ -536,7 +536,7 @@ void RecipientsView::resizeView()
// setFixedHeight( mLineHeight * mLines.count() ); // setFixedHeight( mLineHeight * mLines.count() );
} }
parentWidget()->tqlayout()->activate(); parentWidget()->layout()->activate();
emit sizeHintChanged(); emit sizeHintChanged();
TQTimer::singleShot( 0, this, TQT_SLOT(moveCompletionPopup()) ); TQTimer::singleShot( 0, this, TQT_SLOT(moveCompletionPopup()) );
} }

@ -52,7 +52,7 @@ namespace KMail {
TQVBoxLayout * vlay; TQVBoxLayout * vlay;
TQVBoxLayout * page_vlay; TQVBoxLayout * page_vlay;
vlay = new TQVBoxLayout( this, 0, KDialog::spacingHint(), "main tqlayout" ); vlay = new TQVBoxLayout( this, 0, KDialog::spacingHint(), "main layout" );
// "enable signatue" checkbox: // "enable signatue" checkbox:
mEnableCheck = new TQCheckBox( i18n("&Enable signature"), this ); mEnableCheck = new TQCheckBox( i18n("&Enable signature"), this );

@ -54,7 +54,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout4</cstring> <cstring>layout4</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -80,7 +80,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout5</cstring> <cstring>layout5</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -202,7 +202,7 @@
</property> </property>
<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>tqlayout5</cstring> <cstring>layout5</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -312,7 +312,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout5</cstring> <cstring>layout5</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -49,8 +49,8 @@ SnippetDlg::SnippetDlg( KActionCollection* ac, TQWidget* parent, const char* nam
connect( snippetName, TQT_SIGNAL(returnPressed()), connect( snippetName, TQT_SIGNAL(returnPressed()),
this, TQT_SLOT(slotReturnPressed()) ); this, TQT_SLOT(slotReturnPressed()) );
tqlayout3->addWidget( textLabel3, 7, 0 ); layout3->addWidget( textLabel3, 7, 0 );
tqlayout3->addWidget( keyButton, 7, 1 ); layout3->addWidget( keyButton, 7, 1 );
// tab order // tab order
setTabOrder( snippetText, keyButton ); setTabOrder( snippetText, keyButton );

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="1" column="0"> <widget class="TQLayoutWidget" row="1" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout5</cstring> <cstring>layout5</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -64,7 +64,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout3</cstring> <cstring>layout3</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">

@ -123,7 +123,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout1</cstring> <cstring>layout1</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -660,7 +660,7 @@ bool SnippetWidget::showMultiVarDialog(TQMap<TQString, TQString> * map, TQMap<TQ
TQDialog dlg(this); TQDialog dlg(this);
dlg.setCaption(i18n("Enter Values for Variables")); dlg.setCaption(i18n("Enter Values for Variables"));
TQGridLayout * tqlayout = new TQGridLayout( &dlg, 1, 1, 11, 6, "tqlayout"); TQGridLayout * layout = new TQGridLayout( &dlg, 1, 1, 11, 6, "layout");
TQGridLayout * layoutTop = new TQGridLayout( 0, 1, 1, 0, 6, "layoutTop"); TQGridLayout * layoutTop = new TQGridLayout( 0, 1, 1, 0, 6, "layoutTop");
TQGridLayout * layoutVar = new TQGridLayout( 0, 1, 1, 0, 6, "layoutVar"); TQGridLayout * layoutVar = new TQGridLayout( 0, 1, 1, 0, 6, "layoutVar");
TQGridLayout * layoutBtn = new TQGridLayout( 0, 1, 1, 0, 6, "layoutBtn"); TQGridLayout * layoutBtn = new TQGridLayout( 0, 1, 1, 0, 6, "layoutBtn");
@ -674,11 +674,11 @@ bool SnippetWidget::showMultiVarDialog(TQMap<TQString, TQString> * map, TQMap<TQ
labTop->sizePolicy().hasHeightForWidth() ) ); labTop->sizePolicy().hasHeightForWidth() ) );
labTop->setText(i18n("Enter the replacement values for these variables:")); labTop->setText(i18n("Enter the replacement values for these variables:"));
layoutTop->addWidget(labTop, 0, 0); layoutTop->addWidget(labTop, 0, 0);
tqlayout->addMultiCellLayout( layoutTop, 0, 0, 0, 1 ); layout->addMultiCellLayout( layoutTop, 0, 0, 0, 1 );
int i = 0; //walk through the variable map and add int i = 0; //walk through the variable map and add
for ( it = map->begin(); it != map->end(); ++it ) { //a checkbox, a lable and a lineedit to the main tqlayout for ( it = map->begin(); it != map->end(); ++it ) { //a checkbox, a lable and a lineedit to the main layout
if (it.key() == _SnippetConfig.getDelimiter() + _SnippetConfig.getDelimiter()) if (it.key() == _SnippetConfig.getDelimiter() + _SnippetConfig.getDelimiter())
continue; continue;
@ -705,7 +705,7 @@ bool SnippetWidget::showMultiVarDialog(TQMap<TQString, TQString> * map, TQMap<TQ
i++; i++;
} }
tqlayout->addMultiCellLayout( layoutVar, 1, 1, 0, 1 ); layout->addMultiCellLayout( layoutVar, 1, 1, 0, 1 );
KPushButton * btn1 = new KPushButton( KStdGuiItem::cancel(), &dlg, "pushButton1" ); KPushButton * btn1 = new KPushButton( KStdGuiItem::cancel(), &dlg, "pushButton1" );
btn1->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0, btn1->setSizePolicy( TQSizePolicy( (TQSizePolicy::SizeType)1, (TQSizePolicy::SizeType)0, 0, 0,
@ -718,7 +718,7 @@ bool SnippetWidget::showMultiVarDialog(TQMap<TQString, TQString> * map, TQMap<TQ
btn2->sizePolicy().hasHeightForWidth() ) ); btn2->sizePolicy().hasHeightForWidth() ) );
layoutBtn->addWidget( btn2, 0, 1 ); layoutBtn->addWidget( btn2, 0, 1 );
tqlayout->addMultiCellLayout( layoutBtn, 2, 2, 0, 1 ); layout->addMultiCellLayout( layoutBtn, 2, 2, 0, 1 );
// --END-- building a dynamic dialog // --END-- building a dynamic dialog
//connect the buttons to the TQDialog default slots //connect the buttons to the TQDialog default slots
@ -767,7 +767,7 @@ bool SnippetWidget::showMultiVarDialog(TQMap<TQString, TQString> * map, TQMap<TQ
delete layoutTop; delete layoutTop;
delete layoutVar; delete layoutVar;
delete layoutBtn; delete layoutBtn;
delete tqlayout; delete layout;
if (i==0) //if nothing happened this means, that there are no variables to translate if (i==0) //if nothing happened this means, that there are no variables to translate
return true; //.. so just return OK return true; //.. so just return OK
@ -788,7 +788,7 @@ TQString SnippetWidget::showSingleVarDialog(TQString var, TQMap<TQString, TQStri
TQDialog dlg(this); TQDialog dlg(this);
dlg.setCaption(i18n("Enter Values for Variables")); dlg.setCaption(i18n("Enter Values for Variables"));
TQGridLayout * tqlayout = new TQGridLayout( &dlg, 1, 1, 11, 6, "tqlayout"); TQGridLayout * layout = new TQGridLayout( &dlg, 1, 1, 11, 6, "layout");
TQGridLayout * layoutTop = new TQGridLayout( 0, 1, 1, 0, 6, "layoutTop"); TQGridLayout * layoutTop = new TQGridLayout( 0, 1, 1, 0, 6, "layoutTop");
TQGridLayout * layoutVar = new TQGridLayout( 0, 1, 1, 0, 6, "layoutVar"); TQGridLayout * layoutVar = new TQGridLayout( 0, 1, 1, 0, 6, "layoutVar");
TQGridLayout * layoutBtn = new TQGridLayout( 0, 2, 1, 0, 6, "layoutBtn"); TQGridLayout * layoutBtn = new TQGridLayout( 0, 2, 1, 0, 6, "layoutBtn");
@ -800,7 +800,7 @@ TQString SnippetWidget::showSingleVarDialog(TQString var, TQMap<TQString, TQStri
labTop = new TQLabel( &dlg, "label" ); labTop = new TQLabel( &dlg, "label" );
layoutTop->addWidget(labTop, 0, 0); layoutTop->addWidget(labTop, 0, 0);
labTop->setText(i18n("Enter the replacement values for %1:").arg( var )); labTop->setText(i18n("Enter the replacement values for %1:").arg( var ));
tqlayout->addMultiCellLayout( layoutTop, 0, 0, 0, 1 ); layout->addMultiCellLayout( layoutTop, 0, 0, 0, 1 );
cb = new TQCheckBox( &dlg, "cbVar" ); cb = new TQCheckBox( &dlg, "cbVar" );
@ -820,7 +820,7 @@ TQString SnippetWidget::showSingleVarDialog(TQString var, TQMap<TQString, TQStri
"If you use the same variable later, even in another snippet, the value entered to the right " "If you use the same variable later, even in another snippet, the value entered to the right "
"will be the default value for that variable.") ); "will be the default value for that variable.") );
tqlayout->addMultiCellLayout( layoutVar, 1, 1, 0, 1 ); layout->addMultiCellLayout( layoutVar, 1, 1, 0, 1 );
KPushButton * btn1 = new KPushButton( KStdGuiItem::cancel(), &dlg, "pushButton1" ); KPushButton * btn1 = new KPushButton( KStdGuiItem::cancel(), &dlg, "pushButton1" );
layoutBtn->addWidget( btn1, 0, 0 ); layoutBtn->addWidget( btn1, 0, 0 );
@ -829,7 +829,7 @@ TQString SnippetWidget::showSingleVarDialog(TQString var, TQMap<TQString, TQStri
btn2->setDefault( TRUE ); btn2->setDefault( TRUE );
layoutBtn->addWidget( btn2, 0, 1 ); layoutBtn->addWidget( btn2, 0, 1 );
tqlayout->addMultiCellLayout( layoutBtn, 2, 2, 0, 1 ); layout->addMultiCellLayout( layoutBtn, 2, 2, 0, 1 );
te->setFocus(); te->setFocus();
// --END-- building a dynamic dialog // --END-- building a dynamic dialog
@ -861,7 +861,7 @@ TQString SnippetWidget::showSingleVarDialog(TQString var, TQMap<TQString, TQStri
delete layoutTop; delete layoutTop;
delete layoutVar; delete layoutVar;
delete layoutBtn; delete layoutBtn;
delete tqlayout; delete layout;
return strReturn; return strReturn;
} }

@ -258,7 +258,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout5</cstring> <cstring>layout5</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -357,7 +357,7 @@ The recommended SPHINX setting is 14 days.
</spacer> </spacer>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout1</cstring> <cstring>layout1</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -84,7 +84,7 @@ namespace KMail {
TQPushButton * mFromFileBtn; TQPushButton * mFromFileBtn;
TQPushButton * mFromAddrbkBtn; TQPushButton * mFromAddrbkBtn;
vlay = new TQVBoxLayout( this, 0, KDialog::spacingHint(), "main tqlayout" ); vlay = new TQVBoxLayout( this, 0, KDialog::spacingHint(), "main layout" );
hlay = new TQHBoxLayout( vlay ); hlay = new TQHBoxLayout( vlay );
// "enable X-Face" checkbox: // "enable X-Face" checkbox:

@ -167,7 +167,7 @@ void FilterSylpheed::importFiles( FilterInfo *info, const TQString& dirName)
void FilterSylpheed::readMarkFile( FilterInfo *info, const TQString &path, TQDict<unsigned long> &dict ) void FilterSylpheed::readMarkFile( FilterInfo *info, const TQString &path, TQDict<unsigned long> &dict )
{ {
/* Each sylpheed mail directory contains a .sylpheed_mark file which /* Each sylpheed mail directory contains a .sylpheed_mark file which
* contains all the flags for each messages. The tqlayout of this file * contains all the flags for each messages. The layout of this file
* is documented in the source code of sylpheed: in procmsg.h for * is documented in the source code of sylpheed: in procmsg.h for
* the flag bits, and procmsg.c. * the flag bits, and procmsg.c.
* *

@ -69,7 +69,7 @@
</spacer> </spacer>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout16</cstring> <cstring>layout16</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -77,7 +77,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout90</cstring> <cstring>layout90</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">

@ -69,7 +69,7 @@
</spacer> </spacer>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout19</cstring> <cstring>layout19</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">

@ -21,7 +21,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout3</cstring> <cstring>layout3</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">

@ -27,8 +27,8 @@ KMobilePreferences::KMobilePreferences()
KMobilePrefPageOne::KMobilePrefPageOne(TQWidget *parent) KMobilePrefPageOne::KMobilePrefPageOne(TQWidget *parent)
: TQFrame(parent) : TQFrame(parent)
{ {
TQHBoxLayout *tqlayout = new TQHBoxLayout(this); TQHBoxLayout *layout = new TQHBoxLayout(this);
tqlayout->setAutoAdd(true); layout->setAutoAdd(true);
new TQLabel(i18n("Add something here"), this); new TQLabel(i18n("Add something here"), this);
} }
@ -36,8 +36,8 @@ KMobilePrefPageOne::KMobilePrefPageOne(TQWidget *parent)
KMobilePrefPageTwo::KMobilePrefPageTwo(TQWidget *parent) KMobilePrefPageTwo::KMobilePrefPageTwo(TQWidget *parent)
: TQFrame(parent) : TQFrame(parent)
{ {
TQHBoxLayout *tqlayout = new TQHBoxLayout(this); TQHBoxLayout *layout = new TQHBoxLayout(this);
tqlayout->setAutoAdd(true); layout->setAutoAdd(true);
new TQLabel(i18n("Add something here"), this); new TQLabel(i18n("Add something here"), this);
} }

@ -1408,8 +1408,8 @@ void ArticleWidget::slotCopyURL()
address = mCurrentURL.path(); address = mCurrentURL.path();
else else
address = mCurrentURL.url(); address = mCurrentURL.url();
TQApplication::tqclipboard()->setText( address, TQClipboard::Clipboard ); TQApplication::clipboard()->setText( address, TQClipboard::Clipboard );
TQApplication::tqclipboard()->setText( address, TQClipboard::Selection ); TQApplication::clipboard()->setText( address, TQClipboard::Selection );
} }
void ArticleWidget::slotAddBookmark() void ArticleWidget::slotAddBookmark()

@ -93,7 +93,7 @@ void KNCollectionView::readConfig()
KConfig *conf = knGlobals.config(); KConfig *conf = knGlobals.config();
conf->setGroup( "GroupView" ); conf->setGroup( "GroupView" );
// execute the listview tqlayout stuff only once // execute the listview layout stuff only once
static bool initDone = false; static bool initDone = false;
if (!initDone) { if (!initDone) {
initDone = true; initDone = true;

@ -1782,9 +1782,9 @@ KNComposer::ComposerView::ComposerView(KNComposer *composer, const char *n)
KConfig *config = knGlobals.config(); KConfig *config = knGlobals.config();
KConfigGroupSaver saver(config, "VISUAL_APPEARANCE"); KConfigGroupSaver saver(config, "VISUAL_APPEARANCE");
TQColor defaultColor1( kapp->tqpalette().active().text()); // defaults from kmreaderwin.cpp TQColor defaultColor1( kapp->tqpalette().active().text()); // defaults from kmreaderwin.cpp
TQColor defaultColor2( kapp->tqpalette().active().text() ); TQColor defaultColor2( kapp->palette().active().text() );
TQColor defaultColor3( kapp->tqpalette().active().text() ); TQColor defaultColor3( kapp->palette().active().text() );
TQColor defaultForeground( kapp->tqpalette().active().text() ); TQColor defaultForeground( kapp->palette().active().text() );
TQColor col1 = config->readColorEntry( "ForegroundColor", &defaultForeground ); TQColor col1 = config->readColorEntry( "ForegroundColor", &defaultForeground );
TQColor col2 = config->readColorEntry( "quote3Color", &defaultColor3 ); TQColor col2 = config->readColorEntry( "quote3Color", &defaultColor3 );
TQColor col3 = config->readColorEntry( "quote2Color", &defaultColor2 ); TQColor col3 = config->readColorEntry( "quote2Color", &defaultColor2 );
@ -2152,7 +2152,7 @@ TQStringList KNComposer::Editor::processedText()
void KNComposer::Editor::slotPasteAsQuotation() void KNComposer::Editor::slotPasteAsQuotation()
{ {
TQString s = TQApplication::tqclipboard()->text(); TQString s = TQApplication::clipboard()->text();
if (!s.isEmpty()) { if (!s.isEmpty()) {
for (int i=0; (uint)i<s.length(); i++) { for (int i=0; (uint)i<s.length(); i++) {
if ( s[i] < ' ' && s[i] != '\n' && s[i] != '\t' ) if ( s[i] < ' ' && s[i] != '\n' && s[i] != '\t' )

@ -452,7 +452,7 @@ TQColor KNConfig::Appearance::defaultColor(int i) const
switch(i) { switch(i) {
case background: case background:
return kapp->tqpalette().active().base(); return kapp->palette().active().base();
case alternateBackground: case alternateBackground:
return KGlobalSettings::alternateBackgroundColor(); return KGlobalSettings::alternateBackgroundColor();
@ -466,13 +466,13 @@ TQColor KNConfig::Appearance::defaultColor(int i) const
case normalText: case normalText:
case unreadThread: case unreadThread:
return kapp->tqpalette().active().text(); return kapp->palette().active().text();
case url: case url:
return KGlobalSettings::linkColor(); return KGlobalSettings::linkColor();
case readThread: case readThread:
return kapp->tqpalette().disabled().text(); return kapp->palette().disabled().text();
case unreadArticle: case unreadArticle:
return TQColor( 183, 154, 11 ); return TQColor( 183, 154, 11 );
@ -492,7 +492,7 @@ TQColor KNConfig::Appearance::defaultColor(int i) const
return TQColor( 0xFF, 0x40, 0x40 ); return TQColor( 0xFF, 0x40, 0x40 );
} }
return kapp->tqpalette().disabled().text(); return kapp->palette().disabled().text();
} }

@ -2373,10 +2373,10 @@ KNConfig::GroupCleanupWidget::GroupCleanupWidget( Cleanup *data, TQWidget *paren
mExpGroup = new TQGroupBox( i18n("Newsgroup Cleanup Settings"), this ); mExpGroup = new TQGroupBox( i18n("Newsgroup Cleanup Settings"), this );
mExpGroup->setColumnLayout(0, Qt::Vertical ); mExpGroup->setColumnLayout(0, Qt::Vertical );
mExpGroup->tqlayout()->setSpacing( KDialog::spacingHint() ); mExpGroup->layout()->setSpacing( KDialog::spacingHint() );
mExpGroup->tqlayout()->setMargin( KDialog::marginHint() ); mExpGroup->layout()->setMargin( KDialog::marginHint() );
top->addWidget( mExpGroup ); top->addWidget( mExpGroup );
TQGridLayout *grid = new TQGridLayout( mExpGroup->tqlayout(), 7, 2 ); TQGridLayout *grid = new TQGridLayout( mExpGroup->layout(), 7, 2 );
grid->setRowSpacing( 0, KDialog::spacingHint() ); grid->setRowSpacing( 0, KDialog::spacingHint() );
@ -2482,11 +2482,11 @@ KNConfig::CleanupWidget::CleanupWidget( TQWidget *p, const char *n ) :
TQGroupBox *foldersB=new TQGroupBox(i18n("Folders"), this); TQGroupBox *foldersB=new TQGroupBox(i18n("Folders"), this);
foldersB->setColumnLayout(0, Qt::Vertical ); foldersB->setColumnLayout(0, Qt::Vertical );
foldersB->tqlayout()->setSpacing( KDialog::spacingHint() ); foldersB->layout()->setSpacing( KDialog::spacingHint() );
foldersB->tqlayout()->setMargin( KDialog::marginHint() ); foldersB->layout()->setMargin( KDialog::marginHint() );
topL->addWidget(foldersB); topL->addWidget(foldersB);
TQGridLayout *foldersL=new TQGridLayout(foldersB->tqlayout(), 3,2); TQGridLayout *foldersL=new TQGridLayout(foldersB->layout(), 3,2);
foldersL->setRowSpacing( 0, KDialog::spacingHint() ); foldersL->setRowSpacing( 0, KDialog::spacingHint() );

@ -92,7 +92,7 @@ KNGroupBrowser::KNGroupBrowser(TQWidget *parent, const TQString &caption, KNNntp
connect(groupView, TQT_SIGNAL(doubleClicked(TQListViewItem*)), connect(groupView, TQT_SIGNAL(doubleClicked(TQListViewItem*)),
this, TQT_SLOT(slotItemDoubleClicked(TQListViewItem*))); this, TQT_SLOT(slotItemDoubleClicked(TQListViewItem*)));
//tqlayout //layout
TQGridLayout *topL=new TQGridLayout(page,3,1,0,5); TQGridLayout *topL=new TQGridLayout(page,3,1,0,5);
TQHBoxLayout *filterL=new TQHBoxLayout(10); TQHBoxLayout *filterL=new TQHBoxLayout(10);
TQVBoxLayout *arrL=new TQVBoxLayout(10); TQVBoxLayout *arrL=new TQVBoxLayout(10);

@ -616,7 +616,7 @@ ChangeLog for KNotes
2001/06/23 Michael Brade <brade@informatik.uni-muenchen.de> 2001/06/23 Michael Brade <brade@informatik.uni-muenchen.de>
* fixed #18086 (add a size grip for the notes) * fixed #18086 (add a size grip for the notes)
* update the title tqlayout if the font was changed * update the title layout if the font was changed
2001/06/17 Michael Brade <brade@informatik.uni-muenchen.de> 2001/06/17 Michael Brade <brade@informatik.uni-muenchen.de>
@ -863,7 +863,7 @@ Tue Aug 3 02:23:09 1999 Carsten Pfeiffer <pfeiffer@kde.org>
* added possibility to play a sound when an alarm is activated, * added possibility to play a sound when an alarm is activated,
configurable in the defaults dialog configurable in the defaults dialog
* replaced the custom spinboxes with QSpinBoxes and made the dialog use * replaced the custom spinboxes with QSpinBoxes and made the dialog use
tqlayout management (still not perfect, yet) layout management (still not perfect, yet)
1999-06-07 Petter Reinholdtsen <pere@td.org.uit.no> 1999-06-07 Petter Reinholdtsen <pere@td.org.uit.no>
* knotes.cpp: Changed text Quit to Exit to match KDE style guide. * knotes.cpp: Changed text Quit to Exit to match KDE style guide.

@ -1020,7 +1020,7 @@ void KNote::createFold()
TQPixmap fold( 15, 15 ); TQPixmap fold( 15, 15 );
TQPainter foldp( &fold ); TQPainter foldp( &fold );
foldp.setPen( TQt::NoPen ); foldp.setPen( TQt::NoPen );
foldp.setBrush( tqpalette().active().dark() ); foldp.setBrush( palette().active().dark() );
TQPointArray foldpoints( 3 ); TQPointArray foldpoints( 3 );
foldpoints.putPoints( 0, 3, 0, 0, 14, 0, 0, 14 ); foldpoints.putPoints( 0, 3, 0, 0, 14, 0, 0, 14 );
foldp.drawPolygon( foldpoints ); foldp.drawPolygon( foldpoints );
@ -1042,7 +1042,7 @@ void KNote::updateFocus()
{ {
if ( hasFocus() ) if ( hasFocus() )
{ {
m_label->setBackgroundColor( tqpalette().active().shadow() ); m_label->setBackgroundColor( palette().active().shadow() );
m_button->show(); m_button->show();
if ( !m_editor->isReadOnly() ) if ( !m_editor->isReadOnly() )
@ -1081,11 +1081,11 @@ void KNote::updateFocus()
if ( s_ppOffset ) if ( s_ppOffset )
{ {
m_label->setBackgroundColor( tqpalette().active().midlight() ); m_label->setBackgroundColor( palette().active().midlight() );
m_fold->show(); m_fold->show();
} }
else else
m_label->setBackgroundColor( tqpalette().active().background() ); m_label->setBackgroundColor( palette().active().background() );
} }
} }
@ -1138,7 +1138,7 @@ void KNote::updateBackground( int y_offset )
TQImage grad_img( w, h, 32 ); TQImage grad_img( w, h, 32 );
TQRgb rgbcol; TQRgb rgbcol;
TQColor bg = tqpalette().active().background(); TQColor bg = palette().active().background();
for ( int i = 0; i < h; ++i ) for ( int i = 0; i < h; ++i )
{ {
@ -1172,7 +1172,7 @@ void KNote::updateLayout()
if ( s_ppOffset ) if ( s_ppOffset )
{ {
if ( !m_editor->paper().pixmap() ) // just changed the style if ( !m_editor->paper().pixmap() ) // just changed the style
setColor( tqpalette().active().foreground(), tqpalette().active().background() ); setColor( palette().active().foreground(), palette().active().background() );
m_pushpin->show(); m_pushpin->show();
setFrameStyle( Panel | Raised ); setFrameStyle( Panel | Raised );
@ -1185,7 +1185,7 @@ void KNote::updateLayout()
else else
{ {
if ( m_editor->paper().pixmap() ) // just changed the style if ( m_editor->paper().pixmap() ) // just changed the style
setColor( tqpalette().active().foreground(), tqpalette().active().background() ); setColor( palette().active().foreground(), palette().active().background() );
setFrameStyle( WinPanel | Raised ); setFrameStyle( WinPanel | Raised );
m_pushpin->hide(); m_pushpin->hide();

@ -78,7 +78,7 @@ void KNoteButton::drawButton( TQPainter* p )
if ( !m_flat ) if ( !m_flat )
flags |= TQStyle::Style_MouseOver; flags |= TQStyle::Style_MouseOver;
tqstyle().tqdrawPrimitive( TQStyle::PE_ButtonTool, p, rect(), colorGroup(), flags ); style().tqdrawPrimitive( TQStyle::PE_ButtonTool, p, rect(), colorGroup(), flags );
drawButtonLabel( p ); drawButtonLabel( p );
} }
@ -102,8 +102,8 @@ void KNoteButton::drawButtonLabel( TQPainter* p )
// Shift button contents if pushed. // Shift button contents if pushed.
if ( isOn() || isDown() ) if ( isOn() || isDown() )
{ {
dx += tqstyle().pixelMetric( TQStyle::PM_ButtonShiftHorizontal, this ); dx += style().pixelMetric( TQStyle::PM_ButtonShiftHorizontal, this );
dy += tqstyle().pixelMetric( TQStyle::PM_ButtonShiftVertical, this ); dy += style().pixelMetric( TQStyle::PM_ButtonShiftVertical, this );
} }
p->drawPixmap( dx, dy, pix ); p->drawPixmap( dx, dy, pix );

@ -89,22 +89,22 @@ void KNoteConfigDlg::slotUpdateCaption()
TQWidget *KNoteConfigDlg::makeDisplayPage( bool defaults ) TQWidget *KNoteConfigDlg::makeDisplayPage( bool defaults )
{ {
TQWidget *displayPage = new TQWidget(); TQWidget *displayPage = new TQWidget();
TQGridLayout *tqlayout = new TQGridLayout( displayPage, 2, 2, TQGridLayout *layout = new TQGridLayout( displayPage, 2, 2,
defaults ? marginHint() : 0, spacingHint() ); defaults ? marginHint() : 0, spacingHint() );
TQLabel *label_FgColor = new TQLabel( i18n("&Text color:"), displayPage, "label_FgColor" ); TQLabel *label_FgColor = new TQLabel( i18n("&Text color:"), displayPage, "label_FgColor" );
tqlayout->addWidget( label_FgColor, 0, 0 ); layout->addWidget( label_FgColor, 0, 0 );
KColorButton *kcfg_FgColor = new KColorButton( displayPage, "kcfg_FgColor" ); KColorButton *kcfg_FgColor = new KColorButton( displayPage, "kcfg_FgColor" );
label_FgColor->setBuddy( kcfg_FgColor ); label_FgColor->setBuddy( kcfg_FgColor );
tqlayout->addWidget( kcfg_FgColor, 0, 1 ); layout->addWidget( kcfg_FgColor, 0, 1 );
TQLabel *label_BgColor = new TQLabel( i18n("&Background color:"), displayPage, "label_BgColor" ); TQLabel *label_BgColor = new TQLabel( i18n("&Background color:"), displayPage, "label_BgColor" );
tqlayout->addWidget( label_BgColor, 1, 0 ); layout->addWidget( label_BgColor, 1, 0 );
KColorButton *kcfg_BgColor = new KColorButton( displayPage, "kcfg_BgColor" ); KColorButton *kcfg_BgColor = new KColorButton( displayPage, "kcfg_BgColor" );
label_BgColor->setBuddy( kcfg_BgColor ); label_BgColor->setBuddy( kcfg_BgColor );
tqlayout->addWidget( kcfg_BgColor, 1, 1 ); layout->addWidget( kcfg_BgColor, 1, 1 );
TQCheckBox *kcfg_ShowInTaskbar = new TQCheckBox( i18n("&Show note in taskbar"), TQCheckBox *kcfg_ShowInTaskbar = new TQCheckBox( i18n("&Show note in taskbar"),
displayPage, "kcfg_ShowInTaskbar" ); displayPage, "kcfg_ShowInTaskbar" );
@ -112,25 +112,25 @@ TQWidget *KNoteConfigDlg::makeDisplayPage( bool defaults )
if ( defaults ) if ( defaults )
{ {
TQLabel *label_Width = new TQLabel( i18n("Default &width:"), displayPage, "label_Width" ); TQLabel *label_Width = new TQLabel( i18n("Default &width:"), displayPage, "label_Width" );
tqlayout->addWidget( label_Width, 2, 0 ); layout->addWidget( label_Width, 2, 0 );
KIntNumInput *kcfg_Width = new KIntNumInput( displayPage, "kcfg_Width" ); KIntNumInput *kcfg_Width = new KIntNumInput( displayPage, "kcfg_Width" );
label_Width->setBuddy( kcfg_Width ); label_Width->setBuddy( kcfg_Width );
kcfg_Width->setRange( 50, 2000, 10, false ); kcfg_Width->setRange( 50, 2000, 10, false );
tqlayout->addWidget( kcfg_Width, 2, 1 ); layout->addWidget( kcfg_Width, 2, 1 );
TQLabel *label_Height = new TQLabel( i18n("Default &height:"), displayPage, "label_Height" ); TQLabel *label_Height = new TQLabel( i18n("Default &height:"), displayPage, "label_Height" );
tqlayout->addWidget( label_Height, 3, 0 ); layout->addWidget( label_Height, 3, 0 );
KIntNumInput *kcfg_Height = new KIntNumInput( displayPage, "kcfg_Height" ); KIntNumInput *kcfg_Height = new KIntNumInput( displayPage, "kcfg_Height" );
kcfg_Height->setRange( 50, 2000, 10, false ); kcfg_Height->setRange( 50, 2000, 10, false );
label_Height->setBuddy( kcfg_Height ); label_Height->setBuddy( kcfg_Height );
tqlayout->addWidget( kcfg_Height, 3, 1 ); layout->addWidget( kcfg_Height, 3, 1 );
tqlayout->addWidget( kcfg_ShowInTaskbar, 4, 0 ); layout->addWidget( kcfg_ShowInTaskbar, 4, 0 );
} }
else else
tqlayout->addWidget( kcfg_ShowInTaskbar, 2, 0 ); layout->addWidget( kcfg_ShowInTaskbar, 2, 0 );
return displayPage; return displayPage;
} }
@ -138,36 +138,36 @@ TQWidget *KNoteConfigDlg::makeDisplayPage( bool defaults )
TQWidget *KNoteConfigDlg::makeEditorPage( bool defaults ) TQWidget *KNoteConfigDlg::makeEditorPage( bool defaults )
{ {
TQWidget *editorPage = new TQWidget(); TQWidget *editorPage = new TQWidget();
TQGridLayout *tqlayout = new TQGridLayout( editorPage, 4, 3, TQGridLayout *layout = new TQGridLayout( editorPage, 4, 3,
defaults ? marginHint() : 0, spacingHint() ); defaults ? marginHint() : 0, spacingHint() );
TQLabel *label_TabSize = new TQLabel( i18n( "&Tab size:" ), editorPage, "label_TabSize" ); TQLabel *label_TabSize = new TQLabel( i18n( "&Tab size:" ), editorPage, "label_TabSize" );
tqlayout->addMultiCellWidget( label_TabSize, 0, 0, 0, 1 ); layout->addMultiCellWidget( label_TabSize, 0, 0, 0, 1 );
KIntNumInput *kcfg_TabSize = new KIntNumInput( editorPage, "kcfg_TabSize" ); KIntNumInput *kcfg_TabSize = new KIntNumInput( editorPage, "kcfg_TabSize" );
kcfg_TabSize->setRange( 0, 40, 1, false ); kcfg_TabSize->setRange( 0, 40, 1, false );
label_TabSize->setBuddy( kcfg_TabSize ); label_TabSize->setBuddy( kcfg_TabSize );
tqlayout->addWidget( kcfg_TabSize, 0, 2 ); layout->addWidget( kcfg_TabSize, 0, 2 );
TQCheckBox *kcfg_AutoIndent = new TQCheckBox( i18n("Auto &indent"), editorPage, "kcfg_AutoIndent" ); TQCheckBox *kcfg_AutoIndent = new TQCheckBox( i18n("Auto &indent"), editorPage, "kcfg_AutoIndent" );
tqlayout->addMultiCellWidget( kcfg_AutoIndent, 1, 1, 0, 1 ); layout->addMultiCellWidget( kcfg_AutoIndent, 1, 1, 0, 1 );
TQCheckBox *kcfg_RichText = new TQCheckBox( i18n("&Rich text"), editorPage, "kcfg_RichText" ); TQCheckBox *kcfg_RichText = new TQCheckBox( i18n("&Rich text"), editorPage, "kcfg_RichText" );
tqlayout->addWidget( kcfg_RichText, 1, 2 ); layout->addWidget( kcfg_RichText, 1, 2 );
TQLabel *label_Font = new TQLabel( i18n("Text font:"), editorPage, "label_Font" ); TQLabel *label_Font = new TQLabel( i18n("Text font:"), editorPage, "label_Font" );
tqlayout->addWidget( label_Font, 3, 0 ); layout->addWidget( label_Font, 3, 0 );
KFontRequester *kcfg_Font = new KFontRequester( editorPage, "kcfg_Font" ); KFontRequester *kcfg_Font = new KFontRequester( editorPage, "kcfg_Font" );
kcfg_Font->setSizePolicy( TQSizePolicy( TQSizePolicy::Minimum, TQSizePolicy::Fixed ) ); kcfg_Font->setSizePolicy( TQSizePolicy( TQSizePolicy::Minimum, TQSizePolicy::Fixed ) );
tqlayout->addMultiCellWidget( kcfg_Font, 3, 3, 1, 2 ); layout->addMultiCellWidget( kcfg_Font, 3, 3, 1, 2 );
TQLabel *label_TitleFont = new TQLabel( i18n("Title font:"), editorPage, "label_TitleFont" ); TQLabel *label_TitleFont = new TQLabel( i18n("Title font:"), editorPage, "label_TitleFont" );
tqlayout->addWidget( label_TitleFont, 2, 0 ); layout->addWidget( label_TitleFont, 2, 0 );
KFontRequester *kcfg_TitleFont = new KFontRequester( editorPage, "kcfg_TitleFont" ); KFontRequester *kcfg_TitleFont = new KFontRequester( editorPage, "kcfg_TitleFont" );
kcfg_TitleFont->setSizePolicy( TQSizePolicy( TQSizePolicy::Minimum, TQSizePolicy::Fixed ) ); kcfg_TitleFont->setSizePolicy( TQSizePolicy( TQSizePolicy::Minimum, TQSizePolicy::Fixed ) );
tqlayout->addMultiCellWidget( kcfg_TitleFont, 2, 2, 1, 2 ); layout->addMultiCellWidget( kcfg_TitleFont, 2, 2, 1, 2 );
return editorPage; return editorPage;
} }
@ -184,14 +184,14 @@ TQWidget *KNoteConfigDlg::makeDefaultsPage()
TQWidget *KNoteConfigDlg::makeActionsPage() TQWidget *KNoteConfigDlg::makeActionsPage()
{ {
TQWidget *actionsPage = new TQWidget(); TQWidget *actionsPage = new TQWidget();
TQGridLayout *tqlayout = new TQGridLayout( actionsPage, 2, 2, 0, spacingHint() ); TQGridLayout *layout = new TQGridLayout( actionsPage, 2, 2, 0, spacingHint() );
TQLabel *label_MailAction = new TQLabel( i18n("&Mail action:"), actionsPage, "label_MailAction" ); TQLabel *label_MailAction = new TQLabel( i18n("&Mail action:"), actionsPage, "label_MailAction" );
tqlayout->addWidget( label_MailAction, 0, 0 ); layout->addWidget( label_MailAction, 0, 0 );
KLineEdit *kcfg_MailAction = new KLineEdit( actionsPage, "kcfg_MailAction" ); KLineEdit *kcfg_MailAction = new KLineEdit( actionsPage, "kcfg_MailAction" );
label_MailAction->setBuddy( kcfg_MailAction ); label_MailAction->setBuddy( kcfg_MailAction );
tqlayout->addWidget( kcfg_MailAction, 0, 1 ); layout->addWidget( kcfg_MailAction, 0, 1 );
return actionsPage; return actionsPage;
} }
@ -199,27 +199,27 @@ TQWidget *KNoteConfigDlg::makeActionsPage()
TQWidget *KNoteConfigDlg::makeNetworkPage() TQWidget *KNoteConfigDlg::makeNetworkPage()
{ {
TQWidget *networkPage = new TQWidget(); TQWidget *networkPage = new TQWidget();
TQGridLayout *tqlayout = new TQGridLayout( networkPage, 4, 2, 0, spacingHint() ); TQGridLayout *layout = new TQGridLayout( networkPage, 4, 2, 0, spacingHint() );
TQGroupBox *incoming = new TQHGroupBox( i18n("Incoming Notes"), networkPage ); TQGroupBox *incoming = new TQHGroupBox( i18n("Incoming Notes"), networkPage );
tqlayout->addMultiCellWidget( incoming, 0, 0, 0, 1 ); layout->addMultiCellWidget( incoming, 0, 0, 0, 1 );
new TQCheckBox( i18n("Accept incoming notes"), incoming, "kcfg_ReceiveNotes" ); new TQCheckBox( i18n("Accept incoming notes"), incoming, "kcfg_ReceiveNotes" );
TQGroupBox *outgoing = new TQHGroupBox( i18n("Outgoing Notes"), networkPage ); TQGroupBox *outgoing = new TQHGroupBox( i18n("Outgoing Notes"), networkPage );
tqlayout->addMultiCellWidget( outgoing, 1, 1, 0, 1 ); layout->addMultiCellWidget( outgoing, 1, 1, 0, 1 );
TQLabel *label_SenderID = new TQLabel( i18n("&Sender ID:"), outgoing, "label_SenderID" ); TQLabel *label_SenderID = new TQLabel( i18n("&Sender ID:"), outgoing, "label_SenderID" );
KLineEdit *kcfg_SenderID = new KLineEdit( outgoing, "kcfg_SenderID" ); KLineEdit *kcfg_SenderID = new KLineEdit( outgoing, "kcfg_SenderID" );
label_SenderID->setBuddy( kcfg_SenderID ); label_SenderID->setBuddy( kcfg_SenderID );
TQLabel *label_Port = new TQLabel( i18n("&Port:"), networkPage, "label_Port" ); TQLabel *label_Port = new TQLabel( i18n("&Port:"), networkPage, "label_Port" );
tqlayout->addWidget( label_Port, 2, 0 ); layout->addWidget( label_Port, 2, 0 );
KIntNumInput *kcfg_Port = new KIntNumInput( networkPage, "kcfg_Port" ); KIntNumInput *kcfg_Port = new KIntNumInput( networkPage, "kcfg_Port" );
kcfg_Port->setRange( 0, 65535, 1, false ); kcfg_Port->setRange( 0, 65535, 1, false );
label_Port->setBuddy( kcfg_Port ); label_Port->setBuddy( kcfg_Port );
tqlayout->addWidget( kcfg_Port, 2, 1 ); layout->addWidget( kcfg_Port, 2, 1 );
return networkPage; return networkPage;
} }
@ -227,17 +227,17 @@ TQWidget *KNoteConfigDlg::makeNetworkPage()
TQWidget *KNoteConfigDlg::makeStylePage() TQWidget *KNoteConfigDlg::makeStylePage()
{ {
TQWidget *stylePage = new TQWidget(); TQWidget *stylePage = new TQWidget();
TQGridLayout *tqlayout = new TQGridLayout( stylePage, 2, 2, 0, spacingHint() ); TQGridLayout *layout = new TQGridLayout( stylePage, 2, 2, 0, spacingHint() );
TQLabel *label_Style = new TQLabel( i18n("&Style:"), stylePage, "label_Style" ); TQLabel *label_Style = new TQLabel( i18n("&Style:"), stylePage, "label_Style" );
tqlayout->addWidget( label_Style, 0, 0 ); layout->addWidget( label_Style, 0, 0 );
TQComboBox *kcfg_Style = new TQComboBox( stylePage, "kcfg_Style" ); TQComboBox *kcfg_Style = new TQComboBox( stylePage, "kcfg_Style" );
TQStringList list; TQStringList list;
list << "Plain" << "Fancy"; list << "Plain" << "Fancy";
kcfg_Style->insertStringList( list ); kcfg_Style->insertStringList( list );
label_Style->setBuddy( kcfg_Style ); label_Style->setBuddy( kcfg_Style );
tqlayout->addWidget( kcfg_Style, 0, 1 ); layout->addWidget( kcfg_Style, 0, 1 );
return stylePage; return stylePage;
} }

@ -266,7 +266,7 @@ TQString KNotesApp::newNote( const TQString& name, const TQString& text )
TQString KNotesApp::newNoteFromClipboard( const TQString& name ) TQString KNotesApp::newNoteFromClipboard( const TQString& name )
{ {
const TQString& text = KApplication::tqclipboard()->text(); const TQString& text = KApplication::clipboard()->text();
return newNote( name, text ); return newNote( name, text );
} }

@ -62,7 +62,7 @@ void KNotesNetworkSender::setSenderId( const TQString& sender )
void KNotesNetworkSender::setNote( const TQString& title, const TQString& text ) void KNotesNetworkSender::setNote( const TQString& title, const TQString& text )
{ {
// TODO: support for tqunicode and rich text. // TODO: support for unicode and rich text.
// Mmmmmm... how to behave with such heterogeneous environment? // Mmmmmm... how to behave with such heterogeneous environment?
// AFAIK, ATnotes does not allow UNICODE. // AFAIK, ATnotes does not allow UNICODE.
m_title = title.ascii(); m_title = title.ascii();

@ -32,15 +32,15 @@
ResourceLocalConfig::ResourceLocalConfig( TQWidget *parent, const char *name ) ResourceLocalConfig::ResourceLocalConfig( TQWidget *parent, const char *name )
: KRES::ConfigWidget( parent, name ) : KRES::ConfigWidget( parent, name )
{ {
TQHBoxLayout *tqlayout = new TQHBoxLayout( this ); TQHBoxLayout *layout = new TQHBoxLayout( this );
TQLabel *label = new TQLabel( i18n( "Location:" ), this ); TQLabel *label = new TQLabel( i18n( "Location:" ), this );
mURL = new KURLRequester( this ); mURL = new KURLRequester( this );
KFile::Mode mode = static_cast<KFile::Mode>( KFile::File | KFile::Mode mode = static_cast<KFile::Mode>( KFile::File |
KFile::LocalOnly ); KFile::LocalOnly );
mURL->setMode( mode ); mURL->setMode( mode );
tqlayout->addWidget( label ); layout->addWidget( label );
tqlayout->addWidget( mURL ); layout->addWidget( mURL );
} }
ResourceLocalConfig::~ResourceLocalConfig() ResourceLocalConfig::~ResourceLocalConfig()

@ -141,14 +141,14 @@ TQWidget *ComplexBaseInputField::createWidget( TQWidget *parent )
{ {
TQGroupBox *inputWidget = new TQGroupBox( mName, parent ); TQGroupBox *inputWidget = new TQGroupBox( mName, parent );
inputWidget->setColumnLayout( 0, TQt::Horizontal ); inputWidget->setColumnLayout( 0, TQt::Horizontal );
TQGridLayout *tqlayout = new TQGridLayout( inputWidget->tqlayout(), 2, 2, 6 ); TQGridLayout *layout = new TQGridLayout( inputWidget->layout(), 2, 2, 6 );
InputField::List::Iterator it; InputField::List::Iterator it;
int row = 0; int row = 0;
for ( it = mFields.begin(); it != mFields.end(); ++it, ++row ) { for ( it = mFields.begin(); it != mFields.end(); ++it, ++row ) {
TQLabel *label = new TQLabel( (*it)->name(), inputWidget ); TQLabel *label = new TQLabel( (*it)->name(), inputWidget );
tqlayout->addWidget( label, row, 0 ); layout->addWidget( label, row, 0 );
tqlayout->addWidget( (*it)->createWidget( inputWidget ), row, 1 ); layout->addWidget( (*it)->createWidget( inputWidget ), row, 1 );
} }
return inputWidget; return inputWidget;

@ -91,19 +91,19 @@ ListWidget::ListWidget( InputField *parentField, const TQString &name, const TQS
: TQWidget( parent ), : TQWidget( parent ),
mParentField( parentField ), mName( name ), mType( type ) mParentField( parentField ), mName( name ), mType( type )
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 4, 2, 11, 6 ); TQGridLayout *layout = new TQGridLayout( this, 4, 2, 11, 6 );
mView = new TQListBox( this ); mView = new TQListBox( this );
tqlayout->addMultiCellWidget( mView, 0, 3, 0, 0 ); layout->addMultiCellWidget( mView, 0, 3, 0, 0 );
mAddButton = new TQPushButton( i18n( "Add" ), this ); mAddButton = new TQPushButton( i18n( "Add" ), this );
tqlayout->addWidget( mAddButton, 0, 1 ); layout->addWidget( mAddButton, 0, 1 );
mEditButton = new TQPushButton( i18n( "Edit..." ), this ); mEditButton = new TQPushButton( i18n( "Edit..." ), this );
tqlayout->addWidget( mEditButton, 1, 1 ); layout->addWidget( mEditButton, 1, 1 );
mRemoveButton = new TQPushButton( i18n( "Remove" ), this ); mRemoveButton = new TQPushButton( i18n( "Remove" ), this );
tqlayout->addWidget( mRemoveButton, 2, 1 ); layout->addWidget( mRemoveButton, 2, 1 );
connect( mAddButton, TQT_SIGNAL( clicked() ), TQT_SLOT( add() ) ); connect( mAddButton, TQT_SIGNAL( clicked() ), TQT_SLOT( add() ) );
connect( mEditButton, TQT_SIGNAL( clicked() ), TQT_SLOT( edit() ) ); connect( mEditButton, TQT_SIGNAL( clicked() ), TQT_SLOT( edit() ) );

@ -88,18 +88,18 @@ TQString PageInputField::data() const
TQWidget *PageInputField::createWidget( TQWidget *parent ) TQWidget *PageInputField::createWidget( TQWidget *parent )
{ {
TQWidget *mInputWidget = new TQWidget( parent, "PageInputWidget" ); TQWidget *mInputWidget = new TQWidget( parent, "PageInputWidget" );
TQGridLayout *tqlayout = new TQGridLayout( mInputWidget, 2, 2, 11, 6 ); TQGridLayout *layout = new TQGridLayout( mInputWidget, 2, 2, 11, 6 );
InputField::List::Iterator it; InputField::List::Iterator it;
int row = 0; int row = 0;
for ( it = mFields.begin(); it != mFields.end(); ++it, ++row ) { for ( it = mFields.begin(); it != mFields.end(); ++it, ++row ) {
TQLabel *label = new TQLabel( (*it)->name(), mInputWidget ); TQLabel *label = new TQLabel( (*it)->name(), mInputWidget );
label->setAlignment( TQt::AlignTop ); label->setAlignment( TQt::AlignTop );
tqlayout->addWidget( label, row, 0 ); layout->addWidget( label, row, 0 );
tqlayout->addWidget( (*it)->createWidget( mInputWidget ), row, 1 ); layout->addWidget( (*it)->createWidget( mInputWidget ), row, 1 );
} }
tqlayout->setRowStretch( ++row, 1 ); layout->setRowStretch( ++row, 1 );
return mInputWidget; return mInputWidget;
} }

@ -75,7 +75,7 @@ void KCMKMailSummary::modified()
void KCMKMailSummary::initGUI() void KCMKMailSummary::initGUI()
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( this, 0, KDialog::spacingHint() ); TQVBoxLayout *layout = new TQVBoxLayout( this, 0, KDialog::spacingHint() );
mFolderView = new KListView( this ); mFolderView = new KListView( this );
mFolderView->setRootIsDecorated( true ); mFolderView->setRootIsDecorated( true );
@ -85,8 +85,8 @@ void KCMKMailSummary::initGUI()
mFullPath = new TQCheckBox( i18n( "Show full path for folders" ), this ); mFullPath = new TQCheckBox( i18n( "Show full path for folders" ), this );
tqlayout->addWidget( mFolderView ); layout->addWidget( mFolderView );
tqlayout->addWidget( mFullPath ); layout->addWidget( mFullPath );
} }
void KCMKMailSummary::initFolders() void KCMKMailSummary::initFolders()

@ -201,7 +201,7 @@ TQString KNotesPart::newNote( const TQString& name, const TQString& text )
TQString KNotesPart::newNoteFromClipboard( const TQString& name ) TQString KNotesPart::newNoteFromClipboard( const TQString& name )
{ {
const TQString& text = KApplication::tqclipboard()->text(); const TQString& text = KApplication::clipboard()->text();
return newNote( name, text ); return newNote( name, text );
} }

@ -130,9 +130,9 @@ class KNoteEditDlg : public KDialogBase, virtual public KXMLGUIClient
actionCollection()->setWidget( this ); actionCollection()->setWidget( this );
TQWidget *page = plainPage(); TQWidget *page = plainPage();
TQVBoxLayout *tqlayout = new TQVBoxLayout( page ); TQVBoxLayout *layout = new TQVBoxLayout( page );
TQHBoxLayout *hbl = new TQHBoxLayout( tqlayout, marginHint() ); TQHBoxLayout *hbl = new TQHBoxLayout( layout, marginHint() );
TQLabel *label = new TQLabel( page); TQLabel *label = new TQLabel( page);
label->setText( i18n( "Name:" ) ); label->setText( i18n( "Name:" ) );
hbl->addWidget( label,0 ); hbl->addWidget( label,0 );
@ -149,8 +149,8 @@ class KNoteEditDlg : public KDialogBase, virtual public KXMLGUIClient
mTool = static_cast<KToolBar *>(factory.container( "note_tool", this )); mTool = static_cast<KToolBar *>(factory.container( "note_tool", this ));
tqlayout->addWidget( mTool ); layout->addWidget( mTool );
tqlayout->addWidget( mNoteEdit ); layout->addWidget( mNoteEdit );
} }
TQString text() const TQString text() const

@ -52,8 +52,8 @@ KNoteTip::KNoteTip( KIconView *parent )
mPreview->setHScrollBarMode( TQScrollView::AlwaysOff ); mPreview->setHScrollBarMode( TQScrollView::AlwaysOff );
mPreview->setVScrollBarMode( TQScrollView::AlwaysOff ); mPreview->setVScrollBarMode( TQScrollView::AlwaysOff );
TQBoxLayout *tqlayout = new TQVBoxLayout( this ); TQBoxLayout *layout = new TQVBoxLayout( this );
tqlayout->addWidget( mPreview ); layout->addWidget( mPreview );
setPalette( TQToolTip::palette() ); setPalette( TQToolTip::palette() );
setMargin( 1 ); setMargin( 1 );

@ -90,10 +90,10 @@ void KCMKOrgSummary::customDaysChanged( int value )
void KCMKOrgSummary::initGUI() void KCMKOrgSummary::initGUI()
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( this, 0, KDialog::spacingHint() ); TQVBoxLayout *layout = new TQVBoxLayout( this, 0, KDialog::spacingHint() );
mCalendarGroup = new TQButtonGroup( 0, Qt::Vertical, i18n( "Appointments" ), this ); mCalendarGroup = new TQButtonGroup( 0, Qt::Vertical, i18n( "Appointments" ), this );
TQVBoxLayout *boxLayout = new TQVBoxLayout( mCalendarGroup->tqlayout(), TQVBoxLayout *boxLayout = new TQVBoxLayout( mCalendarGroup->layout(),
KDialog::spacingHint() ); KDialog::spacingHint() );
TQLabel *label = new TQLabel( i18n( "How many days should the calendar show at once?" ), mCalendarGroup ); TQLabel *label = new TQLabel( i18n( "How many days should the calendar show at once?" ), mCalendarGroup );
@ -122,15 +122,15 @@ void KCMKOrgSummary::initGUI()
hbox->addStretch( 1 ); hbox->addStretch( 1 );
tqlayout->addWidget( mCalendarGroup ); layout->addWidget( mCalendarGroup );
mTodoGroup = new TQButtonGroup( 2, Qt::Horizontal, i18n( "To-dos" ), this ); mTodoGroup = new TQButtonGroup( 2, Qt::Horizontal, i18n( "To-dos" ), this );
new TQRadioButton( i18n( "Show all to-dos" ), mTodoGroup ); new TQRadioButton( i18n( "Show all to-dos" ), mTodoGroup );
new TQRadioButton( i18n( "Show today's to-dos only" ), mTodoGroup ); new TQRadioButton( i18n( "Show today's to-dos only" ), mTodoGroup );
tqlayout->addWidget( mTodoGroup ); layout->addWidget( mTodoGroup );
tqlayout->addStretch(); layout->addStretch();
} }
void KCMKOrgSummary::load() void KCMKOrgSummary::load()

@ -60,22 +60,22 @@ NewsEditDialog::NewsEditDialog( const TQString& title, const TQString& url, TQWi
Ok, parent, 0, true, true ) Ok, parent, 0, true, true )
{ {
TQWidget *page = plainPage(); TQWidget *page = plainPage();
TQGridLayout *tqlayout = new TQGridLayout( page, 2, 3, marginHint(), TQGridLayout *layout = new TQGridLayout( page, 2, 3, marginHint(),
spacingHint() ); spacingHint() );
TQLabel *label = new TQLabel( i18n( "Name:" ), page ); TQLabel *label = new TQLabel( i18n( "Name:" ), page );
tqlayout->addWidget( label, 0, 0 ); layout->addWidget( label, 0, 0 );
mTitle = new TQLineEdit( page ); mTitle = new TQLineEdit( page );
label->setBuddy( mTitle ); label->setBuddy( mTitle );
tqlayout->addMultiCellWidget( mTitle, 0, 0, 1, 2 ); layout->addMultiCellWidget( mTitle, 0, 0, 1, 2 );
label = new TQLabel( i18n( "URL:" ), page ); label = new TQLabel( i18n( "URL:" ), page );
tqlayout->addWidget( label, 1, 0 ); layout->addWidget( label, 1, 0 );
mURL = new TQLineEdit( page ); mURL = new TQLineEdit( page );
label->setBuddy( mURL ); label->setBuddy( mURL );
tqlayout->addMultiCellWidget( mURL, 1, 1, 1, 2 ); layout->addMultiCellWidget( mURL, 1, 1, 1, 2 );
mTitle->setText( title ); mTitle->setText( title );
mURL->setText( url ); mURL->setText( url );
@ -331,16 +331,16 @@ void KCMKontactKNT::modified()
void KCMKontactKNT::initGUI() void KCMKontactKNT::initGUI()
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 2, 3, KDialog::marginHint(), TQGridLayout *layout = new TQGridLayout( this, 2, 3, KDialog::marginHint(),
KDialog::spacingHint() ); KDialog::spacingHint() );
mAllNews = new KListView( this ); mAllNews = new KListView( this );
mAllNews->addColumn( i18n( "All" ) ); mAllNews->addColumn( i18n( "All" ) );
mAllNews->setRootIsDecorated( true ); mAllNews->setRootIsDecorated( true );
mAllNews->setFullWidth( true ); mAllNews->setFullWidth( true );
tqlayout->addWidget( mAllNews, 0, 0 ); layout->addWidget( mAllNews, 0, 0 );
TQVBoxLayout *vbox = new TQVBoxLayout( tqlayout, KDialog::spacingHint() ); TQVBoxLayout *vbox = new TQVBoxLayout( layout, KDialog::spacingHint() );
vbox->addStretch(); vbox->addStretch();
mAddButton = new KPushButton( i18n( "Add" ), this ); mAddButton = new KPushButton( i18n( "Add" ), this );
@ -354,12 +354,12 @@ void KCMKontactKNT::initGUI()
mSelectedNews = new KListView( this ); mSelectedNews = new KListView( this );
mSelectedNews->addColumn( i18n( "Selected" ) ); mSelectedNews->addColumn( i18n( "Selected" ) );
mSelectedNews->setFullWidth( true ); mSelectedNews->setFullWidth( true );
tqlayout->addWidget( mSelectedNews, 0, 2 ); layout->addWidget( mSelectedNews, 0, 2 );
TQGroupBox *box = new TQGroupBox( 0, Qt::Vertical, TQGroupBox *box = new TQGroupBox( 0, Qt::Vertical,
i18n( "News Feed Settings" ), this ); i18n( "News Feed Settings" ), this );
TQGridLayout *boxLayout = new TQGridLayout( box->tqlayout(), 2, 3, TQGridLayout *boxLayout = new TQGridLayout( box->layout(), 2, 3,
KDialog::spacingHint() ); KDialog::spacingHint() );
TQLabel *label = new TQLabel( i18n( "Refresh time:" ), box ); TQLabel *label = new TQLabel( i18n( "Refresh time:" ), box );
@ -384,7 +384,7 @@ void KCMKontactKNT::initGUI()
mDeleteButton->setEnabled( false ); mDeleteButton->setEnabled( false );
boxLayout->addWidget( mDeleteButton, 1, 2 ); boxLayout->addWidget( mDeleteButton, 1, 2 );
tqlayout->addMultiCellWidget( box, 1, 1, 0, 2 ); layout->addMultiCellWidget( box, 1, 1, 0, 2 );
} }
bool KCMKontactKNT::dcopActive() const bool KCMKontactKNT::dcopActive() const

@ -300,7 +300,7 @@ void SummaryWidget::rmbMenu( const TQString& url )
menu.insertItem( i18n( "Copy URL to Clipboard" ) ); menu.insertItem( i18n( "Copy URL to Clipboard" ) );
int id = menu.exec( TQCursor::pos() ); int id = menu.exec( TQCursor::pos() );
if ( id != -1 ) if ( id != -1 )
kapp->tqclipboard()->setText( url, TQClipboard::Clipboard ); kapp->clipboard()->setText( url, TQClipboard::Clipboard );
} }
bool SummaryWidget::eventFilter( TQObject *obj, TQEvent* e ) bool SummaryWidget::eventFilter( TQObject *obj, TQEvent* e )

@ -85,10 +85,10 @@ void KCMSDSummary::customDaysChanged( int value )
void KCMSDSummary::initGUI() void KCMSDSummary::initGUI()
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 3, 2, KDialog::spacingHint() ); TQGridLayout *layout = new TQGridLayout( this, 3, 2, KDialog::spacingHint() );
mDaysGroup = new TQButtonGroup( 0, Qt::Vertical, i18n( "Special Dates Summary" ), this ); mDaysGroup = new TQButtonGroup( 0, Qt::Vertical, i18n( "Special Dates Summary" ), this );
TQVBoxLayout *boxLayout = new TQVBoxLayout( mDaysGroup->tqlayout(), TQVBoxLayout *boxLayout = new TQVBoxLayout( mDaysGroup->layout(),
KDialog::spacingHint() ); KDialog::spacingHint() );
TQLabel *label = new TQLabel( i18n( "How many days should the special dates summary show at once?" ), mDaysGroup ); TQLabel *label = new TQLabel( i18n( "How many days should the special dates summary show at once?" ), mDaysGroup );
@ -117,7 +117,7 @@ void KCMSDSummary::initGUI()
hbox->addStretch( 1 ); hbox->addStretch( 1 );
tqlayout->addMultiCellWidget( mDaysGroup, 0, 0, 0, 1 ); layout->addMultiCellWidget( mDaysGroup, 0, 0, 0, 1 );
mCalendarGroup = new TQButtonGroup( 1, Qt::Horizontal, i18n( "Special Dates From Calendar" ), this ); mCalendarGroup = new TQButtonGroup( 1, Qt::Horizontal, i18n( "Special Dates From Calendar" ), this );
@ -132,10 +132,10 @@ void KCMSDSummary::initGUI()
mShowBirthdaysFromKAB = new TQCheckBox( i18n( "Show birthdays" ), mContactGroup ); mShowBirthdaysFromKAB = new TQCheckBox( i18n( "Show birthdays" ), mContactGroup );
mShowAnniversariesFromKAB = new TQCheckBox( i18n( "Show anniversaries" ), mContactGroup ); mShowAnniversariesFromKAB = new TQCheckBox( i18n( "Show anniversaries" ), mContactGroup );
tqlayout->addWidget( mCalendarGroup, 1, 0 ); layout->addWidget( mCalendarGroup, 1, 0 );
tqlayout->addWidget( mContactGroup, 1, 1 ); layout->addWidget( mContactGroup, 1, 1 );
tqlayout->setRowStretch( 2, 1 ); layout->setRowStretch( 2, 1 );
} }
void KCMSDSummary::load() void KCMSDSummary::load()

@ -93,15 +93,15 @@ PluginView::~PluginView()
KCMKontactSummary::KCMKontactSummary( TQWidget *parent, const char *name ) KCMKontactSummary::KCMKontactSummary( TQWidget *parent, const char *name )
: KCModule( parent, name ) : KCModule( parent, name )
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( this, 0, KDialog::spacingHint() ); TQVBoxLayout *layout = new TQVBoxLayout( this, 0, KDialog::spacingHint() );
TQLabel *label = new TQLabel( i18n( "Here you can select which summary plugins to have visible in your summary view." ), this ); TQLabel *label = new TQLabel( i18n( "Here you can select which summary plugins to have visible in your summary view." ), this );
tqlayout->addWidget( label ); layout->addWidget( label );
mPluginView = new PluginView( this ); mPluginView = new PluginView( this );
tqlayout->addWidget( mPluginView ); layout->addWidget( mPluginView );
tqlayout->setStretchFactor( mPluginView, 1 ); layout->setStretchFactor( mPluginView, 1 );
connect( mPluginView, TQT_SIGNAL( clicked( TQListViewItem* ) ), connect( mPluginView, TQT_SIGNAL( clicked( TQListViewItem* ) ),
this, TQT_SLOT( itemClicked( TQListViewItem* ) ) ); this, TQT_SLOT( itemClicked( TQListViewItem* ) ) );

@ -214,11 +214,11 @@ void SummaryViewPart::updateWidgets()
TQFrame *vline = new TQFrame( mFrame ); TQFrame *vline = new TQFrame( mFrame );
vline->setFrameStyle( TQFrame::VLine | TQFrame::Plain ); vline->setFrameStyle( TQFrame::VLine | TQFrame::Plain );
TQHBoxLayout *tqlayout = new TQHBoxLayout( mFrame ); TQHBoxLayout *layout = new TQHBoxLayout( mFrame );
mLeftColumn = new TQVBoxLayout( tqlayout, KDialog::spacingHint() ); mLeftColumn = new TQVBoxLayout( layout, KDialog::spacingHint() );
tqlayout->addWidget( vline ); layout->addWidget( vline );
mRightColumn = new TQVBoxLayout( tqlayout, KDialog::spacingHint() ); mRightColumn = new TQVBoxLayout( layout, KDialog::spacingHint() );
TQStringList::Iterator strIt; TQStringList::Iterator strIt;
@ -311,7 +311,7 @@ void SummaryViewPart::slotTextChanged()
void SummaryViewPart::slotAdjustPalette() void SummaryViewPart::slotAdjustPalette()
{ {
mMainWidget->setPaletteBackgroundColor( kapp->tqpalette().active().base() ); mMainWidget->setPaletteBackgroundColor( kapp->palette().active().base() );
} }
void SummaryViewPart::setDate( const TQDate& newDate ) void SummaryViewPart::setDate( const TQDate& newDate )

@ -106,8 +106,8 @@ void SummaryWidget::updateView()
TQImage img; TQImage img;
img = (*it).icon(); img = (*it).icon();
TQGridLayout *tqlayout = new TQGridLayout( mLayout, 3, 3, 3 ); TQGridLayout *layout = new TQGridLayout( mLayout, 3, 3, 3 );
mLayouts.append( tqlayout ); mLayouts.append( layout );
KURLLabel* urlLabel = new KURLLabel( this ); KURLLabel* urlLabel = new KURLLabel( this );
urlLabel->installEventFilter( this ); urlLabel->installEventFilter( this );
@ -115,7 +115,7 @@ void SummaryWidget::updateView()
urlLabel->setPixmap( img.smoothScale( 32, 32 ) ); urlLabel->setPixmap( img.smoothScale( 32, 32 ) );
urlLabel->setMaximumSize( urlLabel->sizeHint() ); urlLabel->setMaximumSize( urlLabel->sizeHint() );
urlLabel->setAlignment( AlignTop ); urlLabel->setAlignment( AlignTop );
tqlayout->addMultiCellWidget( urlLabel, 0, 1, 0, 0 ); layout->addMultiCellWidget( urlLabel, 0, 1, 0, 0 );
mLabels.append( urlLabel ); mLabels.append( urlLabel );
connect ( urlLabel, TQT_SIGNAL( leftClickedURL( const TQString& ) ), connect ( urlLabel, TQT_SIGNAL( leftClickedURL( const TQString& ) ),
this, TQT_SLOT( showReport( const TQString& ) ) ); this, TQT_SLOT( showReport( const TQString& ) ) );
@ -126,7 +126,7 @@ void SummaryWidget::updateView()
font.setBold( true ); font.setBold( true );
label->setFont( font ); label->setFont( font );
label->setAlignment( AlignLeft ); label->setAlignment( AlignLeft );
tqlayout->addMultiCellWidget( label, 0, 0, 1, 2 ); layout->addMultiCellWidget( label, 0, 0, 1, 2 );
mLabels.append( label ); mLabels.append( label );
TQString labelText; TQString labelText;
@ -144,7 +144,7 @@ void SummaryWidget::updateView()
label = new TQLabel( cover, this ); label = new TQLabel( cover, this );
label->setAlignment( AlignLeft ); label->setAlignment( AlignLeft );
tqlayout->addMultiCellWidget( label, 1, 1, 1, 2 ); layout->addMultiCellWidget( label, 1, 1, 1, 2 );
mLabels.append( label ); mLabels.append( label );
} }

@ -223,7 +223,7 @@ void EntryItem::paint( TQPainter *p )
} }
if ( plugin()->disabled() ) { if ( plugin()->disabled() ) {
p->setPen( box->tqpalette().disabled().text( ) ); p->setPen( box->palette().disabled().text( ) );
} else if ( isCurrent() || isSelected() || mHasHover ) { } else if ( isCurrent() || isSelected() || mHasHover ) {
p->setPen( box->colorGroup().highlight().dark(115) ); p->setPen( box->colorGroup().highlight().dark(115) );
p->drawText( x + ( TQApplication::reverseLayout() ? -1 : 1), p->drawText( x + ( TQApplication::reverseLayout() ? -1 : 1),

@ -137,7 +137,7 @@ CalendarView::CalendarView( TQWidget *parent, const char *name )
TQBoxLayout *topLayout = new TQVBoxLayout( this ); TQBoxLayout *topLayout = new TQVBoxLayout( this );
#ifndef KORG_NOSPLITTER #ifndef KORG_NOSPLITTER
// create the main tqlayout frames. // create the main layout frames.
mPanner = new TQSplitter( Qt::Horizontal, this, mPanner = new TQSplitter( Qt::Horizontal, this,
"CalendarView::Panner" ); "CalendarView::Panner" );
topLayout->addWidget( mPanner ); topLayout->addWidget( mPanner );
@ -277,7 +277,7 @@ CalendarView::CalendarView( TQWidget *parent, const char *name )
KOGlobals::self()-> KOGlobals::self()->
setHolidays( new KHolidays( KOPrefs::instance()->mHolidays ) ); setHolidays( new KHolidays( KOPrefs::instance()->mHolidays ) );
connect( TQApplication::tqclipboard(), TQT_SIGNAL( dataChanged() ), connect( TQApplication::clipboard(), TQT_SIGNAL( dataChanged() ),
TQT_SLOT( checkClipboard() ) ); TQT_SLOT( checkClipboard() ) );
connect( mTodoList, TQT_SIGNAL( incidenceSelected( Incidence *,const TQDate & ) ), connect( mTodoList, TQT_SIGNAL( incidenceSelected( Incidence *,const TQDate & ) ),
@ -1934,7 +1934,7 @@ void CalendarView::processIncidenceSelection( Incidence *incidence, const TQDate
void CalendarView::checkClipboard() void CalendarView::checkClipboard()
{ {
#ifndef KORG_NODND #ifndef KORG_NODND
if (ICalDrag::canDecode(TQApplication::tqclipboard()->data())) { if (ICalDrag::canDecode(TQApplication::clipboard()->data())) {
kdDebug(5850) << "CalendarView::checkClipboard() true" << endl; kdDebug(5850) << "CalendarView::checkClipboard() true" << endl;
emit pasteEnabled(true); emit pasteEnabled(true);
} else { } else {

@ -50,7 +50,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout3</cstring> <cstring>layout3</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -95,7 +95,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="0"> <widget class="TQLayoutWidget" row="3" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout1</cstring> <cstring>layout1</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -1300,11 +1300,11 @@ void KOAgenda::placeAgendaItem( KOAgendaItem *item, double subCellWidth )
xpos = pt.x() + int( subCellPos ); xpos = pt.x() + int( subCellPos );
ypos = pt.y(); ypos = pt.y();
} }
if ( KOGlobals::self()->reverseLayout() ) { // RTL language/tqlayout if ( KOGlobals::self()->reverseLayout() ) { // RTL language/layout
xpos += width; xpos += width;
width = -width; width = -width;
} }
if ( height<0 ) { // BTT (bottom-to-top) tqlayout ?!? if ( height<0 ) { // BTT (bottom-to-top) layout ?!?
ypos += height; ypos += height;
height = -height; height = -height;
} }

@ -746,7 +746,7 @@ void KOAgendaItem::paintEvent( TQPaintEvent *ev )
} }
TQPainter p( this ); TQPainter p( this );
const int ft = 2; // frame thickness for tqlayout, see paintFrame() const int ft = 2; // frame thickness for layout, see paintFrame()
const int margin = 1 + ft; // frame + space between frame and content const int margin = 1 + ft; // frame + space between frame and content
// General idea is to always show the icons (even in the all-day events). // General idea is to always show the icons (even in the all-day events).

@ -1343,7 +1343,7 @@ void KOAgendaView::changeIncidenceDisplay( Incidence *incidence, int mode )
} }
// HACK: Update the view if the all-day agenda has been modified. // HACK: Update the view if the all-day agenda has been modified.
// Do this because there are some tqlayout problems in the // Do this because there are some layout problems in the
// all-day agenda that are not easily solved, but clearing // all-day agenda that are not easily solved, but clearing
// and redrawing works ok. // and redrawing works ok.
if ( incidence->doesFloat() ) { if ( incidence->doesFloat() ) {

@ -61,10 +61,10 @@ KOAttendeeEditor::KOAttendeeEditor( TQWidget * parent, const char *name ) :
{ {
} }
void KOAttendeeEditor::initOrganizerWidgets(TQWidget * parent, TQBoxLayout * tqlayout) void KOAttendeeEditor::initOrganizerWidgets(TQWidget * parent, TQBoxLayout * layout)
{ {
mOrganizerHBox = new TQHBox( parent ); mOrganizerHBox = new TQHBox( parent );
tqlayout->addWidget( mOrganizerHBox ); layout->addWidget( mOrganizerHBox );
// If creating a new event, then the user is the organizer -> show the // If creating a new event, then the user is the organizer -> show the
// identity combo // identity combo
// readEvent will delete it and set another label text instead, if the user // readEvent will delete it and set another label text instead, if the user
@ -91,10 +91,10 @@ void KOAttendeeEditor::initOrganizerWidgets(TQWidget * parent, TQBoxLayout * tql
mOrganizerHBox->setStretchFactor( mOrganizerCombo, 100 ); mOrganizerHBox->setStretchFactor( mOrganizerCombo, 100 );
} }
void KOAttendeeEditor::initEditWidgets(TQWidget * parent, TQBoxLayout * tqlayout) void KOAttendeeEditor::initEditWidgets(TQWidget * parent, TQBoxLayout * layout)
{ {
TQGridLayout *topLayout = new TQGridLayout(); TQGridLayout *topLayout = new TQGridLayout();
tqlayout->addLayout( topLayout ); layout->addLayout( topLayout );
TQString whatsThis = i18n("Edits the name of the attendee selected in the list " TQString whatsThis = i18n("Edits the name of the attendee selected in the list "
"above, or adds a new attendee if there are no attendees" "above, or adds a new attendee if there are no attendees"

@ -68,8 +68,8 @@ class KOAttendeeEditor : public TQWidget
void updateAttendeeSummary( int count ); void updateAttendeeSummary( int count );
protected: protected:
void initOrganizerWidgets( TQWidget *parent, TQBoxLayout *tqlayout ); void initOrganizerWidgets( TQWidget *parent, TQBoxLayout *layout );
void initEditWidgets( TQWidget *parent, TQBoxLayout *tqlayout ); void initEditWidgets( TQWidget *parent, TQBoxLayout *layout );
/** Reads values from a KABC::Addressee and inserts a new Attendee /** Reads values from a KABC::Addressee and inserts a new Attendee
* item into the listview with those items. Used when adding attendees * item into the listview with those items. Used when adding attendees

@ -562,7 +562,7 @@ void KODayMatrix::paintEvent( TQPaintEvent * )
int selw, selh; int selw, selh;
bool isRTL = KOGlobals::self()->reverseLayout(); bool isRTL = KOGlobals::self()->reverseLayout();
TQColorGroup cg = tqpalette().active(); TQColorGroup cg = palette().active();
p.begin( &pm, this ); p.begin( &pm, this );
pm.fill( cg.base() ); pm.fill( cg.base() );

@ -35,7 +35,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout3</cstring> <cstring>layout3</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -109,7 +109,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout8</cstring> <cstring>layout8</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -530,7 +530,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="0"> <widget class="TQLayoutWidget" row="0" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout7</cstring> <cstring>layout7</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">

@ -874,7 +874,7 @@ void KOEditorAttachments::writeIncidence( KCal::Incidence *i )
void KOEditorAttachments::slotCopy() void KOEditorAttachments::slotCopy()
{ {
TQApplication::tqclipboard()->setData( mAttachments->mimeData(), TQClipboard::Clipboard ); TQApplication::clipboard()->setData( mAttachments->mimeData(), TQClipboard::Clipboard );
} }
void KOEditorAttachments::slotCut() void KOEditorAttachments::slotCut()
@ -885,7 +885,7 @@ void KOEditorAttachments::slotCut()
void KOEditorAttachments::slotPaste() void KOEditorAttachments::slotPaste()
{ {
handlePasteOrDrop( TQApplication::tqclipboard()->data() ); handlePasteOrDrop( TQApplication::clipboard()->data() );
} }
void KOEditorAttachments::selectionChanged() void KOEditorAttachments::selectionChanged()

@ -193,15 +193,15 @@ void KOEditorGeneralEvent::initClass(TQWidget *parent,TQBoxLayout *topLayout)
freeTimeLabel->setBuddy( mFreeTimeCombo ); freeTimeLabel->setBuddy( mFreeTimeCombo );
} }
void KOEditorGeneralEvent::initInvitationBar(TQWidget * parent, TQBoxLayout * tqlayout) void KOEditorGeneralEvent::initInvitationBar(TQWidget * parent, TQBoxLayout * layout)
{ {
TQBoxLayout *topLayout = new TQHBoxLayout( tqlayout ); TQBoxLayout *topLayout = new TQHBoxLayout( layout );
mInvitationBar = new TQFrame( parent ); mInvitationBar = new TQFrame( parent );
mInvitationBar->setPaletteBackgroundColor( KGlobalSettings::alternateBackgroundColor() ); mInvitationBar->setPaletteBackgroundColor( KGlobalSettings::alternateBackgroundColor() );
topLayout->addWidget( mInvitationBar ); topLayout->addWidget( mInvitationBar );
TQBoxLayout *barLayout = new TQHBoxLayout( mInvitationBar ); TQBoxLayout *barLayout = new TQHBoxLayout( mInvitationBar );
barLayout->setSpacing( tqlayout->spacing() ); barLayout->setSpacing( layout->spacing() );
TQLabel *label = new TQLabel( i18n("You have not yet definitely responded to this invitation." ), mInvitationBar ); TQLabel *label = new TQLabel( i18n("You have not yet definitely responded to this invitation." ), mInvitationBar );
barLayout->addWidget( label ); barLayout->addWidget( label );
barLayout->addStretch( 1 ); barLayout->addStretch( 1 );

@ -49,7 +49,7 @@ class KOEditorGeneralEvent : public KOEditorGeneral
void initTime(TQWidget *,TQBoxLayout *); void initTime(TQWidget *,TQBoxLayout *);
void initClass(TQWidget *,TQBoxLayout *); void initClass(TQWidget *,TQBoxLayout *);
void initInvitationBar( TQWidget* parent, TQBoxLayout *tqlayout ); void initInvitationBar( TQWidget* parent, TQBoxLayout *layout );
void finishSetup(); void finishSetup();

@ -135,10 +135,10 @@ TQComboBox *RecurBase::createMonthNameCombo( TQWidget *parent, const char *name
return combo; return combo;
} }
TQBoxLayout *RecurBase::createFrequencySpinBar( TQWidget *parent, TQLayout *tqlayout, TQBoxLayout *RecurBase::createFrequencySpinBar( TQWidget *parent, TQLayout *layout,
TQString everyText, TQString unitText ) TQString everyText, TQString unitText )
{ {
TQBoxLayout *freqLayout = new TQHBoxLayout( tqlayout ); TQBoxLayout *freqLayout = new TQHBoxLayout( layout );
TQString whatsThis = i18n("Sets how often this event or to-do should recur."); TQString whatsThis = i18n("Sets how often this event or to-do should recur.");
TQLabel *preLabel = new TQLabel( everyText, parent ); TQLabel *preLabel = new TQLabel( everyText, parent );

@ -61,7 +61,7 @@ class RecurBase : public TQWidget
static TQComboBox *createWeekCountCombo( TQWidget *parent=0, const char *name=0 ); static TQComboBox *createWeekCountCombo( TQWidget *parent=0, const char *name=0 );
static TQComboBox *createWeekdayCombo( TQWidget *parent=0, const char *name=0 ); static TQComboBox *createWeekdayCombo( TQWidget *parent=0, const char *name=0 );
static TQComboBox *createMonthNameCombo( TQWidget *parent=0, const char *name=0 ); static TQComboBox *createMonthNameCombo( TQWidget *parent=0, const char *name=0 );
TQBoxLayout *createFrequencySpinBar( TQWidget *parent, TQLayout *tqlayout, TQBoxLayout *createFrequencySpinBar( TQWidget *parent, TQLayout *layout,
TQString everyText, TQString unitText ); TQString everyText, TQString unitText );
private: private:

@ -60,7 +60,7 @@ Note: If KOrganizer is acting as a KDE Kolab client, this is not required, as th
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout8</cstring> <cstring>layout8</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -422,7 +422,7 @@ For example: "https://kolab2.example.com/freebusy/user.xfb"</string>
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout13</cstring> <cstring>layout13</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">

@ -502,6 +502,6 @@ void KOListView::clear()
TQSize KOListView::sizeHint() const TQSize KOListView::sizeHint() const
{ {
const TQSize s = KOEventView::sizeHint(); const TQSize s = KOEventView::sizeHint();
return TQSize( s.width() + tqstyle().pixelMetric( TQStyle::PM_ScrollBarExtent ) + 1, return TQSize( s.width() + style().pixelMetric( TQStyle::PM_ScrollBarExtent ) + 1,
s.height() ); s.height() );
} }

@ -835,7 +835,7 @@ KOMonthView::KOMonthView( Calendar *calendar, TQWidget *parent, const char *name
dayLayout->addMultiCellWidget( mLabel, 0, 0, 0, mDaysPerWeek ); dayLayout->addMultiCellWidget( mLabel, 0, 0, 0, mDaysPerWeek );
// create the day of the week labels (Sun, Mon, etc) and add them to // create the day of the week labels (Sun, Mon, etc) and add them to
// the tqlayout. // the layout.
mDayLabels.resize( mDaysPerWeek ); mDayLabels.resize( mDaysPerWeek );
int i; int i;
for( i = 0; i < mDaysPerWeek; i++ ) { for( i = 0; i < mDaysPerWeek; i++ ) {

@ -107,7 +107,7 @@ NavigatorBar::NavigatorBar( TQWidget *parent, const char *name )
mYear->setMinimumHeight( mPrevYear->sizeHint().height() ); mYear->setMinimumHeight( mPrevYear->sizeHint().height() );
TQToolTip::add( mYear, i18n( "Select a year" ) ); TQToolTip::add( mYear, i18n( "Select a year" ) );
// set up control frame tqlayout // set up control frame layout
TQHBoxLayout *ctrlLayout = new TQHBoxLayout( this ); TQHBoxLayout *ctrlLayout = new TQHBoxLayout( this );
ctrlLayout->addWidget( mPrevYear ); ctrlLayout->addWidget( mPrevYear );
ctrlLayout->addWidget( mPrevMonth ); ctrlLayout->addWidget( mPrevMonth );

@ -65,7 +65,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout2</cstring> <cstring>layout2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -40,7 +40,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout2</cstring> <cstring>layout2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -40,7 +40,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout2</cstring> <cstring>layout2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -128,7 +128,7 @@ CalPrintPluginBase::~CalPrintPluginBase()
TQWidget *CalPrintPluginBase::createConfigWidget( TQWidget *w ) TQWidget *CalPrintPluginBase::createConfigWidget( TQWidget *w )
{ {
TQFrame *wdg = new TQFrame( w ); TQFrame *wdg = new TQFrame( w );
TQVBoxLayout *tqlayout = new TQVBoxLayout( wdg ); TQVBoxLayout *layout = new TQVBoxLayout( wdg );
TQLabel *title = new TQLabel( description(), wdg ); TQLabel *title = new TQLabel( description(), wdg );
TQFont titleFont( title->font() ); TQFont titleFont( title->font() );
@ -136,13 +136,13 @@ TQWidget *CalPrintPluginBase::createConfigWidget( TQWidget *w )
titleFont.setBold( true ); titleFont.setBold( true );
title->setFont( titleFont ); title->setFont( titleFont );
tqlayout->addWidget( title ); layout->addWidget( title );
tqlayout->addWidget( new TQLabel( info(), wdg ) ); layout->addWidget( new TQLabel( info(), wdg ) );
tqlayout->addSpacing( 20 ); layout->addSpacing( 20 );
tqlayout->addWidget( new TQLabel( i18n("This printing style does not " layout->addWidget( new TQLabel( i18n("This printing style does not "
"have any configuration options."), "have any configuration options."),
wdg ) ); wdg ) );
tqlayout->addStretch(); layout->addStretch();
return wdg; return wdg;
} }

@ -86,7 +86,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout2</cstring> <cstring>layout2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -246,7 +246,7 @@
<string>Print as &amp;timetable view</string> <string>Print as &amp;timetable view</string>
</property> </property>
<property name="whatsThis" stdset="0"> <property name="whatsThis" stdset="0">
<string>This view is similar to the weekview in KOrganizer. The week is printed in landscape tqlayout. You can even use the same colors for the items if you check &lt;i&gt;Use Colors&lt;/i&gt;.</string> <string>This view is similar to the weekview in KOrganizer. The week is printed in landscape layout. You can even use the same colors for the items if you check &lt;i&gt;Use Colors&lt;/i&gt;.</string>
</property> </property>
</widget> </widget>
<widget class="TQRadioButton" row="2" column="0" rowspan="1" colspan="3"> <widget class="TQRadioButton" row="2" column="0" rowspan="1" colspan="3">
@ -257,7 +257,7 @@
<string>Print as split week view</string> <string>Print as split week view</string>
</property> </property>
<property name="whatsThis" stdset="0"> <property name="whatsThis" stdset="0">
<string>This view is similar to the week view in KOrganizer. The only difference with the timetable view is the page tqlayout. Timetables are printed in landscape, the split week view in portrait.</string> <string>This view is similar to the week view in KOrganizer. The only difference with the timetable view is the page layout. Timetables are printed in landscape, the split week view in portrait.</string>
</property> </property>
</widget> </widget>
</grid> </grid>

@ -52,11 +52,11 @@ SearchDialog::SearchDialog(Calendar *calendar,TQWidget *parent)
mCalendar = calendar; mCalendar = calendar;
TQFrame *topFrame = plainPage(); TQFrame *topFrame = plainPage();
TQVBoxLayout *tqlayout = new TQVBoxLayout(topFrame,0,spacingHint()); TQVBoxLayout *layout = new TQVBoxLayout(topFrame,0,spacingHint());
// Search expression // Search expression
TQHBoxLayout *subLayout = new TQHBoxLayout(); TQHBoxLayout *subLayout = new TQHBoxLayout();
tqlayout->addLayout(subLayout); layout->addLayout(subLayout);
searchEdit = new TQLineEdit( "*", topFrame ); // Find all events by default searchEdit = new TQLineEdit( "*", topFrame ); // Find all events by default
searchLabel = new TQLabel( searchEdit, i18n("&Search for:"), topFrame ); searchLabel = new TQLabel( searchEdit, i18n("&Search for:"), topFrame );
@ -68,7 +68,7 @@ SearchDialog::SearchDialog(Calendar *calendar,TQWidget *parent)
TQHButtonGroup *itemsGroup = new TQHButtonGroup( i18n("Search For"), topFrame ); TQHButtonGroup *itemsGroup = new TQHButtonGroup( i18n("Search For"), topFrame );
tqlayout->addWidget( itemsGroup ); layout->addWidget( itemsGroup );
mEventsCheck = new TQCheckBox( i18n("&Events"), itemsGroup ); mEventsCheck = new TQCheckBox( i18n("&Events"), itemsGroup );
mTodosCheck = new TQCheckBox( i18n("To-&dos"), itemsGroup ); mTodosCheck = new TQCheckBox( i18n("To-&dos"), itemsGroup );
mJournalsCheck = new TQCheckBox( i18n("&Journal entries"), itemsGroup ); mJournalsCheck = new TQCheckBox( i18n("&Journal entries"), itemsGroup );
@ -78,7 +78,7 @@ SearchDialog::SearchDialog(Calendar *calendar,TQWidget *parent)
// Date range // Date range
TQGroupBox *rangeGroup = new TQGroupBox( 1, Qt::Horizontal, i18n( "Date Range" ), TQGroupBox *rangeGroup = new TQGroupBox( 1, Qt::Horizontal, i18n( "Date Range" ),
topFrame ); topFrame );
tqlayout->addWidget( rangeGroup ); layout->addWidget( rangeGroup );
TQWidget *rangeWidget = new TQWidget( rangeGroup ); TQWidget *rangeWidget = new TQWidget( rangeGroup );
TQHBoxLayout *rangeLayout = new TQHBoxLayout( rangeWidget, 0, spacingHint() ); TQHBoxLayout *rangeLayout = new TQHBoxLayout( rangeWidget, 0, spacingHint() );
@ -100,7 +100,7 @@ SearchDialog::SearchDialog(Calendar *calendar,TQWidget *parent)
// Subjects to search // Subjects to search
TQHButtonGroup *subjectGroup = new TQHButtonGroup( i18n("Search In"), topFrame ); TQHButtonGroup *subjectGroup = new TQHButtonGroup( i18n("Search In"), topFrame );
tqlayout->addWidget(subjectGroup); layout->addWidget(subjectGroup);
mSummaryCheck = new TQCheckBox( i18n("Su&mmaries"), subjectGroup ); mSummaryCheck = new TQCheckBox( i18n("Su&mmaries"), subjectGroup );
mSummaryCheck->setChecked( true ); mSummaryCheck->setChecked( true );
@ -111,7 +111,7 @@ SearchDialog::SearchDialog(Calendar *calendar,TQWidget *parent)
// Results list view // Results list view
listView = new KOListView( mCalendar, topFrame ); listView = new KOListView( mCalendar, topFrame );
listView->showDates(); listView->showDates();
tqlayout->addWidget( listView ); layout->addWidget( listView );
if ( KOPrefs::instance()->mCompactDialogs ) { if ( KOPrefs::instance()->mCompactDialogs ) {
KOGlobals::fitDialogToScreen( this, true ); KOGlobals::fitDialogToScreen( this, true );

@ -14,7 +14,7 @@
* Converted C-style casts to C++-style, and checked retvals * Converted C-style casts to C++-style, and checked retvals
of dynamic_casts. Currently only assert() used, but that's of dynamic_casts. Currently only assert() used, but that's
better than crashing. better than crashing.
* Fixed tqlayout of polldlg. * Fixed layout of polldlg.
* Split 'General' cfg widget into two, 'View' and 'Commands' * Split 'General' cfg widget into two, 'View' and 'Commands'
* Added some keyboard accelerators. * Added some keyboard accelerators.
* Still need to connect config stuff up properly... * Still need to connect config stuff up properly...
@ -28,7 +28,7 @@
* temporarily take care of korn (with Taj's blessing) * temporarily take care of korn (with Taj's blessing)
* fix most of the layouts (/me being too stupid to fix Taj's nice * fix most of the layouts (/me being too stupid to fix Taj's nice
custom tqlayout classes, I switched completely to pure QLayouts) custom layout classes, I switched completely to pure QLayouts)
* fixed most of the i18n * fixed most of the i18n
* made FileDialogs start with the current path by default (instead no * made FileDialogs start with the current path by default (instead no
path, used before) path, used before)

@ -216,23 +216,23 @@ void BoxContainerItem::showPassivePopup( TQWidget* parent, TQPtrList< KornMailSu
{ {
KPassivePopup *popup = new KPassivePopup( parent, "Passive popup" ); KPassivePopup *popup = new KPassivePopup( parent, "Passive popup" );
TQVBox *mainvtqlayout = popup->standardView( i18n( "KOrn - %1/%2 (total: %3)" ).arg( TQString(objId()) ).arg( accountName ) TQVBox *mainvlayout = popup->standardView( i18n( "KOrn - %1/%2 (total: %3)" ).arg( TQString(objId()) ).arg( accountName )
.arg( total ), "", TQPixmap(), 0 ); .arg( total ), "", TQPixmap(), 0 );
TQGrid *maingtqlayout = new TQGrid( date ? 3 : 2 ,mainvtqlayout, "Grid-Layout" ); TQGrid *mainglayout = new TQGrid( date ? 3 : 2 ,mainvlayout, "Grid-Layout" );
TQLabel *title = new TQLabel( i18n("From"), maingtqlayout, "from_label" ); TQLabel *title = new TQLabel( i18n("From"), mainglayout, "from_label" );
TQFont font = title->font(); TQFont font = title->font();
font.setBold( true ); font.setBold( true );
title->setFont( font ); title->setFont( font );
title = new TQLabel( i18n("Subject"), maingtqlayout, "subject_label" ); title = new TQLabel( i18n("Subject"), mainglayout, "subject_label" );
font = title->font(); font = title->font();
font.setBold( true ); font.setBold( true );
title->setFont( font ); title->setFont( font );
if( date ) if( date )
{ {
title = new TQLabel( i18n("Date"), maingtqlayout, "date_label" ); title = new TQLabel( i18n("Date"), mainglayout, "date_label" );
font = title->font(); font = title->font();
font.setBold( true ); font.setBold( true );
title->setFont( font ); title->setFont( font );
@ -240,19 +240,19 @@ void BoxContainerItem::showPassivePopup( TQWidget* parent, TQPtrList< KornMailSu
for( KornMailSubject* subject = list->first(); subject; subject = list->next() ) for( KornMailSubject* subject = list->first(); subject; subject = list->next() )
{ {
new TQLabel( subject->getSender(), maingtqlayout, "from-value" ); new TQLabel( subject->getSender(), mainglayout, "from-value" );
new TQLabel( subject->getSubject(), maingtqlayout, "subject-value" ); new TQLabel( subject->getSubject(), mainglayout, "subject-value" );
if( date ) if( date )
{ {
TQDateTime tijd; TQDateTime tijd;
tijd.setTime_t( subject->getDate() ); tijd.setTime_t( subject->getDate() );
new TQLabel( tijd.toString(), maingtqlayout, "date-value" ); new TQLabel( tijd.toString(), mainglayout, "date-value" );
} }
} }
popup->setAutoDelete( true ); //Now, now care for deleting these pointers. popup->setAutoDelete( true ); //Now, now care for deleting these pointers.
popup->setView( mainvtqlayout ); popup->setView( mainvlayout );
popup->show(); //Display it popup->show(); //Display it
} }

@ -73,7 +73,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout35</cstring> <cstring>layout35</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -137,7 +137,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout33</cstring> <cstring>layout33</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">

@ -44,7 +44,7 @@ KornAccountCfgImpl::KornAccountCfgImpl( TQWidget * parent, const char * name )
_urlfields( 0 ), _urlfields( 0 ),
_boxnr( 0 ), _boxnr( 0 ),
_accountnr( 0 ), _accountnr( 0 ),
_vtqlayout( 0 ), _vlayout( 0 ),
_protocolLayout( 0 ), _protocolLayout( 0 ),
_groupBoxes( 0 ), _groupBoxes( 0 ),
_accountinput( new TQPtrList< AccountInput >() ) _accountinput( new TQPtrList< AccountInput >() )
@ -173,12 +173,12 @@ void KornAccountCfgImpl::slotProtocolChanged( const TQString& proto )
_accountinput->clear(); _accountinput->clear();
delete _groupBoxes; delete _groupBoxes;
delete _protocolLayout; delete _protocolLayout;
delete _vtqlayout; delete _vlayout;
_vtqlayout = new TQVBoxLayout( this->server_tab, groupBoxes->count() + 1 ); _vlayout = new TQVBoxLayout( this->server_tab, groupBoxes->count() + 1 );
_vtqlayout->setSpacing( 10 ); _vlayout->setSpacing( 10 );
_vtqlayout->setMargin( 10 ); _vlayout->setMargin( 10 );
_protocolLayout = new TQHBoxLayout( _vtqlayout ); _protocolLayout = new TQHBoxLayout( _vlayout );
_protocolLayout->addWidget( this->lbProtocol ); _protocolLayout->addWidget( this->lbProtocol );
_protocolLayout->addWidget( this->cbProtocol ); _protocolLayout->addWidget( this->cbProtocol );
@ -189,7 +189,7 @@ void KornAccountCfgImpl::slotProtocolChanged( const TQString& proto )
for( it = groupBoxes->begin(); it != groupBoxes->end(); ++it ) for( it = groupBoxes->begin(); it != groupBoxes->end(); ++it )
{ {
_groupBoxes->insert( counter, new TQGroupBox( (*it), this->server_tab, "groupbox" ) ); _groupBoxes->insert( counter, new TQGroupBox( (*it), this->server_tab, "groupbox" ) );
_vtqlayout->addWidget( _groupBoxes->at( counter ) ); _vlayout->addWidget( _groupBoxes->at( counter ) );
++counter; ++counter;
} }
delete groupBoxes; delete groupBoxes;

@ -60,7 +60,7 @@ private:
int _urlfields; int _urlfields;
int _boxnr, _accountnr; int _boxnr, _accountnr;
TQVBoxLayout *_vtqlayout; TQVBoxLayout *_vlayout;
TQHBoxLayout *_protocolLayout; TQHBoxLayout *_protocolLayout;
TQPtrVector< TQWidget > *_groupBoxes; TQPtrVector< TQWidget > *_groupBoxes;

@ -33,7 +33,7 @@
</property> </property>
<widget class="TQLayoutWidget" row="1" column="2"> <widget class="TQLayoutWidget" row="1" column="2">
<property name="name"> <property name="name">
<cstring>tqlayout32</cstring> <cstring>layout32</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -69,7 +69,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="1"> <widget class="TQLayoutWidget" row="2" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout34</cstring> <cstring>layout34</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -124,7 +124,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="2"> <widget class="TQLayoutWidget" row="2" column="2">
<property name="name"> <property name="name">
<cstring>tqlayout33</cstring> <cstring>layout33</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -167,7 +167,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="2"> <widget class="TQLayoutWidget" row="3" column="2">
<property name="name"> <property name="name">
<cstring>tqlayout36</cstring> <cstring>layout36</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -215,7 +215,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="1"> <widget class="TQLayoutWidget" row="1" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout31</cstring> <cstring>layout31</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -251,7 +251,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="1"> <widget class="TQLayoutWidget" row="3" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout35</cstring> <cstring>layout35</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -297,7 +297,7 @@
</spacer> </spacer>
<widget class="TQLayoutWidget" row="5" column="1"> <widget class="TQLayoutWidget" row="5" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout29</cstring> <cstring>layout29</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -326,7 +326,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="2"> <widget class="TQLayoutWidget" row="5" column="2">
<property name="name"> <property name="name">
<cstring>tqlayout28</cstring> <cstring>layout28</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -371,7 +371,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="2"> <widget class="TQLayoutWidget" row="4" column="2">
<property name="name"> <property name="name">
<cstring>tqlayout28_2</cstring> <cstring>layout28_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -400,7 +400,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="1"> <widget class="TQLayoutWidget" row="4" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout29_2</cstring> <cstring>layout29_2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -442,7 +442,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout31</cstring> <cstring>layout31</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">
@ -461,7 +461,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="2"> <widget class="TQLayoutWidget" row="5" column="2">
<property name="name"> <property name="name">
<cstring>tqlayout52_7</cstring> <cstring>layout52_7</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -524,7 +524,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="2"> <widget class="TQLayoutWidget" row="2" column="2">
<property name="name"> <property name="name">
<cstring>tqlayout52</cstring> <cstring>layout52</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -576,7 +576,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="1"> <widget class="TQLayoutWidget" row="3" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout52_4</cstring> <cstring>layout52_4</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -628,7 +628,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="3"> <widget class="TQLayoutWidget" row="5" column="3">
<property name="name"> <property name="name">
<cstring>tqlayout52_9</cstring> <cstring>layout52_9</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -680,7 +680,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="1"> <widget class="TQLayoutWidget" row="2" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout52</cstring> <cstring>layout52</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -751,7 +751,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="3"> <widget class="TQLayoutWidget" row="4" column="3">
<property name="name"> <property name="name">
<cstring>tqlayout52_9</cstring> <cstring>layout52_9</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -803,7 +803,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="5" column="1"> <widget class="TQLayoutWidget" row="5" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout52_5</cstring> <cstring>layout52_5</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -866,7 +866,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="6" column="1"> <widget class="TQLayoutWidget" row="6" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout52_5</cstring> <cstring>layout52_5</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -926,7 +926,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="3"> <widget class="TQLayoutWidget" row="3" column="3">
<property name="name"> <property name="name">
<cstring>tqlayout52_8</cstring> <cstring>layout52_8</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -986,7 +986,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="6" column="2"> <widget class="TQLayoutWidget" row="6" column="2">
<property name="name"> <property name="name">
<cstring>tqlayout52_7</cstring> <cstring>layout52_7</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1046,7 +1046,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="1"> <widget class="TQLayoutWidget" row="4" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout52_5</cstring> <cstring>layout52_5</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1098,7 +1098,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="3"> <widget class="TQLayoutWidget" row="2" column="3">
<property name="name"> <property name="name">
<cstring>tqlayout52_3</cstring> <cstring>layout52_3</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1150,7 +1150,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="3" column="2"> <widget class="TQLayoutWidget" row="3" column="2">
<property name="name"> <property name="name">
<cstring>tqlayout52_6</cstring> <cstring>layout52_6</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1202,7 +1202,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="4" column="2"> <widget class="TQLayoutWidget" row="4" column="2">
<property name="name"> <property name="name">
<cstring>tqlayout52_7</cstring> <cstring>layout52_7</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1262,7 +1262,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="6" column="3"> <widget class="TQLayoutWidget" row="6" column="3">
<property name="name"> <property name="name">
<cstring>tqlayout52_9</cstring> <cstring>layout52_9</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1316,7 +1316,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout31_3</cstring> <cstring>layout31_3</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">
@ -1356,7 +1356,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout33</cstring> <cstring>layout33</cstring>
</property> </property>
<grid> <grid>
<property name="name"> <property name="name">

@ -198,10 +198,10 @@ void KornCfgImpl::readConfig()
{ {
_config->setGroup( "korn" ); _config->setGroup( "korn" );
TQChar tqlayout = _config->readEntry( "tqlayout" ).stripWhiteSpace()[0].upper(); TQChar layout = _config->readEntry( "layout" ).stripWhiteSpace()[0].upper();
if( tqlayout == TQChar( 'H' ) ) if( layout == TQChar( 'H' ) )
rbHorizontal->setChecked( true ); rbHorizontal->setChecked( true );
else if( tqlayout == TQChar( 'V' ) ) else if( layout == TQChar( 'V' ) )
rbVertical->setChecked( true ); rbVertical->setChecked( true );
else else
rbDocked->setChecked( true ); rbDocked->setChecked( true );
@ -214,11 +214,11 @@ void KornCfgImpl::writeConfig()
_config->setGroup( "korn" ); _config->setGroup( "korn" );
if( rbHorizontal->isChecked() ) if( rbHorizontal->isChecked() )
_config->writeEntry( "tqlayout", "Horizontal" ); _config->writeEntry( "layout", "Horizontal" );
if( rbVertical->isChecked() ) if( rbVertical->isChecked() )
_config->writeEntry( "tqlayout", "Vertical" ); _config->writeEntry( "layout", "Vertical" );
if( rbDocked->isChecked() ) if( rbDocked->isChecked() )
_config->writeEntry( "tqlayout", "Docked" ); _config->writeEntry( "layout", "Docked" );
//Default is 'false' here, because if no option is set, KWallet isn't used. //Default is 'false' here, because if no option is set, KWallet isn't used.
if( _config->readBoolEntry( "usewallet", false ) != chUseWallet->isChecked() ) if( _config->readBoolEntry( "usewallet", false ) != chUseWallet->isChecked() )

@ -95,12 +95,12 @@ void KornShell::readConfig()
static bool shownConfig = false; static bool shownConfig = false;
_config->setGroup( "korn" ); _config->setGroup( "korn" );
TQChar tqlayout = _config->readEntry( "tqlayout", "Docked" )[0].upper(); TQChar layout = _config->readEntry( "layout", "Docked" )[0].upper();
KOrnPassword::setUseWallet( _config->readBoolEntry( "usewallet", false ) ); KOrnPassword::setUseWallet( _config->readBoolEntry( "usewallet", false ) );
if( tqlayout == 'H' ) if( layout == 'H' )
_box = new HVContainer( Qt::Horizontal, TQT_TQOBJECT(this), "horizontal container" ); _box = new HVContainer( Qt::Horizontal, TQT_TQOBJECT(this), "horizontal container" );
else if( tqlayout == 'V' ) else if( layout == 'V' )
_box = new HVContainer( Qt::Vertical, TQT_TQOBJECT(this), "vertical container" ); _box = new HVContainer( Qt::Vertical, TQT_TQOBJECT(this), "vertical container" );
else else
_box = new DockedContainer( TQT_TQOBJECT(this), "docked container" ); _box = new DockedContainer( TQT_TQOBJECT(this), "docked container" );

@ -40,10 +40,10 @@ KMailDrop::KMailDrop()
connect(this, TQT_SIGNAL(changed( int, KMailDrop* )), TQT_SLOT(setCount( int, KMailDrop* ))); connect(this, TQT_SIGNAL(changed( int, KMailDrop* )), TQT_SLOT(setCount( int, KMailDrop* )));
//Set default colours; this prevents black (TQColor::invalid) boxes after creating a new box. //Set default colours; this prevents black (TQColor::invalid) boxes after creating a new box.
_bgColour = TQApplication::tqpalette().active().background(); _bgColour = TQApplication::palette().active().background();
_fgColour = TQApplication::tqpalette().active().text(); _fgColour = TQApplication::palette().active().text();
_nbgColour = TQApplication::tqpalette().active().background(); _nbgColour = TQApplication::palette().active().background();
_nfgColour = TQApplication::tqpalette().active().text(); _nfgColour = TQApplication::palette().active().text();
} }
KMailDrop::~KMailDrop() KMailDrop::~KMailDrop()
@ -87,10 +87,10 @@ bool KMailDrop::readConfigGroup(const KConfigBase & c)
_caption = c.readEntry(fu(CaptionConfigKey)); _caption = c.readEntry(fu(CaptionConfigKey));
_clickCmd = c.readPathEntry(fu(ClickConfigKey)); _clickCmd = c.readPathEntry(fu(ClickConfigKey));
_style = Style(c.readUnsignedNumEntry(fu(DisplayStyleConfigKey), Plain)); _style = Style(c.readUnsignedNumEntry(fu(DisplayStyleConfigKey), Plain));
_bgColour = c.readColorEntry(fu(BgColourConfigKey), &TQApplication::tqpalette().active().background()); _bgColour = c.readColorEntry(fu(BgColourConfigKey), &TQApplication::palette().active().background());
_fgColour = c.readColorEntry(fu(FgColourConfigKey), &TQApplication::tqpalette().active().text()); _fgColour = c.readColorEntry(fu(FgColourConfigKey), &TQApplication::palette().active().text());
_nbgColour = c.readColorEntry(fu(NBgColourConfigKey), &TQApplication::tqpalette().active().background()); _nbgColour = c.readColorEntry(fu(NBgColourConfigKey), &TQApplication::palette().active().background());
_nfgColour = c.readColorEntry(fu(NFgColourConfigKey), &TQApplication::tqpalette().active().text()); _nfgColour = c.readColorEntry(fu(NFgColourConfigKey), &TQApplication::palette().active().text());
_icon = c.readEntry(fu(IconConfigKey)); _icon = c.readEntry(fu(IconConfigKey));
_nIcon = c.readEntry(fu(NewMailIconConfigKey)); _nIcon = c.readEntry(fu(NewMailIconConfigKey));
_realName = c.readEntry(fu(RealNameConfigKey)); _realName = c.readEntry(fu(RealNameConfigKey));

@ -241,7 +241,7 @@ TQString KOrnPassword::KMailDecrypt( const TQString& enc )
{ {
TQString result; TQString result;
for (uint i = 0; i < enc.length(); i++) for (uint i = 0; i < enc.length(); i++)
result += (enc[i].tqunicode() <= 0x21) ? enc[i] : TQChar(0x1001F - enc[i].tqunicode()); result += (enc[i].unicode() <= 0x21) ? enc[i] : TQChar(0x1001F - enc[i].unicode());
return result; return result;
} }

@ -39,7 +39,7 @@
</widget> </widget>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout1</cstring> <cstring>layout1</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -19,7 +19,7 @@
</property> </property>
<widget class="TQLayoutWidget"> <widget class="TQLayoutWidget">
<property name="name"> <property name="name">
<cstring>tqlayout12</cstring> <cstring>layout12</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -114,7 +114,7 @@ CalDavReloadConfig::CalDavReloadConfig( TQWidget *parent )
d->mIntervalSpin->setEnabled( false ); d->mIntervalSpin->setEnabled( false );
groupBox->setColumnLayout(1, Qt::Vertical); groupBox->setColumnLayout(1, Qt::Vertical);
TQVBoxLayout *vbox = new TQVBoxLayout(groupBox->tqlayout()); TQVBoxLayout *vbox = new TQVBoxLayout(groupBox->layout());
vbox->addWidget(intervalRadio); vbox->addWidget(intervalRadio);
vbox->addWidget(intervalBox); vbox->addWidget(intervalBox);
vbox->addWidget(automaticReloadOnStartup); vbox->addWidget(automaticReloadOnStartup);
@ -207,7 +207,7 @@ CalDavSaveConfig::CalDavSaveConfig( TQWidget *parent )
intervalBox->hide(); intervalBox->hide();
groupBox->setColumnLayout(1, Qt::Vertical); groupBox->setColumnLayout(1, Qt::Vertical);
TQVBoxLayout *vbox = new TQVBoxLayout(groupBox->tqlayout()); TQVBoxLayout *vbox = new TQVBoxLayout(groupBox->layout());
vbox->addWidget(delay); vbox->addWidget(delay);
vbox->addWidget(every); vbox->addWidget(every);
vbox->addWidget(intervalRadio); vbox->addWidget(intervalRadio);

@ -113,7 +113,7 @@ CardDavReloadConfig::CardDavReloadConfig( TQWidget *parent )
d->mIntervalSpin->setEnabled( false ); d->mIntervalSpin->setEnabled( false );
groupBox->setColumnLayout(1, Qt::Vertical); groupBox->setColumnLayout(1, Qt::Vertical);
TQVBoxLayout *vbox = new TQVBoxLayout(groupBox->tqlayout()); TQVBoxLayout *vbox = new TQVBoxLayout(groupBox->layout());
vbox->addWidget(intervalRadio); vbox->addWidget(intervalRadio);
vbox->addWidget(intervalBox); vbox->addWidget(intervalBox);
vbox->addWidget(automaticReloadOnStartup); vbox->addWidget(automaticReloadOnStartup);
@ -206,7 +206,7 @@ CardDavSaveConfig::CardDavSaveConfig( TQWidget *parent )
intervalBox->hide(); intervalBox->hide();
groupBox->setColumnLayout(1, Qt::Vertical); groupBox->setColumnLayout(1, Qt::Vertical);
TQVBoxLayout *vbox = new TQVBoxLayout(groupBox->tqlayout()); TQVBoxLayout *vbox = new TQVBoxLayout(groupBox->layout());
vbox->addWidget(delay); vbox->addWidget(delay);
vbox->addWidget(every); vbox->addWidget(every);
vbox->addWidget(intervalRadio); vbox->addWidget(intervalRadio);

@ -38,10 +38,10 @@ DebugDialog::DebugDialog()
User1 | User2 | Ok, Ok, true ) User1 | User2 | Ok, Ok, true )
{ {
TQWidget *page = plainPage(); TQWidget *page = plainPage();
TQVBoxLayout *tqlayout = new TQVBoxLayout( page, marginHint(), spacingHint() ); TQVBoxLayout *layout = new TQVBoxLayout( page, marginHint(), spacingHint() );
mView = new KTextBrowser( page ); mView = new KTextBrowser( page );
tqlayout->addWidget( mView ); layout->addWidget( mView );
setButtonText( User1, "Save As..." ); setButtonText( User1, "Save As..." );
setButtonText( User2, "Clear" ); setButtonText( User2, "Clear" );

@ -124,7 +124,7 @@ void ResourceGroupwiseConfig::slotViewUserSettings()
if ( s ) if ( s )
{ {
KDialogBase * dialog = new KDialogBase( ::tqqt_cast<TQWidget*>(parent() ), "gwsettingswidget", true, i18n( "GroupWise Settings" ) ); KDialogBase * dialog = new KDialogBase( ::tqqt_cast<TQWidget*>(parent() ), "gwsettingswidget", true, i18n( "GroupWise Settings" ) );
// TQVBoxLayout * tqlayout = new TQVBoxLayout( dialog ); // TQVBoxLayout * layout = new TQVBoxLayout( dialog );
GroupWiseSettingsWidget * settingsWidget = new GroupWiseSettingsWidget( dialog ); GroupWiseSettingsWidget * settingsWidget = new GroupWiseSettingsWidget( dialog );
dialog->setMainWidget( settingsWidget ); dialog->setMainWidget( settingsWidget );
// populate dialog // populate dialog

@ -42,16 +42,16 @@ FolderSelectDialog::FolderSelectDialog( const TQString& caption, const TQString&
: KDialogBase(0, 0, true, caption, Ok|Cancel, Ok, true) : KDialogBase(0, 0, true, caption, Ok|Cancel, Ok, true)
{ {
TQFrame* frame = makeMainWidget(); TQFrame* frame = makeMainWidget();
TQVBoxLayout* tqlayout = new TQVBoxLayout( frame, 0, spacingHint() ); TQVBoxLayout* layout = new TQVBoxLayout( frame, 0, spacingHint() );
TQLabel* labelWidget = new TQLabel( label, frame ); TQLabel* labelWidget = new TQLabel( label, frame );
tqlayout->addWidget( labelWidget ); layout->addWidget( labelWidget );
mListBox = new KListBox( frame ); mListBox = new KListBox( frame );
mListBox->insertStringList( list ); mListBox->insertStringList( list );
mListBox->setSelected( 0, true ); mListBox->setSelected( 0, true );
mListBox->ensureCurrentVisible(); mListBox->ensureCurrentVisible();
tqlayout->addWidget( mListBox, 10 ); layout->addWidget( mListBox, 10 );
connect( mListBox, TQT_SIGNAL( doubleClicked( TQListBoxItem * ) ), connect( mListBox, TQT_SIGNAL( doubleClicked( TQListBoxItem * ) ),
TQT_SLOT( slotOk() ) ); TQT_SLOT( slotOk() ) );
@ -60,7 +60,7 @@ FolderSelectDialog::FolderSelectDialog( const TQString& caption, const TQString&
mListBox->setFocus(); mListBox->setFocus();
tqlayout->addStretch(); layout->addStretch();
setMinimumWidth( 320 ); setMinimumWidth( 320 );
} }

@ -35,18 +35,18 @@ DelegateDialog::DelegateDialog( TQWidget *parent )
: KDialogBase( parent, "", true, "", Ok | Cancel, Ok, true ) : KDialogBase( parent, "", true, "", Ok | Cancel, Ok, true )
{ {
TQWidget *page = new TQWidget( this ); TQWidget *page = new TQWidget( this );
TQGridLayout *tqlayout = new TQGridLayout( page, 5, 3, 11, 6 ); TQGridLayout *layout = new TQGridLayout( page, 5, 3, 11, 6 );
TQLabel *label = new TQLabel( i18n( "User:" ), page ); TQLabel *label = new TQLabel( i18n( "User:" ), page );
tqlayout->addWidget( label, 0, 0 ); layout->addWidget( label, 0, 0 );
mEmail = new TQLineEdit( page ); mEmail = new TQLineEdit( page );
tqlayout->addWidget( mEmail, 0, 1 ); layout->addWidget( mEmail, 0, 1 );
TQToolButton *emailSelector = new TQToolButton( page ); TQToolButton *emailSelector = new TQToolButton( page );
emailSelector->setUsesTextLabel( true ); emailSelector->setUsesTextLabel( true );
emailSelector->setTextLabel( i18n( "..." ) ); emailSelector->setTextLabel( i18n( "..." ) );
tqlayout->addWidget( emailSelector, 0, 2 ); layout->addWidget( emailSelector, 0, 2 );
TQValueList<Scalix::DelegateTypes> types; TQValueList<Scalix::DelegateTypes> types;
types << Scalix::SendOnBehalfOf; types << Scalix::SendOnBehalfOf;
@ -57,7 +57,7 @@ DelegateDialog::DelegateDialog( TQWidget *parent )
int row = 1; int row = 1;
for ( uint i = 0; i < types.count(); ++i ) { for ( uint i = 0; i < types.count(); ++i ) {
TQCheckBox *box = new TQCheckBox( Scalix::Delegate::rightsAsString( types[ i ] ), page ); TQCheckBox *box = new TQCheckBox( Scalix::Delegate::rightsAsString( types[ i ] ), page );
tqlayout->addMultiCellWidget( box, row, row, 1, 2 ); layout->addMultiCellWidget( box, row, row, 1, 2 );
mRights.insert( types[ i ], box ); mRights.insert( types[ i ], box );
row++; row++;

@ -37,21 +37,21 @@
DelegatePage::DelegatePage( TQWidget *parent ) DelegatePage::DelegatePage( TQWidget *parent )
: TQWidget( parent ) : TQWidget( parent )
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 2, 3, 11, 6 ); TQGridLayout *layout = new TQGridLayout( this, 2, 3, 11, 6 );
mView = new DelegateView( &mManager, this ); mView = new DelegateView( &mManager, this );
tqlayout->addMultiCellWidget( mView, 0, 0, 0, 2 ); layout->addMultiCellWidget( mView, 0, 0, 0, 2 );
mAddButton = new TQPushButton( i18n( "Add Delegate..." ), this ); mAddButton = new TQPushButton( i18n( "Add Delegate..." ), this );
tqlayout->addWidget( mAddButton, 1, 0 ); layout->addWidget( mAddButton, 1, 0 );
mEditButton = new TQPushButton( i18n( "Edit Delegate..." ), this ); mEditButton = new TQPushButton( i18n( "Edit Delegate..." ), this );
mEditButton->setEnabled( false ); mEditButton->setEnabled( false );
tqlayout->addWidget( mEditButton, 1, 1 ); layout->addWidget( mEditButton, 1, 1 );
mRemoveButton = new TQPushButton( i18n( "Remove Delegate" ), this ); mRemoveButton = new TQPushButton( i18n( "Remove Delegate" ), this );
mRemoveButton->setEnabled( false ); mRemoveButton->setEnabled( false );
tqlayout->addWidget( mRemoveButton, 1, 2 ); layout->addWidget( mRemoveButton, 1, 2 );
connect( mView, TQT_SIGNAL( selectionChanged() ), TQT_SLOT( selectionChanged() ) ); connect( mView, TQT_SIGNAL( selectionChanged() ), TQT_SLOT( selectionChanged() ) );
connect( mAddButton, TQT_SIGNAL( clicked() ), TQT_SLOT( addDelegate() ) ); connect( mAddButton, TQT_SIGNAL( clicked() ), TQT_SLOT( addDelegate() ) );

@ -40,17 +40,17 @@
OtherUserPage::OtherUserPage( TQWidget *parent ) OtherUserPage::OtherUserPage( TQWidget *parent )
: TQWidget( parent ) : TQWidget( parent )
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 2, 2, 11, 6 ); TQGridLayout *layout = new TQGridLayout( this, 2, 2, 11, 6 );
mView = new OtherUserView( &mManager, this ); mView = new OtherUserView( &mManager, this );
tqlayout->addMultiCellWidget( mView, 0, 0, 0, 1 ); layout->addMultiCellWidget( mView, 0, 0, 0, 1 );
mAddButton = new TQPushButton( i18n( "Add Account..." ), this ); mAddButton = new TQPushButton( i18n( "Add Account..." ), this );
tqlayout->addWidget( mAddButton, 1, 0 ); layout->addWidget( mAddButton, 1, 0 );
mDeleteButton = new TQPushButton( i18n( "Remove Account" ), this ); mDeleteButton = new TQPushButton( i18n( "Remove Account" ), this );
mDeleteButton->setEnabled( false ); mDeleteButton->setEnabled( false );
tqlayout->addWidget( mDeleteButton, 1, 1 ); layout->addWidget( mDeleteButton, 1, 1 );
connect( mView, TQT_SIGNAL( selectionChanged() ), TQT_SLOT( selectionChanged() ) ); connect( mView, TQT_SIGNAL( selectionChanged() ), TQT_SLOT( selectionChanged() ) );
connect( mAddButton, TQT_SIGNAL( clicked() ), TQT_SLOT( addUser() ) ); connect( mAddButton, TQT_SIGNAL( clicked() ), TQT_SLOT( addUser() ) );

@ -36,7 +36,7 @@
OutOfOfficePage::OutOfOfficePage( TQWidget *parent ) OutOfOfficePage::OutOfOfficePage( TQWidget *parent )
: TQWidget( parent ) : TQWidget( parent )
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 4, 2, 11, 6 ); TQGridLayout *layout = new TQGridLayout( this, 4, 2, 11, 6 );
TQButtonGroup *group = new TQButtonGroup( 1, Qt::Vertical, this ); TQButtonGroup *group = new TQButtonGroup( 1, Qt::Vertical, this );
@ -48,10 +48,10 @@ OutOfOfficePage::OutOfOfficePage( TQWidget *parent )
mMessage = new TQTextEdit( this ); mMessage = new TQTextEdit( this );
mSaveButton = new TQPushButton( i18n( "Save" ), this ); mSaveButton = new TQPushButton( i18n( "Save" ), this );
tqlayout->addMultiCellWidget( group, 0, 0, 0, 1 ); layout->addMultiCellWidget( group, 0, 0, 0, 1 );
tqlayout->addMultiCellWidget( mLabel, 1, 1, 0, 1 ); layout->addMultiCellWidget( mLabel, 1, 1, 0, 1 );
tqlayout->addMultiCellWidget( mMessage, 2, 2, 0, 1 ); layout->addMultiCellWidget( mMessage, 2, 2, 0, 1 );
tqlayout->addWidget( mSaveButton, 3, 1 ); layout->addWidget( mSaveButton, 3, 1 );
statusChanged(); statusChanged();

@ -38,29 +38,29 @@
PasswordPage::PasswordPage( TQWidget *parent ) PasswordPage::PasswordPage( TQWidget *parent )
: TQWidget( parent ), mJob( 0 ) : TQWidget( parent ), mJob( 0 )
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 2, 3, 11, 6 ); TQGridLayout *layout = new TQGridLayout( this, 2, 3, 11, 6 );
TQLabel *label = new TQLabel( i18n( "New password:" ), this ); TQLabel *label = new TQLabel( i18n( "New password:" ), this );
tqlayout->addWidget( label, 0, 0 ); layout->addWidget( label, 0, 0 );
mPassword = new TQLineEdit( this ); mPassword = new TQLineEdit( this );
mPassword->setEchoMode( TQLineEdit::Password ); mPassword->setEchoMode( TQLineEdit::Password );
label->setBuddy( mPassword ); label->setBuddy( mPassword );
tqlayout->addWidget( mPassword, 0, 1 ); layout->addWidget( mPassword, 0, 1 );
label = new TQLabel( i18n( "Retype new password:" ), this ); label = new TQLabel( i18n( "Retype new password:" ), this );
tqlayout->addWidget( label, 1, 0 ); layout->addWidget( label, 1, 0 );
mPasswordRetype = new TQLineEdit( this ); mPasswordRetype = new TQLineEdit( this );
mPasswordRetype->setEchoMode( TQLineEdit::Password ); mPasswordRetype->setEchoMode( TQLineEdit::Password );
label->setBuddy( mPasswordRetype ); label->setBuddy( mPasswordRetype );
tqlayout->addWidget( mPasswordRetype, 1, 1 ); layout->addWidget( mPasswordRetype, 1, 1 );
mButton = new TQPushButton( i18n( "Change" ), this ); mButton = new TQPushButton( i18n( "Change" ), this );
mButton->setEnabled( false ); mButton->setEnabled( false );
tqlayout->addWidget( mButton, 2, 1 ); layout->addWidget( mButton, 2, 1 );
tqlayout->setRowSpacing( 3, 1 ); layout->setRowSpacing( 3, 1 );
connect( mPassword, TQT_SIGNAL( textChanged( const TQString& ) ), this, TQT_SLOT( textChanged() ) ); connect( mPassword, TQT_SIGNAL( textChanged( const TQString& ) ), this, TQT_SLOT( textChanged() ) );
connect( mPasswordRetype, TQT_SIGNAL( textChanged( const TQString& ) ), this, TQT_SLOT( textChanged() ) ); connect( mPasswordRetype, TQT_SIGNAL( textChanged( const TQString& ) ), this, TQT_SLOT( textChanged() ) );

@ -211,7 +211,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="8" column="0" rowspan="1" colspan="3"> <widget class="TQLayoutWidget" row="8" column="0" rowspan="1" colspan="3">
<property name="name"> <property name="name">
<cstring>tqlayout2</cstring> <cstring>layout2</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -53,7 +53,7 @@ struct WmfEnhMetaHeader
WORD nHandles; // Number of handles in the handle table WORD nHandles; // Number of handles in the handle table
// Handle index zero is reserved. // Handle index zero is reserved.
WORD sReserved; // Reserved. Must be zero. WORD sReserved; // Reserved. Must be zero.
DWORD nDescription; // Number of chars in the tqunicode description string DWORD nDescription; // Number of chars in the unicode description string
// This is 0 if there is no description string // This is 0 if there is no description string
DWORD offDescription; // Offset to the metafile description record. DWORD offDescription; // Offset to the metafile description record.
// This is 0 if there is no description string // This is 0 if there is no description string

@ -54,16 +54,16 @@ CalSelectDialog::CalSelectDialog( const TQString &caption, const TQString &label
: KDialogBase( 0, 0, true, caption, Ok|Cancel, Ok, true ) : KDialogBase( 0, 0, true, caption, Ok|Cancel, Ok, true )
{ {
TQFrame *frame = makeMainWidget(); TQFrame *frame = makeMainWidget();
TQVBoxLayout *tqlayout = new TQVBoxLayout( frame, 0, spacingHint() ); TQVBoxLayout *layout = new TQVBoxLayout( frame, 0, spacingHint() );
TQLabel *labelWidget = new TQLabel( label, frame ); TQLabel *labelWidget = new TQLabel( label, frame );
tqlayout->addWidget( labelWidget ); layout->addWidget( labelWidget );
mListBox = new KListBox( frame ); mListBox = new KListBox( frame );
mListBox->insertStringList( list ); mListBox->insertStringList( list );
mListBox->setSelected( 0, true ); mListBox->setSelected( 0, true );
mListBox->ensureCurrentVisible(); mListBox->ensureCurrentVisible();
tqlayout->addWidget( mListBox, 10 ); layout->addWidget( mListBox, 10 );
connect( mListBox, TQT_SIGNAL(doubleClicked(TQListBoxItem *)), connect( mListBox, TQT_SIGNAL(doubleClicked(TQListBoxItem *)),
TQT_SLOT(slotOk()) ); TQT_SLOT(slotOk()) );
@ -72,7 +72,7 @@ CalSelectDialog::CalSelectDialog( const TQString &caption, const TQString &label
mListBox->setFocus(); mListBox->setFocus();
tqlayout->addStretch(); layout->addStretch();
setMinimumWidth( 320 ); setMinimumWidth( 320 );
} }

@ -178,7 +178,7 @@ bool DndFactory::cutIncidences( const Incidence::List &incidences )
bool DndFactory::copyIncidences( const Incidence::List &incidences ) bool DndFactory::copyIncidences( const Incidence::List &incidences )
{ {
TQClipboard *cb = TQApplication::tqclipboard(); TQClipboard *cb = TQApplication::clipboard();
CalendarLocal cal( mCalendar->timeZoneId() ); CalendarLocal cal( mCalendar->timeZoneId() );
Incidence::List::ConstIterator it; Incidence::List::ConstIterator it;
@ -206,7 +206,7 @@ bool DndFactory::copyIncidence( Incidence *selectedInc )
Incidence::List DndFactory::pasteIncidences( const TQDate &newDate, const TQTime *newTime ) Incidence::List DndFactory::pasteIncidences( const TQDate &newDate, const TQTime *newTime )
{ {
CalendarLocal cal( mCalendar->timeZoneId() ); CalendarLocal cal( mCalendar->timeZoneId() );
TQClipboard *cb = TQApplication::tqclipboard(); TQClipboard *cb = TQApplication::clipboard();
Incidence::List list; Incidence::List list;
if ( !ICalDrag::decode( cb->data(), &cal ) && if ( !ICalDrag::decode( cb->data(), &cal ) &&
@ -249,7 +249,7 @@ Incidence::List DndFactory::pasteIncidences( const TQDate &newDate, const TQTime
Incidence *DndFactory::pasteIncidence( const TQDate &newDate, const TQTime *newTime ) Incidence *DndFactory::pasteIncidence( const TQDate &newDate, const TQTime *newTime )
{ {
CalendarLocal cal( mCalendar->timeZoneId() ); CalendarLocal cal( mCalendar->timeZoneId() );
TQClipboard *cb = TQApplication::tqclipboard(); TQClipboard *cb = TQApplication::clipboard();
if ( !ICalDrag::decode( cb->data(), &cal ) && if ( !ICalDrag::decode( cb->data(), &cal ) &&
!VCalDrag::decode( cb->data(), &cal ) ) { !VCalDrag::decode( cb->data(), &cal ) ) {

@ -391,7 +391,7 @@ c. values of a property is determined by the property definition
itself. The vobject APIs does not attempt to enforce itself. The vobject APIs does not attempt to enforce
any of such definition. It is the consumer responsibility any of such definition. It is the consumer responsibility
to know what value is expected from a property. e.g to know what value is expected from a property. e.g
most properties have tqunicode string value, so to access most properties have unicode string value, so to access
the value of these type of properties, you will use the value of these type of properties, you will use
the vObjectUStringZValue() to read the value and the vObjectUStringZValue() to read the value and
setVObjectUStringZValue() to set or modify the value. setVObjectUStringZValue() to set or modify the value.
@ -498,7 +498,7 @@ d. properties name (id) are case incensitive.
const wchar_t* vObjectUStringZValue(VObject *o); const wchar_t* vObjectUStringZValue(VObject *o);
-- retrieve the VObject's value interpreted as -- retrieve the VObject's value interpreted as
null-terminated tqunicode string. null-terminated unicode string.
unsigned int vObjectIntegerValue(VObject *o); unsigned int vObjectIntegerValue(VObject *o);
-- retrieve the VObject's value interpreted as -- retrieve the VObject's value interpreted as
@ -578,7 +578,7 @@ d. properties name (id) are case incensitive.
-- convert char* to wchar_t*. -- convert char* to wchar_t*.
extern int uStrLen(const wchar_t *u); extern int uStrLen(const wchar_t *u);
-- length of tqunicode u. -- length of unicode u.
char *fakeCString(const wchar_t *u); char *fakeCString(const wchar_t *u);
-- convert wchar_t to CString (blindly assumes that -- convert wchar_t to CString (blindly assumes that

@ -439,25 +439,25 @@ void Content::decodedText(TQStringList &l, bool trimText,
if(!decodeText()) //this is not a text content !! if(!decodeText()) //this is not a text content !!
return; return;
TQString tqunicode; TQString unicode;
bool ok=true; bool ok=true;
TQTextCodec *codec=KGlobal::charsets()->codecForName(contentType()->charset(),ok); TQTextCodec *codec=KGlobal::charsets()->codecForName(contentType()->charset(),ok);
tqunicode=codec->toUnicode(b_ody.data(), b_ody.length()); unicode=codec->toUnicode(b_ody.data(), b_ody.length());
if (trimText && removeTrailingNewlines) { if (trimText && removeTrailingNewlines) {
int i; int i;
for (i=tqunicode.length()-1; i>=0; i--) for (i=unicode.length()-1; i>=0; i--)
if (!tqunicode[i].isSpace()) if (!unicode[i].isSpace())
break; break;
tqunicode.truncate(i+1); unicode.truncate(i+1);
} else { } else {
if (tqunicode.right(1)=="\n") if (unicode.right(1)=="\n")
tqunicode.truncate(tqunicode.length()-1); // remove trailing new-line unicode.truncate(unicode.length()-1); // remove trailing new-line
} }
l=TQStringList::split('\n', tqunicode, true); //split the string at linebreaks l=TQStringList::split('\n', unicode, true); //split the string at linebreaks
} }

@ -722,7 +722,7 @@ BaseG::parseKeyData( const TQCString& output, int& offset, Key* key /* = 0 */ )
// check whether uid was utf-8 encoded // check whether uid was utf-8 encoded
bool isUtf8 = true; bool isUtf8 = true;
for ( unsigned int i = 0; i + 1 < uidString.length(); ++i ) { for ( unsigned int i = 0; i + 1 < uidString.length(); ++i ) {
if ( uidString[i].tqunicode() == 0xdbff && if ( uidString[i].unicode() == 0xdbff &&
uidString[i+1].row() == 0xde ) { uidString[i+1].row() == 0xde ) {
// we found a non-Unicode character (see TQString::fromUtf8()) // we found a non-Unicode character (see TQString::fromUtf8())
isUtf8 = false; isUtf8 = false;

@ -115,7 +115,7 @@ Config::Config( TQWidget *parent, const char *name, bool encrypt )
TQVBoxLayout *topLayout = new TQVBoxLayout( this, 0, KDialog::spacingHint() ); TQVBoxLayout *topLayout = new TQVBoxLayout( this, 0, KDialog::spacingHint() );
group = new TQVGroupBox( i18n("Warning"), this ); group = new TQVGroupBox( i18n("Warning"), this );
group->tqlayout()->setSpacing( KDialog::spacingHint() ); group->layout()->setSpacing( KDialog::spacingHint() );
// (mmutz) work around TQt label bug in 3.0.0 (and possibly later): // (mmutz) work around TQt label bug in 3.0.0 (and possibly later):
// 1. Don't use rich text: No <qt><b>...</b></qt> // 1. Don't use rich text: No <qt><b>...</b></qt>
label = new TQLabel( i18n("Please check if encryption really " label = new TQLabel( i18n("Please check if encryption really "
@ -132,7 +132,7 @@ Config::Config( TQWidget *parent, const char *name, bool encrypt )
topLayout->addWidget( group ); topLayout->addWidget( group );
group = new TQVGroupBox( i18n("Encryption Tool"), this ); group = new TQVGroupBox( i18n("Encryption Tool"), this );
group->tqlayout()->setSpacing( KDialog::spacingHint() ); group->layout()->setSpacing( KDialog::spacingHint() );
TQHBox * hbox = new TQHBox( group ); TQHBox * hbox = new TQHBox( group );
label = new TQLabel( i18n("Select encryption tool to &use:"), hbox ); label = new TQLabel( i18n("Select encryption tool to &use:"), hbox );
@ -153,7 +153,7 @@ Config::Config( TQWidget *parent, const char *name, bool encrypt )
topLayout->addWidget( group ); topLayout->addWidget( group );
mpOptionsGroupBox = new TQVGroupBox( i18n("Options"), this ); mpOptionsGroupBox = new TQVGroupBox( i18n("Options"), this );
mpOptionsGroupBox->tqlayout()->setSpacing( KDialog::spacingHint() ); mpOptionsGroupBox->layout()->setSpacing( KDialog::spacingHint() );
storePass = new TQCheckBox( i18n("&Keep passphrase in memory"), storePass = new TQCheckBox( i18n("&Keep passphrase in memory"),
mpOptionsGroupBox ); mpOptionsGroupBox );
connect( storePass, TQT_SIGNAL( toggled( bool ) ), connect( storePass, TQT_SIGNAL( toggled( bool ) ),
@ -1630,26 +1630,26 @@ CipherTextDialog::CipherTextDialog( const TQCString & text,
mEditBox->setReadOnly(true); mEditBox->setReadOnly(true);
topLayout->addWidget( mEditBox, 10 ); topLayout->addWidget( mEditBox, 10 );
TQString tqunicodeText; TQString unicodeText;
if (charset.isEmpty()) if (charset.isEmpty())
tqunicodeText = TQString::fromLocal8Bit(text.data()); unicodeText = TQString::fromLocal8Bit(text.data());
else { else {
bool ok=true; bool ok=true;
TQTextCodec *codec = KGlobal::charsets()->codecForName(charset, ok); TQTextCodec *codec = KGlobal::charsets()->codecForName(charset, ok);
if(!ok) if(!ok)
tqunicodeText = TQString::fromLocal8Bit(text.data()); unicodeText = TQString::fromLocal8Bit(text.data());
else else
tqunicodeText = codec->toUnicode(text.data(), text.length()); unicodeText = codec->toUnicode(text.data(), text.length());
} }
mEditBox->setText(tqunicodeText); mEditBox->setText(unicodeText);
setMinimumSize(); setMinimumSize();
} }
void CipherTextDialog::setMinimumSize() void CipherTextDialog::setMinimumSize()
{ {
// this seems to force a tqlayout of the entire document, so we get a // this seems to force a layout of the entire document, so we get a
// a proper contentsWidth(). Is there a better way? // a proper contentsWidth(). Is there a better way?
for ( int i = 0; i < mEditBox->paragraphs(); i++ ) for ( int i = 0; i < mEditBox->paragraphs(); i++ )
(void) mEditBox->paragraphRect( i ); (void) mEditBox->paragraphRect( i );

@ -89,8 +89,8 @@ TQString endecryptStr( const TQString &aStr )
{ {
TQString result; TQString result;
for (uint i = 0; i < aStr.length(); i++) for (uint i = 0; i < aStr.length(); i++)
result += (aStr[i].tqunicode() < 0x20) ? aStr[i] : result += (aStr[i].unicode() < 0x20) ? aStr[i] :
TQChar(0x1001F - aStr[i].tqunicode()); TQChar(0x1001F - aStr[i].unicode());
return result; return result;
} }

@ -344,7 +344,7 @@ void AddresseeLineEdit::mouseReleaseEvent( TQMouseEvent *e )
{ {
// reimplemented from TQLineEdit::mouseReleaseEvent() // reimplemented from TQLineEdit::mouseReleaseEvent()
if ( m_useCompletion if ( m_useCompletion
&& TQApplication::tqclipboard()->supportsSelection() && TQApplication::clipboard()->supportsSelection()
&& !isReadOnly() && !isReadOnly()
&& e->button() == Qt::MidButton ) { && e->button() == Qt::MidButton ) {
m_smartPaste = true; m_smartPaste = true;

@ -267,7 +267,7 @@ void AddresseeSelector::init()
void AddresseeSelector::initGUI() void AddresseeSelector::initGUI()
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 2, 3, KDialog::marginHint(), KDialog::spacingHint() ); TQGridLayout *layout = new TQGridLayout( this, 2, 3, KDialog::marginHint(), KDialog::spacingHint() );
TQGridLayout *topLayout = new TQGridLayout( this, 2, 2, KDialog::marginHint() ); TQGridLayout *topLayout = new TQGridLayout( this, 2, 2, KDialog::marginHint() );
TQLabel *label = new TQLabel( i18n( "Address book:" ), this ); TQLabel *label = new TQLabel( i18n( "Address book:" ), this );
@ -284,7 +284,7 @@ void AddresseeSelector::initGUI()
topLayout->setColStretch( 1, 1 ); topLayout->setColStretch( 1, 1 );
tqlayout->addMultiCellLayout( topLayout, 0, 0, 0, 2 ); layout->addMultiCellLayout( topLayout, 0, 0, 0, 2 );
int row = 1; int row = 1;
@ -304,7 +304,7 @@ void AddresseeSelector::initGUI()
TQVBoxLayout *buttonLayout = new TQVBoxLayout( this ); TQVBoxLayout *buttonLayout = new TQVBoxLayout( this );
buttonLayout->setAlignment( TQt::AlignBottom ); buttonLayout->setAlignment( TQt::AlignBottom );
tqlayout->addLayout( buttonLayout, row, 1 ); layout->addLayout( buttonLayout, row, 1 );
// move button // move button
TQToolButton *moveButton = new TQToolButton( this ); TQToolButton *moveButton = new TQToolButton( this );
@ -327,7 +327,7 @@ void AddresseeSelector::initGUI()
buttonLayout->addWidget( moveButton ); buttonLayout->addWidget( moveButton );
buttonLayout->addWidget( removeButton ); buttonLayout->addWidget( removeButton );
tqlayout->addWidget( listView, row, 2 ); layout->addWidget( listView, row, 2 );
} }
mAddresseeView = new KListView( this ); mAddresseeView = new KListView( this );
@ -335,7 +335,7 @@ void AddresseeSelector::initGUI()
mAddresseeView->header()->hide(); mAddresseeView->header()->hide();
mAddresseeView->setFullWidth( true ); mAddresseeView->setFullWidth( true );
tqlayout->addMultiCellWidget( mAddresseeView, 1, row, 0, 0 ); layout->addMultiCellWidget( mAddresseeView, 1, row, 0, 0 );
} }
void AddresseeSelector::finish() void AddresseeSelector::finish()
@ -565,9 +565,9 @@ AddresseeSelectorDialog::AddresseeSelectorDialog( Selection *selection,
: KDialogBase( Plain, "", Ok | Cancel, Ok, parent, name, true ) : KDialogBase( Plain, "", Ok | Cancel, Ok, parent, name, true )
{ {
TQFrame *frame = plainPage(); TQFrame *frame = plainPage();
TQVBoxLayout *tqlayout = new TQVBoxLayout( frame ); TQVBoxLayout *layout = new TQVBoxLayout( frame );
mSelector = new KPIM::AddresseeSelector( selection, frame ); mSelector = new KPIM::AddresseeSelector( selection, frame );
tqlayout->addWidget( mSelector ); layout->addWidget( mSelector );
resize( 500, 490 ); resize( 500, 490 );
} }

@ -66,7 +66,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="1" column="1"> <widget class="TQLayoutWidget" row="1" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout10</cstring> <cstring>layout10</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">
@ -209,7 +209,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="2" column="0"> <widget class="TQLayoutWidget" row="2" column="0">
<property name="name"> <property name="name">
<cstring>tqlayout1</cstring> <cstring>layout1</cstring>
</property> </property>
<hbox> <hbox>
<property name="name"> <property name="name">

@ -66,23 +66,23 @@ CategoryEditDialog::CategoryEditDialog( KPimPrefs *prefs, TQWidget* parent,
TQWidget *widget = new TQWidget( this ); TQWidget *widget = new TQWidget( this );
setMainWidget( widget ); setMainWidget( widget );
TQGridLayout *tqlayout = new TQGridLayout( widget, 4, 2, marginHint(), spacingHint() ); TQGridLayout *layout = new TQGridLayout( widget, 4, 2, marginHint(), spacingHint() );
d->mView = new TQListView( widget ); d->mView = new TQListView( widget );
d->mView->addColumn( "" ); d->mView->addColumn( "" );
d->mView->header()->hide(); d->mView->header()->hide();
d->mView->setDefaultRenameAction( TQListView::Accept ); d->mView->setDefaultRenameAction( TQListView::Accept );
tqlayout->addMultiCellWidget( d->mView, 0, 3, 0, 0 ); layout->addMultiCellWidget( d->mView, 0, 3, 0, 0 );
d->mAddButton = new TQPushButton( i18n( "Add" ), widget ); d->mAddButton = new TQPushButton( i18n( "Add" ), widget );
tqlayout->addWidget( d->mAddButton, 0, 1 ); layout->addWidget( d->mAddButton, 0, 1 );
d->mEditButton = new TQPushButton( i18n( "Edit" ), widget ); d->mEditButton = new TQPushButton( i18n( "Edit" ), widget );
tqlayout->addWidget( d->mEditButton, 1, 1 ); layout->addWidget( d->mEditButton, 1, 1 );
d->mDeleteButton = new TQPushButton( i18n( "Remove" ), widget ); d->mDeleteButton = new TQPushButton( i18n( "Remove" ), widget );
tqlayout->addWidget( d->mDeleteButton, 2, 1 ); layout->addWidget( d->mDeleteButton, 2, 1 );
fillList(); fillList();

@ -54,7 +54,7 @@
</widget> </widget>
<widget class="TQLayoutWidget" row="0" column="1"> <widget class="TQLayoutWidget" row="0" column="1">
<property name="name"> <property name="name">
<cstring>tqlayout103</cstring> <cstring>layout103</cstring>
</property> </property>
<vbox> <vbox>
<property name="name"> <property name="name">

@ -73,10 +73,10 @@ namespace KPIM {
mMetrics( pdm ) mMetrics( pdm )
{ {
// initialize with defaults - should match the corresponding application defaults // initialize with defaults - should match the corresponding application defaults
mForegroundColor = TQApplication::tqpalette().active().text(); mForegroundColor = TQApplication::palette().active().text();
mLinkColor = KGlobalSettings::linkColor(); mLinkColor = KGlobalSettings::linkColor();
mVisitedLinkColor = KGlobalSettings::visitedLinkColor(); mVisitedLinkColor = KGlobalSettings::visitedLinkColor();
mBackgroundColor = TQApplication::tqpalette().active().base(); mBackgroundColor = TQApplication::palette().active().base();
cHtmlWarning = TQColor( 0xFF, 0x40, 0x40 ); // warning frame color: light red cHtmlWarning = TQColor( 0xFF, 0x40, 0x40 ); // warning frame color: light red
cPgpEncrH = TQColor( 0x00, 0x80, 0xFF ); // light blue cPgpEncrH = TQColor( 0x00, 0x80, 0xFF ); // light blue
@ -216,7 +216,7 @@ namespace KPIM {
" font-size: %2pt ! important;\n" ) " font-size: %2pt ! important;\n" )
.arg( mPrintFont.family() ) .arg( mPrintFont.family() )
.arg( mPrintFont.pointSize() ); .arg( mPrintFont.pointSize() );
const TQColorGroup & cg = TQApplication::tqpalette().active(); const TQColorGroup & cg = TQApplication::palette().active();
const TQFont printFont = bodyFont( fixed, true /* print */ ); const TQFont printFont = bodyFont( fixed, true /* print */ );
TQString quoteCSS; TQString quoteCSS;
@ -308,7 +308,7 @@ namespace KPIM {
: TQString( " background-color: %1 ! important;\n" ) : TQString( " background-color: %1 ! important;\n" )
.arg( bgColor ) ); .arg( bgColor ) );
const TQString bodyFontSize = TQString::number( pointsToPixel( helper->mMetrics, fontSize( fixed ) ) ) + "px" ; const TQString bodyFontSize = TQString::number( pointsToPixel( helper->mMetrics, fontSize( fixed ) ) ) + "px" ;
const TQColorGroup & cg = TQApplication::tqpalette().active(); const TQColorGroup & cg = TQApplication::palette().active();
TQString quoteCSS; TQString quoteCSS;
if ( bodyFont( fixed ).italic() ) if ( bodyFont( fixed ).italic() )

@ -50,7 +50,7 @@ DesignerFields::DesignerFields( const TQString &uiFile, TQWidget *parent,
void DesignerFields::initGUI( const TQString &uiFile ) void DesignerFields::initGUI( const TQString &uiFile )
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( this ); TQVBoxLayout *layout = new TQVBoxLayout( this );
TQWidget *wdg = TQWidgetFactory::create( uiFile, 0, this ); TQWidget *wdg = TQWidgetFactory::create( uiFile, 0, this );
if ( !wdg ) { if ( !wdg ) {
@ -61,7 +61,7 @@ void DesignerFields::initGUI( const TQString &uiFile )
mTitle = wdg->caption(); mTitle = wdg->caption();
mIdentifier = wdg->name(); mIdentifier = wdg->name();
tqlayout->addWidget( wdg ); layout->addWidget( wdg );
TQObjectList *list = wdg->queryList( TQWIDGET_OBJECT_NAME_STRING ); TQObjectList *list = wdg->queryList( TQWIDGET_OBJECT_NAME_STRING );
TQObjectListIt it( *list ); TQObjectListIt it( *list );

@ -41,8 +41,8 @@ EmbeddedURLPage::EmbeddedURLPage( const TQString &url, const TQString &mimetype,
void EmbeddedURLPage::initGUI( const TQString &url, const TQString &/*mimetype*/ ) void EmbeddedURLPage::initGUI( const TQString &url, const TQString &/*mimetype*/ )
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( this ); TQVBoxLayout *layout = new TQVBoxLayout( this );
tqlayout->setAutoAdd( true ); layout->setAutoAdd( true );
new TQLabel( i18n("Showing URL %1").arg( url ), this ); new TQLabel( i18n("Showing URL %1").arg( url ), this );
} }

@ -261,7 +261,7 @@ void KCMDesignerFields::defaults()
void KCMDesignerFields::initGUI() void KCMDesignerFields::initGUI()
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( this, KDialog::marginHint(), TQVBoxLayout *layout = new TQVBoxLayout( this, KDialog::marginHint(),
KDialog::spacingHint() ); KDialog::spacingHint() );
bool noDesigner = KStandardDirs::findExe("designer").isEmpty(); bool noDesigner = KStandardDirs::findExe("designer").isEmpty();
@ -272,10 +272,10 @@ void KCMDesignerFields::initGUI()
i18n("<qt><b>Warning:</b> TQt Designer could not be found. It is probably not " i18n("<qt><b>Warning:</b> TQt Designer could not be found. It is probably not "
"installed. You will only be able to import existing designer files.</qt>"); "installed. You will only be able to import existing designer files.</qt>");
TQLabel *lbl = new TQLabel( txt, this ); TQLabel *lbl = new TQLabel( txt, this );
tqlayout->addWidget( lbl ); layout->addWidget( lbl );
} }
TQHBoxLayout *hbox = new TQHBoxLayout( tqlayout, KDialog::spacingHint() ); TQHBoxLayout *hbox = new TQHBoxLayout( layout, KDialog::spacingHint() );
mPageView = new KListView( this ); mPageView = new KListView( this );
mPageView->addColumn( i18n( "Available Pages" ) ); mPageView->addColumn( i18n( "Available Pages" ) );
@ -295,7 +295,7 @@ void KCMDesignerFields::initGUI()
loadUiFiles(); loadUiFiles();
hbox = new TQHBoxLayout( tqlayout, KDialog::spacingHint() ); hbox = new TQHBoxLayout( layout, KDialog::spacingHint() );
TQString cwHowto = i18n("<qt><p>This section allows you to add your own GUI" TQString cwHowto = i18n("<qt><p>This section allows you to add your own GUI"
" Elements ('<i>Widgets</i>') to store your own values" " Elements ('<i>Widgets</i>') to store your own values"

@ -390,10 +390,10 @@ void KFolderTree::setStyleDependantFrameWidth()
{ {
// set the width of the frame to a reasonable value for the current GUI style // set the width of the frame to a reasonable value for the current GUI style
int frameWidth; int frameWidth;
if( tqstyle().isA("KeramikStyle") ) if( style().isA("KeramikStyle") )
frameWidth = tqstyle().pixelMetric( TQStyle::PM_DefaultFrameWidth ) - 1; frameWidth = style().pixelMetric( TQStyle::PM_DefaultFrameWidth ) - 1;
else else
frameWidth = tqstyle().pixelMetric( TQStyle::PM_DefaultFrameWidth ); frameWidth = style().pixelMetric( TQStyle::PM_DefaultFrameWidth );
if ( frameWidth < 0 ) if ( frameWidth < 0 )
frameWidth = 0; frameWidth = 0;
if ( frameWidth != lineWidth() ) if ( frameWidth != lineWidth() )

@ -75,7 +75,7 @@ EditorSelection::EditorSelection( const TQString &text, TQString &reference,
: m_reference( reference ) : m_reference( reference )
{ {
m_box = new TQGroupBox( 0, TQt::Vertical, text, parent ); m_box = new TQGroupBox( 0, TQt::Vertical, text, parent );
TQVBoxLayout *boxLayout = new TQVBoxLayout( m_box->tqlayout() ); TQVBoxLayout *boxLayout = new TQVBoxLayout( m_box->layout() );
boxLayout->setAlignment( TQt::AlignTop ); boxLayout->setAlignment( TQt::AlignTop );
m_editorsCombo = new KComboBox( m_box ); m_editorsCombo = new KComboBox( m_box );

@ -29,8 +29,8 @@
KPartsGenericPart::KPartsGenericPart( TQWidget* parentWidget, const char* name ) KPartsGenericPart::KPartsGenericPart( TQWidget* parentWidget, const char* name )
: TQWidget( parentWidget, name ), m_part( 0 ) : TQWidget( parentWidget, name ), m_part( 0 )
{ {
TQVBoxLayout* tqlayout = new TQVBoxLayout( this ); TQVBoxLayout* layout = new TQVBoxLayout( this );
tqlayout->setAutoAdd( true ); layout->setAutoAdd( true );
} }
void KPartsGenericPart::load() void KPartsGenericPart::load()

@ -766,18 +766,18 @@ void KPrefsDialog::autoCreate()
kdDebug() << "ITEMS: " << (*it)->name() << endl; kdDebug() << "ITEMS: " << (*it)->name() << endl;
TQWidget *page; TQWidget *page;
TQGridLayout *tqlayout; TQGridLayout *layout;
int currentRow; int currentRow;
if ( !mGroupPages.contains( group ) ) { if ( !mGroupPages.contains( group ) ) {
page = addPage( group ); page = addPage( group );
tqlayout = new TQGridLayout( page ); layout = new TQGridLayout( page );
mGroupPages.insert( group, page ); mGroupPages.insert( group, page );
mGroupLayouts.insert( group, tqlayout ); mGroupLayouts.insert( group, layout );
currentRow = 0; currentRow = 0;
mCurrentRows.insert( group, currentRow ); mCurrentRows.insert( group, currentRow );
} else { } else {
page = mGroupPages[ group ]; page = mGroupPages[ group ];
tqlayout = mGroupLayouts[ group ]; layout = mGroupLayouts[ group ];
currentRow = mCurrentRows[ group ]; currentRow = mCurrentRows[ group ];
} }
@ -786,11 +786,11 @@ void KPrefsDialog::autoCreate()
if ( wid ) { if ( wid ) {
TQValueList<TQWidget *> widgets = wid->widgets(); TQValueList<TQWidget *> widgets = wid->widgets();
if ( widgets.count() == 1 ) { if ( widgets.count() == 1 ) {
tqlayout->addMultiCellWidget( widgets[ 0 ], layout->addMultiCellWidget( widgets[ 0 ],
currentRow, currentRow, 0, 1 ); currentRow, currentRow, 0, 1 );
} else if ( widgets.count() == 2 ) { } else if ( widgets.count() == 2 ) {
tqlayout->addWidget( widgets[ 0 ], currentRow, 0 ); layout->addWidget( widgets[ 0 ], currentRow, 0 );
tqlayout->addWidget( widgets[ 1 ], currentRow, 1 ); layout->addWidget( widgets[ 1 ], currentRow, 1 );
} else { } else {
kdError() << "More widgets than expected: " << widgets.count() << endl; kdError() << "More widgets than expected: " << widgets.count() << endl;
} }

@ -87,7 +87,7 @@ class KDE_EXPORT KPrefsWid : public TQObject
@short Widgets for bool settings in @ref KPrefsDialog. @short Widgets for bool settings in @ref KPrefsDialog.
This class provides a control element for configuring bool values. It is meant This class provides a control element for configuring bool values. It is meant
to be used by KPrefsDialog. The user is responsible for the tqlayout management. to be used by KPrefsDialog. The user is responsible for the layout management.
*/ */
class KDE_EXPORT KPrefsWidBool : public KPrefsWid class KDE_EXPORT KPrefsWidBool : public KPrefsWid
{ {
@ -120,7 +120,7 @@ class KDE_EXPORT KPrefsWidBool : public KPrefsWid
@short Widgets for int settings in @ref KPrefsDialog. @short Widgets for int settings in @ref KPrefsDialog.
This class provides a control element for configuring integer values. It is This class provides a control element for configuring integer values. It is
meant to be used by KPrefsDialog. The user is responsible for the tqlayout meant to be used by KPrefsDialog. The user is responsible for the layout
management. management.
*/ */
class KDE_EXPORT KPrefsWidInt : public KPrefsWid class KDE_EXPORT KPrefsWidInt : public KPrefsWid
@ -161,7 +161,7 @@ class KDE_EXPORT KPrefsWidInt : public KPrefsWid
@short Widgets for time settings in @ref KPrefsDialog. @short Widgets for time settings in @ref KPrefsDialog.
This class provides a control element for configuring time values. It is This class provides a control element for configuring time values. It is
meant to be used by KPrefsDialog. The user is responsible for the tqlayout meant to be used by KPrefsDialog. The user is responsible for the layout
management. management.
*/ */
class KDE_EXPORT KPrefsWidTime : public KPrefsWid class KDE_EXPORT KPrefsWidTime : public KPrefsWid
@ -198,7 +198,7 @@ class KDE_EXPORT KPrefsWidTime : public KPrefsWid
@short Widgets for duration settings in @ref KPrefsDialog. @short Widgets for duration settings in @ref KPrefsDialog.
This class provides a control element for configuring duration values. It is This class provides a control element for configuring duration values. It is
meant to be used by KPrefsDialog. The user is responsible for the tqlayout meant to be used by KPrefsDialog. The user is responsible for the layout
management. management.
*/ */
class KDE_EXPORT KPrefsWidDuration : public KPrefsWid class KDE_EXPORT KPrefsWidDuration : public KPrefsWid
@ -236,7 +236,7 @@ class KDE_EXPORT KPrefsWidDuration : public KPrefsWid
@short Widgets for time settings in @ref KPrefsDialog. @short Widgets for time settings in @ref KPrefsDialog.
This class provides a control element for configuring date values. It is This class provides a control element for configuring date values. It is
meant to be used by KPrefsDialog. The user is responsible for the tqlayout meant to be used by KPrefsDialog. The user is responsible for the layout
management. management.
*/ */
class KDE_EXPORT KPrefsWidDate : public KPrefsWid class KDE_EXPORT KPrefsWidDate : public KPrefsWid
@ -273,7 +273,7 @@ class KDE_EXPORT KPrefsWidDate : public KPrefsWid
@short Widgets for color settings in @ref KPrefsDialog. @short Widgets for color settings in @ref KPrefsDialog.
This class provides a control element for configuring color values. It is This class provides a control element for configuring color values. It is
meant to be used by KPrefsDialog. The user is responsible for the tqlayout meant to be used by KPrefsDialog. The user is responsible for the layout
management. management.
*/ */
class KDE_EXPORT KPrefsWidColor : public KPrefsWid class KDE_EXPORT KPrefsWidColor : public KPrefsWid
@ -317,7 +317,7 @@ class KDE_EXPORT KPrefsWidColor : public KPrefsWid
@short Widgets for font settings in @ref KPrefsDialog. @short Widgets for font settings in @ref KPrefsDialog.
This class provides a control element for configuring font values. It is meant This class provides a control element for configuring font values. It is meant
to be used by KPrefsDialog. The user is responsible for the tqlayout management. to be used by KPrefsDialog. The user is responsible for the layout management.
*/ */
class KDE_EXPORT KPrefsWidFont : public KPrefsWid class KDE_EXPORT KPrefsWidFont : public KPrefsWid
{ {
@ -371,7 +371,7 @@ class KDE_EXPORT KPrefsWidFont : public KPrefsWid
@ref KPrefsDialog. @ref KPrefsDialog.
This class provides a control element for configuring selections. It is meant This class provides a control element for configuring selections. It is meant
to be used by KPrefsDialog. The user is responsible for the tqlayout management. to be used by KPrefsDialog. The user is responsible for the layout management.
The setting is interpreted as an int value, corresponding to the position of The setting is interpreted as an int value, corresponding to the position of
the radio button. The position of the button is defined by the sequence of the radio button. The position of the button is defined by the sequence of
@ -420,7 +420,7 @@ class KDE_EXPORT KPrefsWidRadios : public KPrefsWid
@ref KPrefsDialog. @ref KPrefsDialog.
This class provides a control element for configuring selections. It is meant This class provides a control element for configuring selections. It is meant
to be used by KPrefsDialog. The user is responsible for the tqlayout management. to be used by KPrefsDialog. The user is responsible for the layout management.
The setting is interpreted as an int value, corresponding to the index in The setting is interpreted as an int value, corresponding to the index in
the combo box. the combo box.
@ -455,7 +455,7 @@ class KDE_EXPORT KPrefsWidCombo : public KPrefsWid
@short Widgets for string settings in @ref KPrefsDialog. @short Widgets for string settings in @ref KPrefsDialog.
This class provides a control element for configuring string values. It is This class provides a control element for configuring string values. It is
meant to be used by KPrefsDialog. The user is responsible for the tqlayout meant to be used by KPrefsDialog. The user is responsible for the layout
management. management.
*/ */
class KDE_EXPORT KPrefsWidString : public KPrefsWid class KDE_EXPORT KPrefsWidString : public KPrefsWid
@ -502,7 +502,7 @@ class KDE_EXPORT KPrefsWidString : public KPrefsWid
@short Widgets for string settings in @ref KPrefsDialog. @short Widgets for string settings in @ref KPrefsDialog.
This class provides a control element for configuring string values. It is This class provides a control element for configuring string values. It is
meant to be used by KPrefsDialog. The user is responsible for the tqlayout meant to be used by KPrefsDialog. The user is responsible for the layout
management. management.
*/ */
class KDE_EXPORT KPrefsWidPath : public KPrefsWid class KDE_EXPORT KPrefsWidPath : public KPrefsWid
@ -711,7 +711,7 @@ class KDE_EXPORT KPrefsWidManager
This class provides the framework for a preferences dialog. You have to This class provides the framework for a preferences dialog. You have to
subclass it and add the code to create the actual configuration widgets and subclass it and add the code to create the actual configuration widgets and
do the tqlayout management. do the layout management.
KPrefsDialog provides functions to add subclasses of @ref KPrefsWid via KPrefsDialog provides functions to add subclasses of @ref KPrefsWid via
KPrefsWidManager. For these widgets the reading, writing and setting to KPrefsWidManager. For these widgets the reading, writing and setting to

@ -271,7 +271,7 @@ KSubscription::KSubscription( TQWidget *parent, const TQString &caption,
else else
groupView->header()->setStretchEnabled(true, 0); groupView->header()->setStretchEnabled(true, 0);
// tqlayout // layout
TQGridLayout *topL = new TQGridLayout(page,4,1,0, KDialog::spacingHint()); TQGridLayout *topL = new TQGridLayout(page,4,1,0, KDialog::spacingHint());
TQHBoxLayout *filterL = new TQHBoxLayout(KDialog::spacingHint()); TQHBoxLayout *filterL = new TQHBoxLayout(KDialog::spacingHint());
TQVBoxLayout *arrL = new TQVBoxLayout(KDialog::spacingHint()); TQVBoxLayout *arrL = new TQVBoxLayout(KDialog::spacingHint());

@ -135,7 +135,7 @@ void KWidgetLister::addWidgetAtEnd(TQWidget *w)
void KWidgetLister::removeLastWidget() void KWidgetLister::removeLastWidget()
{ {
// The tqlayout will take care that the // The layout will take care that the
// widget is removed from screen, too. // widget is removed from screen, too.
mWidgetList.removeLast(); mWidgetList.removeLast();
enableControls(); enableControls();

@ -74,19 +74,19 @@ protected slots:
/** Called whenever the user clicks on the 'more' button. /** Called whenever the user clicks on the 'more' button.
Reimplementations should call this method, because this Reimplementations should call this method, because this
implementation does all the dirty work with adding the widgets implementation does all the dirty work with adding the widgets
to the tqlayout (through @ref addWidgetAtEnd) and enabling/disabling to the layout (through @ref addWidgetAtEnd) and enabling/disabling
the control buttons. */ the control buttons. */
virtual void slotMore(); virtual void slotMore();
/** Called whenever the user clicks on the 'fewer' button. /** Called whenever the user clicks on the 'fewer' button.
Reimplementations should call this method, because this Reimplementations should call this method, because this
implementation does all the dirty work with removing the widgets implementation does all the dirty work with removing the widgets
from the tqlayout (through @ref removeLastWidget) and from the layout (through @ref removeLastWidget) and
enabling/disabling the control buttons. */ enabling/disabling the control buttons. */
virtual void slotFewer(); virtual void slotFewer();
/** Called whenever the user clicks on the 'clear' button. /** Called whenever the user clicks on the 'clear' button.
Reimplementations should call this method, because this Reimplementations should call this method, because this
implementation does all the dirty work with removing all but implementation does all the dirty work with removing all but
@ref mMinWidgets widgets from the tqlayout and enabling/disabling @ref mMinWidgets widgets from the layout and enabling/disabling
the control buttons. */ the control buttons. */
virtual void slotClear(); virtual void slotClear();

@ -137,7 +137,7 @@ LDAPSearchDialog::LDAPSearchDialog( TQWidget* parent, const char* name )
groupBox->setFrameShape( TQGroupBox::Box ); groupBox->setFrameShape( TQGroupBox::Box );
groupBox->setFrameShadow( TQGroupBox::Sunken ); groupBox->setFrameShadow( TQGroupBox::Sunken );
groupBox->setColumnLayout( 0, Qt::Vertical ); groupBox->setColumnLayout( 0, Qt::Vertical );
TQGridLayout *boxLayout = new TQGridLayout( groupBox->tqlayout(), 2, TQGridLayout *boxLayout = new TQGridLayout( groupBox->layout(), 2,
5, spacingHint() ); 5, spacingHint() );
boxLayout->setColStretch( 1, 1 ); boxLayout->setColStretch( 1, 1 );

@ -176,7 +176,7 @@ TQString LinkLocator::getEmailAddress()
// determine the local part of the email address // determine the local part of the email address
int start = mPos - 1; int start = mPos - 1;
while ( start >= 0 && mText[start].tqunicode() < 128 && while ( start >= 0 && mText[start].unicode() < 128 &&
( mText[start].isLetterOrNumber() || ( mText[start].isLetterOrNumber() ||
mText[start] == '@' || // allow @ to find invalid email addresses mText[start] == '@' || // allow @ to find invalid email addresses
allowedSpecialChars.find( mText[start] ) != -1 ) ) { allowedSpecialChars.find( mText[start] ) != -1 ) ) {

@ -35,11 +35,11 @@
namespace KPIM { namespace KPIM {
/** /**
* This is a widget that can align itself with another one, without using a tqlayout, * This is a widget that can align itself with another one, without using a layout,
* so that it can actually be on top of other widgets. * so that it can actually be on top of other widgets.
* Currently the only supported type of alignment is "right aligned, on top of the other widget". * Currently the only supported type of alignment is "right aligned, on top of the other widget".
* *
* OverlayWidget inherits TQHBox for convenience purposes (tqlayout, and frame) * OverlayWidget inherits TQHBox for convenience purposes (layout, and frame)
*/ */
class OverlayWidget : public TQHBox class OverlayWidget : public TQHBox
{ {

@ -84,7 +84,7 @@ void TransactionItemView::resizeContents( int w, int h )
// (handling of TQEvent::LayoutHint in TQScrollView calls this method) // (handling of TQEvent::LayoutHint in TQScrollView calls this method)
//kdDebug(5300) << k_funcinfo << w << "," << h << endl; //kdDebug(5300) << k_funcinfo << w << "," << h << endl;
TQScrollView::resizeContents( w, h ); TQScrollView::resizeContents( w, h );
// Tell the tqlayout in the parent (progressdialog) that our size changed // Tell the layout in the parent (progressdialog) that our size changed
updateGeometry(); updateGeometry();
// Resize the parent (progressdialog) - this works but resize horizontally too often // Resize the parent (progressdialog) - this works but resize horizontally too often
//parentWidget()->adjustSize(); //parentWidget()->adjustSize();

@ -137,10 +137,10 @@ int TQUtf7Codec::heuristicContentMatch(const char* chars, int len) const
} }
class TQUtf7Decoder : public TQTextDecoder { class TQUtf7Decoder : public TQTextDecoder {
// the storage for our tqunicode char until it's finished // the storage for our unicode char until it's finished
ushort uc; ushort uc;
// the state of the base64 decoding // the state of the base64 decoding
// can be 0 (just finished three tqunicode chars) // can be 0 (just finished three unicode chars)
// 1 (have the upper 6 bits of uc already) // 1 (have the upper 6 bits of uc already)
// 2 (have the upper 12 bits of uc already) // 2 (have the upper 12 bits of uc already)
// 3 (have the upper 2 bits of uc already) // 3 (have the upper 2 bits of uc already)
@ -148,7 +148,7 @@ class TQUtf7Decoder : public TQTextDecoder {
// 7 (have the upper 10 bits of uc already) // 7 (have the upper 10 bits of uc already)
// => n (have the upper (n * 6) % 16 bits of uc already) // => n (have the upper (n * 6) % 16 bits of uc already)
// "stepNo" cycles through all it's values every three // "stepNo" cycles through all it's values every three
// tqunicode chars. // unicode chars.
char stepNo; char stepNo;
// remembers if we are in shifted-sequence mode // remembers if we are in shifted-sequence mode
bool shifted; bool shifted;
@ -462,7 +462,7 @@ public:
#endif #endif
// source and destination cursor // source and destination cursor
const TQChar * s = uc.tqunicode(); const TQChar * s = uc.unicode();
TQCString::Iterator t = result.data(); TQCString::Iterator t = result.data();
if ( uc.isNull() ) { if ( uc.isNull() ) {
@ -473,7 +473,7 @@ public:
// normal operation: // normal operation:
for (int i = 0 ; i < len_in_out ; for (int i = 0 ; i < len_in_out ;
i++/*, checkOutBuf(result,maxreslen,t,i,len_in_out,5)*/ ) { i++/*, checkOutBuf(result,maxreslen,t,i,len_in_out,5)*/ ) {
ushort ch = s[i].tqunicode(); ushort ch = s[i].unicode();
// //
// first, we check whether we might get around encoding: // first, we check whether we might get around encoding:

@ -162,11 +162,11 @@ RecentAddressDialog::RecentAddressDialog( TQWidget *parent, const char *name )
parent, name, true ) parent, name, true )
{ {
TQWidget *page = plainPage(); TQWidget *page = plainPage();
TQVBoxLayout *tqlayout = new TQVBoxLayout( page, 0, spacingHint() ); TQVBoxLayout *layout = new TQVBoxLayout( page, 0, spacingHint() );
mEditor = new KEditListBox( i18n( "Recent Addresses" ), page, "", false, mEditor = new KEditListBox( i18n( "Recent Addresses" ), page, "", false,
KEditListBox::Add | KEditListBox::Remove ); KEditListBox::Add | KEditListBox::Remove );
tqlayout->addWidget( mEditor ); layout->addWidget( mEditor );
} }
void RecentAddressDialog::setAddresses( const TQStringList &addrs ) void RecentAddressDialog::setAddresses( const TQStringList &addrs )

@ -32,19 +32,19 @@ SendSMSDialog::SendSMSDialog( const TQString &recipientName, TQWidget *parent, c
{ {
TQWidget *page = plainPage(); TQWidget *page = plainPage();
TQGridLayout *tqlayout = new TQGridLayout( page, 3, 3, marginHint(), spacingHint() ); TQGridLayout *layout = new TQGridLayout( page, 3, 3, marginHint(), spacingHint() );
tqlayout->addWidget( new TQLabel( i18n( "Message" ), page ), 0, 0 ); layout->addWidget( new TQLabel( i18n( "Message" ), page ), 0, 0 );
mMessageLength = new TQLabel( "0/160", page ); mMessageLength = new TQLabel( "0/160", page );
mMessageLength->setAlignment( TQt::AlignRight ); mMessageLength->setAlignment( TQt::AlignRight );
tqlayout->addWidget( mMessageLength, 0, 2 ); layout->addWidget( mMessageLength, 0, 2 );
mText = new TQTextEdit( page ); mText = new TQTextEdit( page );
tqlayout->addMultiCellWidget( mText, 1, 1, 0, 2 ); layout->addMultiCellWidget( mText, 1, 1, 0, 2 );
tqlayout->addWidget( new TQLabel( i18n( "Recipient:" ), page ), 2, 0 ); layout->addWidget( new TQLabel( i18n( "Recipient:" ), page ), 2, 0 );
tqlayout->addWidget( new TQLabel( recipientName, page ), 2, 2 ); layout->addWidget( new TQLabel( recipientName, page ), 2, 2 );
setButtonText( Ok, i18n( "Send" ) ); setButtonText( Ok, i18n( "Send" ) );

@ -34,10 +34,10 @@
DateEdit::DateEdit( TQWidget *parent, const char *name ) DateEdit::DateEdit( TQWidget *parent, const char *name )
: TQWidget( parent, name ) : TQWidget( parent, name )
{ {
TQVBoxLayout *tqlayout = new TQVBoxLayout( this ); TQVBoxLayout *layout = new TQVBoxLayout( this );
KDateEdit *edit = new KDateEdit( this ); KDateEdit *edit = new KDateEdit( this );
tqlayout->addWidget( edit ); layout->addWidget( edit );
connect( edit, TQT_SIGNAL( dateChanged( const TQDate& ) ), connect( edit, TQT_SIGNAL( dateChanged( const TQDate& ) ),
this, TQT_SLOT( dateChanged( const TQDate& ) ) ); this, TQT_SLOT( dateChanged( const TQDate& ) ) );

@ -34,8 +34,8 @@ AttendeeSelector::AttendeeSelector(TQWidget * parent)
ui = new AttendeeSelectorWidget( this ); ui = new AttendeeSelectorWidget( this );
setMainWidget( ui ); setMainWidget( ui );
TQGridLayout *tqlayout = static_cast<TQGridLayout*>( ui->tqlayout() ); TQGridLayout *layout = static_cast<TQGridLayout*>( ui->layout() );
tqlayout->setMargin( 0 ); layout->setMargin( 0 );
ui->addButton->setGuiItem( KStdGuiItem::add() ); ui->addButton->setGuiItem( KStdGuiItem::add() );
connect( ui->addButton, TQT_SIGNAL(clicked()), TQT_SLOT(addClicked()) ); connect( ui->addButton, TQT_SIGNAL(clicked()), TQT_SLOT(addClicked()) );

@ -33,11 +33,11 @@ GroupwareWizard::GroupwareWizard( TQWidget *parent, const char *name )
{ {
setCaption( i18n( "KDE Groupware Wizard" ) ); setCaption( i18n( "KDE Groupware Wizard" ) );
TQVBoxLayout *tqlayout = new TQVBoxLayout( this ); TQVBoxLayout *layout = new TQVBoxLayout( this );
mOverViewPage = new OverViewPage( this ); mOverViewPage = new OverViewPage( this );
tqlayout->addWidget( mOverViewPage ); layout->addWidget( mOverViewPage );
connect( mOverViewPage, TQT_SIGNAL( cancel() ), connect( mOverViewPage, TQT_SIGNAL( cancel() ),
tqApp, TQT_SLOT( quit() ) ); tqApp, TQT_SLOT( quit() ) );

@ -43,29 +43,29 @@
OverViewPage::OverViewPage( TQWidget *parent, const char *name ) OverViewPage::OverViewPage( TQWidget *parent, const char *name )
: TQWidget( parent, name ) : TQWidget( parent, name )
{ {
TQGridLayout *tqlayout = new TQGridLayout( this, 7, 4, KDialog::marginHint(), TQGridLayout *layout = new TQGridLayout( this, 7, 4, KDialog::marginHint(),
KDialog::spacingHint() ); KDialog::spacingHint() );
const TQString msg = i18n( "KDE Groupware Wizard" ); const TQString msg = i18n( "KDE Groupware Wizard" );
TQLabel *label = new TQLabel( "<qt><b><u><h2>" + msg + "</h2></u></b></qt>" , this ); TQLabel *label = new TQLabel( "<qt><b><u><h2>" + msg + "</h2></u></b></qt>" , this );
tqlayout->addMultiCellWidget( label, 0, 0, 0, 2 ); layout->addMultiCellWidget( label, 0, 0, 0, 2 );
label = new TQLabel( this ); label = new TQLabel( this );
label->setPixmap( KGlobal::iconLoader()->loadIcon( "network", KIcon::Desktop ) ); label->setPixmap( KGlobal::iconLoader()->loadIcon( "network", KIcon::Desktop ) );
tqlayout->addWidget( label, 0, 3 ); layout->addWidget( label, 0, 3 );
label = new TQLabel( "", this ); label = new TQLabel( "", this );
tqlayout->addWidget( label, 1, 0 ); layout->addWidget( label, 1, 0 );
tqlayout->setRowSpacing( 1, 20 ); layout->setRowSpacing( 1, 20 );
label = new TQLabel( i18n( "Select the type of server you want connect your KDE to:" ), this ); label = new TQLabel( i18n( "Select the type of server you want connect your KDE to:" ), this );
tqlayout->addMultiCellWidget( label, 2, 2, 0, 3 ); layout->addMultiCellWidget( label, 2, 2, 0, 3 );
TQPushButton *button; TQPushButton *button;
#ifdef WITH_EGROUPWARE #ifdef WITH_EGROUPWARE
button = new TQPushButton( i18n("eGroupware"), this ); button = new TQPushButton( i18n("eGroupware"), this );
tqlayout->addMultiCellWidget( button, 3, 3, 0, 3 ); layout->addMultiCellWidget( button, 3, 3, 0, 3 );
connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( showWizardEGroupware() ) ); connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( showWizardEGroupware() ) );
#endif #endif
@ -73,33 +73,33 @@ OverViewPage::OverViewPage( TQWidget *parent, const char *name )
#ifdef WITH_KOLAB #ifdef WITH_KOLAB
button = new TQPushButton( i18n("Kolab"), this ); button = new TQPushButton( i18n("Kolab"), this );
tqlayout->addMultiCellWidget( button, 4, 4, 0, 3 ); layout->addMultiCellWidget( button, 4, 4, 0, 3 );
connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( showWizardKolab() ) ); connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( showWizardKolab() ) );
#endif #endif
#ifdef WITH_SLOX #ifdef WITH_SLOX
button = new TQPushButton( i18n("SUSE Linux Openexchange (SLOX)"), this ); button = new TQPushButton( i18n("SUSE Linux Openexchange (SLOX)"), this );
tqlayout->addMultiCellWidget( button, 5, 5, 0, 3 ); layout->addMultiCellWidget( button, 5, 5, 0, 3 );
connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( showWizardSlox() ) ); connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( showWizardSlox() ) );
#endif #endif
#ifdef WITH_NEWEXCHANGE #ifdef WITH_NEWEXCHANGE
button = new TQPushButton( i18n("Microsoft Exchange"), this ); button = new TQPushButton( i18n("Microsoft Exchange"), this );
button->hide(); // not quite ready yet button->hide(); // not quite ready yet
tqlayout->addMultiCellWidget( button, 6, 6, 0, 3 ); layout->addMultiCellWidget( button, 6, 6, 0, 3 );
connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( showWizardExchange() ) ); connect( button, TQT_SIGNAL( clicked() ), TQT_SLOT( showWizardExchange() ) );
#endif #endif
TQFrame *frame = new TQFrame( this ); TQFrame *frame = new TQFrame( this );
frame->setFrameStyle( TQFrame::HLine | TQFrame::Sunken ); frame->setFrameStyle( TQFrame::HLine | TQFrame::Sunken );
tqlayout->addMultiCellWidget( frame, 7, 7, 0, 3 ); layout->addMultiCellWidget( frame, 7, 7, 0, 3 );
TQPushButton *cancelButton = new KPushButton( KStdGuiItem::close(), this ); TQPushButton *cancelButton = new KPushButton( KStdGuiItem::close(), this );
tqlayout->addWidget( cancelButton, 8, 3 ); layout->addWidget( cancelButton, 8, 3 );
connect( cancelButton, TQT_SIGNAL( clicked() ), this, TQT_SIGNAL( cancel() ) ); connect( cancelButton, TQT_SIGNAL( clicked() ), this, TQT_SIGNAL( cancel() ) );
tqlayout->setRowStretch( 7, 1 ); layout->setRowStretch( 7, 1 );
KAcceleratorManager::manage( this ); KAcceleratorManager::manage( this );
} }

Loading…
Cancel
Save