aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme
diff options
context:
space:
mode:
authorGravatar Noldor2008-04-18 21:04:11 +0000
committerGravatar Noldor2008-04-18 21:04:11 +0000
commit0a4cd04d6bbc1b97c41892a29eb02665f6d174c8 (patch)
treebdfc28a32e7b0ab3eba45e830e3ede902816ac43 /src/modules/theme
parentprobably fix for install bug reported by desowin (diff)
downloadKVIrc-0a4cd04d6bbc1b97c41892a29eb02665f6d174c8.tar.gz
KVIrc-0a4cd04d6bbc1b97c41892a29eb02665f6d174c8.tar.bz2
KVIrc-0a4cd04d6bbc1b97c41892a29eb02665f6d174c8.zip
more qt4 port (renamed QT3 stuff))
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@1507 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/theme')
-rw-r--r--src/modules/theme/managementdialog.cpp2
-rw-r--r--src/modules/theme/packthemedialog.cpp2
-rw-r--r--src/modules/theme/savethemedialog.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/theme/managementdialog.cpp b/src/modules/theme/managementdialog.cpp
index 43dbe7ee1..a21904018 100644
--- a/src/modules/theme/managementdialog.cpp
+++ b/src/modules/theme/managementdialog.cpp
@@ -139,7 +139,7 @@ KviThemeManagementDialog * KviThemeManagementDialog::m_pInstance = 0;
KviThemeManagementDialog::KviThemeManagementDialog(QWidget * parent)
: QDialog(parent,"theme_options_widget")
{
- setCaption(__tr2qs_ctx("Manage Themes - KVIrc","theme"));
+ setWindowTitle(__tr2qs_ctx("Manage Themes - KVIrc","theme"));
setIcon(*(g_pIconManager->getSmallIcon(KVI_SMALLICON_THEME)));
setModal(true);
diff --git a/src/modules/theme/packthemedialog.cpp b/src/modules/theme/packthemedialog.cpp
index ec34c13a3..b10317032 100644
--- a/src/modules/theme/packthemedialog.cpp
+++ b/src/modules/theme/packthemedialog.cpp
@@ -112,7 +112,7 @@ KviPackThemeDialog::KviPackThemeDialog(QWidget * pParent,KviPointerList<KviTheme
m_szPackagePath += KVI_FILEEXTENSION_THEMEPACKAGE;
}
- setCaption(__tr2qs_ctx("Export Theme - KVIrc","theme"));
+ setWindowTitle(__tr2qs_ctx("Export Theme - KVIrc","theme"));
setMinimumSize(400,350);
// welcome page ==================================================================================
diff --git a/src/modules/theme/savethemedialog.cpp b/src/modules/theme/savethemedialog.cpp
index 0732bd322..42892927f 100644
--- a/src/modules/theme/savethemedialog.cpp
+++ b/src/modules/theme/savethemedialog.cpp
@@ -62,7 +62,7 @@
KviSaveThemeDialog::KviSaveThemeDialog(QWidget * pParent)
: KviTalWizard(pParent)
{
- setCaption(__tr2qs_ctx("Save Current Theme - KVIrc","theme"));
+ setWindowTitle(__tr2qs_ctx("Save Current Theme - KVIrc","theme"));
setMinimumSize(400,350);
// welcome page ==================================================================================