summaryrefslogtreecommitdiffstats
path: root/atlantik/client/configdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'atlantik/client/configdlg.cpp')
-rw-r--r--atlantik/client/configdlg.cpp90
1 files changed, 45 insertions, 45 deletions
diff --git a/atlantik/client/configdlg.cpp b/atlantik/client/configdlg.cpp
index a8e152b5..9e936147 100644
--- a/atlantik/client/configdlg.cpp
+++ b/atlantik/client/configdlg.cpp
@@ -14,10 +14,10 @@
// the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
// Boston, MA 02110-1301, USA.
-#include <qlayout.h>
-#include <qgroupbox.h>
-#include <qwhatsthis.h>
-#include <qlabel.h>
+#include <tqlayout.h>
+#include <tqgroupbox.h>
+#include <tqwhatsthis.h>
+#include <tqlabel.h>
#include <kdeversion.h>
#undef KDE_3_1_FEATURES
@@ -86,12 +86,12 @@ bool ConfigDialog::quartzEffects()
return configBoard->quartzEffects();
}
-QString ConfigDialog::playerName()
+TQString ConfigDialog::playerName()
{
return configPlayer->playerName();
}
-QString ConfigDialog::playerImage()
+TQString ConfigDialog::playerImage()
{
return configPlayer->playerImage();
}
@@ -111,36 +111,36 @@ AtlantikConfig ConfigDialog::config()
return m_parent->config();
}
-ConfigPlayer::ConfigPlayer(ConfigDialog* configDialog, QWidget *parent, const char *name) : QWidget(parent, name)
+ConfigPlayer::ConfigPlayer(ConfigDialog* configDialog, TQWidget *parent, const char *name) : TQWidget(parent, name)
{
m_configDialog = configDialog;
- QVBoxLayout *layout = new QVBoxLayout(parent, KDialog::marginHint(), KDialog::spacingHint());
+ TQVBoxLayout *layout = new TQVBoxLayout(parent, KDialog::marginHint(), KDialog::spacingHint());
- QLabel *label = new QLabel(i18n("Player name:"), parent);
+ TQLabel *label = new TQLabel(i18n("Player name:"), parent);
layout->addWidget(label);
- m_playerName = new QLineEdit(parent);
+ m_playerName = new TQLineEdit(parent);
layout->addWidget(m_playerName);
- QLabel *label2 = new QLabel(i18n("Player image:"), parent);
+ TQLabel *label2 = new TQLabel(i18n("Player image:"), parent);
layout->addWidget(label2);
m_playerIcon = new KPushButton(parent, "playerIcon");
layout->addWidget(m_playerIcon);
- connect( m_playerIcon, SIGNAL(clicked()), this, SLOT(chooseImage()) );
+ connect( m_playerIcon, TQT_SIGNAL(clicked()), this, TQT_SLOT(chooseImage()) );
layout->addStretch(1);
reset();
}
-QString ConfigPlayer::playerName()
+TQString ConfigPlayer::playerName()
{
return m_playerName->text();
}
-QString ConfigPlayer::playerImage()
+TQString ConfigPlayer::playerImage()
{
return m_playerImage;
}
@@ -157,12 +157,12 @@ void ConfigPlayer::chooseImage()
iconDialog.setup( KIcon::Desktop, KIcon::Application, false, 0, true ); // begin with user icons
#endif
- QString image = iconDialog.openDialog();
+ TQString image = iconDialog.openDialog();
if ( image.isEmpty() )
return;
- QStringList splitPath = QStringList::split( '/', image );
+ TQStringList splitPath = TQStringList::split( '/', image );
m_playerImage = splitPath[ splitPath.count()-1 ];
setImage();
@@ -170,9 +170,9 @@ void ConfigPlayer::chooseImage()
void ConfigPlayer::setImage()
{
- QString filename = locate("data", "atlantik/themes/default/tokens/" + m_playerImage);
+ TQString filename = locate("data", "atlantik/themes/default/tokens/" + m_playerImage);
if (KStandardDirs::exists(filename))
- m_playerIcon->setPixmap( QPixmap(filename) );
+ m_playerIcon->setPixmap( TQPixmap(filename) );
}
void ConfigPlayer::reset()
@@ -182,27 +182,27 @@ void ConfigPlayer::reset()
setImage();
}
-ConfigMonopigator::ConfigMonopigator(ConfigDialog *configDialog, QWidget *parent, const char *name) : QWidget(parent, name)
+ConfigMonopigator::ConfigMonopigator(ConfigDialog *configDialog, TQWidget *parent, const char *name) : TQWidget(parent, name)
{
m_configDialog = configDialog;
- QVBoxLayout *layout = new QVBoxLayout(parent, KDialog::marginHint(), KDialog::spacingHint());
+ TQVBoxLayout *layout = new TQVBoxLayout(parent, KDialog::marginHint(), KDialog::spacingHint());
- m_connectOnStart = new QCheckBox(i18n("Request list of Internet servers on start-up"), parent);
+ m_connectOnStart = new TQCheckBox(i18n("Request list of Internet servers on start-up"), parent);
layout->addWidget(m_connectOnStart);
- QString message=i18n(
+ TQString message=i18n(
"If checked, Atlantik connects to a meta server on start-up to\n"
"request a list of Internet servers.\n");
- QWhatsThis::add(m_connectOnStart, message);
+ TQWhatsThis::add(m_connectOnStart, message);
- m_hideDevelopmentServers = new QCheckBox(i18n("Hide development servers"), parent);
+ m_hideDevelopmentServers = new TQCheckBox(i18n("Hide development servers"), parent);
layout->addWidget(m_hideDevelopmentServers);
message=i18n(
"Some of the Internet servers might be running development\n"
"versions of the server software. If checked, Atlantik will not\n"
"display these servers.\n");
- QWhatsThis::add(m_hideDevelopmentServers, message);
+ TQWhatsThis::add(m_hideDevelopmentServers, message);
layout->addStretch(1);
@@ -225,18 +225,18 @@ void ConfigMonopigator::reset()
m_hideDevelopmentServers->setChecked(m_configDialog->config().hideDevelopmentServers);
}
-ConfigGeneral::ConfigGeneral(ConfigDialog *configDialog, QWidget *parent, const char *name) : QWidget(parent, name)
+ConfigGeneral::ConfigGeneral(ConfigDialog *configDialog, TQWidget *parent, const char *name) : TQWidget(parent, name)
{
m_configDialog = configDialog;
- QVBoxLayout *layout = new QVBoxLayout(parent, KDialog::marginHint(), KDialog::spacingHint());
+ TQVBoxLayout *layout = new TQVBoxLayout(parent, KDialog::marginHint(), KDialog::spacingHint());
- m_chatTimestamps = new QCheckBox(i18n("Show timestamps in chat messages"), parent);
+ m_chatTimestamps = new TQCheckBox(i18n("Show timestamps in chat messages"), parent);
layout->addWidget(m_chatTimestamps);
- QString message=i18n(
+ TQString message=i18n(
"If checked, Atlantik will add timestamps in front of chat\n"
"messages.\n");
- QWhatsThis::add(m_chatTimestamps, message);
+ TQWhatsThis::add(m_chatTimestamps, message);
layout->addStretch(1);
@@ -253,45 +253,45 @@ void ConfigGeneral::reset()
m_chatTimestamps->setChecked(m_configDialog->config().chatTimestamps);
}
-ConfigBoard::ConfigBoard(ConfigDialog *configDialog, QWidget *parent, const char *name) : QWidget(parent, name)
+ConfigBoard::ConfigBoard(ConfigDialog *configDialog, TQWidget *parent, const char *name) : TQWidget(parent, name)
{
m_configDialog = configDialog;
- QVBoxLayout *layout = new QVBoxLayout(parent, KDialog::marginHint(), KDialog::spacingHint());
+ TQVBoxLayout *layout = new TQVBoxLayout(parent, KDialog::marginHint(), KDialog::spacingHint());
- QGroupBox *box = new QGroupBox(1, Qt::Horizontal, i18n("Game Status Feedback"), parent);
+ TQGroupBox *box = new TQGroupBox(1, Qt::Horizontal, i18n("Game Status Feedback"), parent);
layout->addWidget(box);
- m_indicateUnowned = new QCheckBox(i18n("Display title deed card on unowned properties"), box);
- QString message=i18n(
+ m_indicateUnowned = new TQCheckBox(i18n("Display title deed card on unowned properties"), box);
+ TQString message=i18n(
"If checked, unowned properties on the board display an estate\n"
"card to indicate the property is for sale.\n");
- QWhatsThis::add(m_indicateUnowned, message);
+ TQWhatsThis::add(m_indicateUnowned, message);
- m_highliteUnowned = new QCheckBox(i18n("Highlight unowned properties"), box);
+ m_highliteUnowned = new TQCheckBox(i18n("Highlight unowned properties"), box);
message=i18n(
"If checked, unowned properties on the board are highlighted to\n"
"indicate the property is for sale.\n");
- QWhatsThis::add(m_highliteUnowned, message);
+ TQWhatsThis::add(m_highliteUnowned, message);
- m_darkenMortgaged = new QCheckBox(i18n("Darken mortgaged properties"), box);
+ m_darkenMortgaged = new TQCheckBox(i18n("Darken mortgaged properties"), box);
message=i18n(
"If checked, mortgaged properties on the board will be colored\n"
"darker than of the default color.\n");
- QWhatsThis::add(m_darkenMortgaged, message);
+ TQWhatsThis::add(m_darkenMortgaged, message);
- m_animateToken = new QCheckBox(i18n("Animate token movement"), box);
+ m_animateToken = new TQCheckBox(i18n("Animate token movement"), box);
message=i18n(
"If checked, tokens will move across the board\n"
"instead of jumping directly to their new location.\n");
- QWhatsThis::add(m_animateToken, message);
+ TQWhatsThis::add(m_animateToken, message);
- m_quartzEffects = new QCheckBox(i18n("Quartz effects"), box);
+ m_quartzEffects = new TQCheckBox(i18n("Quartz effects"), box);
message=i18n(
"If checked, the colored headers of street estates on the board "
"will have a Quartz effect similar to the Quartz KWin style.\n");
- QWhatsThis::add(m_quartzEffects, message);
+ TQWhatsThis::add(m_quartzEffects, message);
-// box = new QGroupBox(1, Qt::Horizontal, i18n("Size"), parent);
+// box = new TQGroupBox(1, Qt::Horizontal, i18n("Size"), parent);
// layout->addWidget(box);
layout->addStretch(1);